WOIP
This commit is contained in:
12
packages/homeassistant/default_theme.yaml
Executable file
12
packages/homeassistant/default_theme.yaml
Executable file
@ -0,0 +1,12 @@
|
||||
automation:
|
||||
- id: 'default_theme'
|
||||
alias: Set Theme on HA Start
|
||||
description: ''
|
||||
trigger:
|
||||
- event: start
|
||||
platform: homeassistant
|
||||
condition: []
|
||||
action:
|
||||
- data:
|
||||
name: minimalist-desktop
|
||||
service: frontend.set_theme
|
Reference in New Issue
Block a user