mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 06:27:01 +01:00
upd docs
This commit is contained in:
@@ -44,3 +44,18 @@ key | optional | type | default | description
|
|||||||
status: media_player.kitchen
|
status: media_player.kitchen
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Example with moved spaker selection</summary>
|
||||||
|
<br>
|
||||||
|
The icon for speaker selection is automatically appended to the end of the list and can be moved with entities in the list.
|
||||||
|
With 6 entities it is possible to remove it entirely.
|
||||||
|
```
|
||||||
|
- type: cardMedia
|
||||||
|
title: Kitchen
|
||||||
|
entity: media_player.kitchen
|
||||||
|
entities:
|
||||||
|
- entity: delete
|
||||||
|
- entity: delete
|
||||||
|
```
|
||||||
|
</details>
|
||||||
@@ -72,7 +72,7 @@ key | optional | type | default | description
|
|||||||
`cards` | False | complex | | configuration for cards that are displayed on panel; see docs for cards
|
`cards` | False | complex | | configuration for cards that are displayed on panel; see docs for cards
|
||||||
`screensaver` | True | complex | | configuration for screensaver; see docs for screensaver
|
`screensaver` | True | complex | | configuration for screensaver; see docs for screensaver
|
||||||
`hiddenCards` | True | complex | | configuration for cards that can be accessed though navigate items; see docs for cards
|
`hiddenCards` | True | complex | | configuration for cards that can be accessed though navigate items; see docs for cards
|
||||||
|
`homeButton` | True | boolean | False | show home button on subpages
|
||||||
## Details on sleepBrightness/screenBrightness and other configs related to screen brightness
|
## Details on sleepBrightness/screenBrightness and other configs related to screen brightness
|
||||||
|
|
||||||
It is possible to schedule a brightness change for the screen at specific times.
|
It is possible to schedule a brightness change for the screen at specific times.
|
||||||
|
|||||||
Reference in New Issue
Block a user