Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed Jan 23, 2025
2 parents 096d4b1 + 3c6a22b commit d2fdfd0
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 57 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Some of these options may not be in the latest version. Please always check the
</tr>
<tr>
<td><code>scenes</code></td>
<td>list of <a href="#scenes-configuration">Scenes</a></td>
<td>list of <a href="#scenes-configuration">Scenes</a><br/>OR empty list <code>[]</code></td>
<td>no</td>
<td>1.1.0</td>
<td><i><a href="#scenes-detection">automatic detection</a></i></td>
Expand Down Expand Up @@ -698,7 +698,8 @@ tap_action:

## Scenes configuration
To enable switching between scenes, you can configure scenes, that can be activated in [Hue Screen](#hue-screen).<br/>
When no scenes are defined, scenes will be detected [automatically](#scenes-detection).
When no scenes are defined, scenes will be detected [automatically](#scenes-detection).<br/>
If you want to hide scenes completely, you can set the option to empty list <code>scenes: []</code>
### Scene parameters
<table>
<tr>
Expand Down
97 changes: 44 additions & 53 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"babel-jest": "^29.7.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
Expand Down

0 comments on commit d2fdfd0

Please sign in to comment.