homeassistant
This commit is contained in:
@@ -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
8
homeassistant.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user