homeassistant

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-07-28 20:41:22 +05:00
parent 44438c18c8
commit d6855978ac
2 changed files with 9 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ logger:
frontend: frontend:
themes: !include_dir_merge_named themes themes: !include_dir_merge_named themes
#homeassistant: !include homeassistant.yaml
automation: !include automations.yaml automation: !include automations.yaml
script: !include scripts.yaml script: !include scripts.yaml
scene: !include scenes.yaml scene: !include scenes.yaml

8
homeassistant.yaml Normal file
View File

@@ -0,0 +1,8 @@
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.88.4/24
trusted_users:
192.168.88.4: kiosk
allow_bypass_login: true
- type: homeassistant