Motywy. Fajny bajer, uzupełniający nasz pulpit.
Nie ma się co rozpisywać, ściągnąć je można przez HACS, zakładka Themes. Po zainstalowaniu znajdą się w folderze jak poniżej.
Konieczne jest skonfigurowanie ścieżki pobierania w configuration.yaml:
frontend:
themes: !include_dir_merge_named themes
themes: !include_dir_merge_named themes
Na tej podstawie zdefiniowałem sobie kilka automatyzacji, które włączają tryb nocny po zachodzie słońca i domyślny, dzienny, pół godziny po wschodzie. Do tego ustawienie odpowiedniego w przypadku restartu Home Assistant.
- id: '1588675313820'
alias: Motyw - Ustawienie motywu na starcie HA
description: ''
trigger:
- event: start
platform: homeassistant
condition:
- after: sunrise
after_offset: +00:30:00
condition: sun
action:
- data:
name: default
service: frontend.set_theme
- id: '1588675552870'
alias: Motyw - Ciemny po zachodzie słońca
description: ''
trigger:
- event: sunset
platform: sun
condition: []
action:
- data:
name: blue_night
service: frontend.set_theme
- id: '1588675771948'
alias: Motyw - Jasny po wschodzie słońca
description: ''
trigger:
- event: sunrise
offset: +00:30:00
platform: sun
condition: []
action:
- data:
name: default
service: frontend.set_theme
- id: '1588675991329'
alias: Motyw - Ciemny po starcie HA
description: ''
trigger:
- event: start
platform: homeassistant
condition:
- after: sunset
condition: sun
action:
- data:
name: blue_night
service: frontend.set_theme
I mamy jak na zrzutach poniżej:
Brak komentarzy:
Prześlij komentarz