This file contains 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
[ | |
{ | |
"id": "ead32ffc.71b4f", | |
"type": "tab", | |
"label": "Správy RTVS", | |
"disabled": false, | |
"info": "" | |
}, | |
{ | |
"id": "ffb87676.f49f98", |
This file contains 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
light: | |
- platform: neopixelbus | |
name: Ranné svetlo | |
type: GRB | |
pin: GPIO3 | |
num_leds: 90 | |
effects: | |
- addressable_lambda: | |
name: "Sunrise" | |
update_interval: 5ms |
This file contains 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
// Lovelace CARD | |
entities: | |
- entity: input_number.alarm_offset | |
- entity: input_boolean.alarm_weekday_enabled | |
- entity: sensor.alarm_weekday_time | |
- entity: input_number.alarm_weekday_hour | |
- entity: input_number.alarm_weekday_minutes | |
- entity: input_boolean.alarm_weekend_enabled | |
- entity: sensor.alarm_weekend_time |