From d6855978ac2a63ce9832f70bbf904531a4ee8efc Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:41:22 +0500 Subject: [PATCH] homeassistant --- configuration.yaml | 2 +- homeassistant.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 homeassistant.yaml diff --git a/configuration.yaml b/configuration.yaml index c47b137..5f3e844 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,7 +10,7 @@ logger: frontend: themes: !include_dir_merge_named themes - +#homeassistant: !include homeassistant.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml diff --git a/homeassistant.yaml b/homeassistant.yaml new file mode 100644 index 0000000..958c722 --- /dev/null +++ b/homeassistant.yaml @@ -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 \ No newline at end of file