Created
January 24, 2025 20:18
-
-
Save SaibotFlow/f02f5d80a3c7072fb2e4e2a3bc98f6f8 to your computer and use it in GitHub Desktop.
Screensaver NSPanel Lovelace UI Tasmota
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A commented value means that this slot does not show this attribute | |
| # For using it as a placeholder set the present attributes to "". If icons are relevant use color: [0,0,0] | |
| screensaver: | |
| type: screensaver2 | |
| entities: | |
| - entity: weather.home | |
| name: "A" | |
| value: "0" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "B" | |
| value: "1" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "C" | |
| value: "2" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "D" | |
| value: "3" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| name: "E" | |
| value: "4" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| name: "F" | |
| value: "5" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| name: "G" | |
| value: "6" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| name: "H" | |
| value: "7" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| name: "I" | |
| value: "8" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| name: "J" | |
| value: "9" | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "K" | |
| #value: "10" | |
| color: [255, 0, 0] | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "L" | |
| #value: "11" | |
| color: [255, 0, 0] | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "M" | |
| #value: "12" | |
| color: [255, 0, 0] | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "N" | |
| #value: "13" | |
| color: [255, 0, 0] | |
| icon: "mdi:ab-testing" | |
| - entity: weather.home | |
| #name: "O" | |
| #value: "14" | |
| color: [255, 0, 0] | |
| icon: "mdi:ab-testing" | |
| doubleTapToUnlock: True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment