mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
feat: hass scenes/automations via UI
This commit is contained in:
parent
7a17249b9b
commit
9f38ae6296
1 changed files with 6 additions and 0 deletions
|
|
@ -104,6 +104,12 @@
|
|||
platform = "google_translate";
|
||||
service_name = "google_say";
|
||||
}];
|
||||
# https://nixos.wiki/wiki/Home_Assistant#Combine_declarative_and_UI_defined_automations
|
||||
"automation manual" = [ ];
|
||||
"automation ui" = "!include automations.yaml";
|
||||
# https://nixos.wiki/wiki/Home_Assistant#Combine_declarative_and_UI_defined_scenes
|
||||
"scene manual" = [];
|
||||
"scene ui" = "!include scenes.yaml";
|
||||
};
|
||||
extraPackages = python3Packages: with python3Packages; [
|
||||
psycopg2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue