Skip to content

Commit

Permalink
integrated new icons for #179
Browse files Browse the repository at this point in the history
  • Loading branch information
arallsopp committed May 25, 2022
1 parent 9dd04c9 commit b2a47a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion dist/hass-hue-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/build/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ public function find_version(){
}

public function update_script(){

$return_string = '';
$entity_table = '<table border="1">';

$this->$this->script_file_contents = file_get_contents($this->script_file_path);
$this->script_file_contents = file_get_contents($this->script_file_path);

$re = '/const HUE_ICONS_MAP = {.*?};/s';
$subst = 'const HUE_ICONS_MAP = {' . PHP_EOL;
Expand Down

0 comments on commit b2a47a4

Please sign in to comment.