From 216a486db56831e15f5d076683f822f42bc43520 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sun, 14 Dec 2025 19:23:35 -0500 Subject: [PATCH] fix: home automations with configurations fixes --- ansible/roles/podman/files/hass/automations.yaml | 14 ++++++++++++++ ansible/roles/podman/files/hass/configuration.yaml | 6 ++++++ 2 files changed, 20 insertions(+) diff --git a/ansible/roles/podman/files/hass/automations.yaml b/ansible/roles/podman/files/hass/automations.yaml index 15cb763..f369a55 100644 --- a/ansible/roles/podman/files/hass/automations.yaml +++ b/ansible/roles/podman/files/hass/automations.yaml @@ -411,6 +411,7 @@ - condition: device device_id: 03a12d2360d9954aed19c2449070725a domain: light + entity_id: 7c1e7db73799cc3f90948b5118596985 type: is_on then: - type: turn_on @@ -422,6 +423,7 @@ - condition: device device_id: f31e4f9bf8fa3687a07aeb4430eaef38 domain: light + entity_id: b79934d97f3bb9d8a3da47c76d03ded4 type: is_on then: - type: turn_on @@ -433,6 +435,7 @@ - condition: device device_id: 3f7f65571d9bb0833433996f1f6725bd domain: light + entity_id: 7407afe14783543252c666d5ff7c5d5c type: is_on then: - type: turn_on @@ -444,6 +447,7 @@ - condition: device device_id: 21eb2bd28aba2ee361a22af92e8b2d16 domain: light + entity_id: 81c486d682afcc94e98e377475cc92fc type: is_on then: - type: turn_on @@ -467,6 +471,7 @@ - condition: device device_id: f31e4f9bf8fa3687a07aeb4430eaef38 domain: light + entity_id: b79934d97f3bb9d8a3da47c76d03ded4 type: is_on then: - type: turn_on @@ -478,6 +483,7 @@ - condition: device device_id: 03a12d2360d9954aed19c2449070725a domain: light + entity_id: 7c1e7db73799cc3f90948b5118596985 type: is_on then: - type: turn_on @@ -489,6 +495,7 @@ - condition: device device_id: 800eddbeeda071225f181a14cb9527e0 domain: light + entity_id: 521a92ddd8be76c7eddfc544f81f6020 type: is_on then: - type: turn_on @@ -500,6 +507,7 @@ - condition: device device_id: 3f7f65571d9bb0833433996f1f6725bd domain: light + entity_id: 7407afe14783543252c666d5ff7c5d5c type: is_on then: - type: turn_on @@ -511,6 +519,7 @@ - condition: device device_id: 21eb2bd28aba2ee361a22af92e8b2d16 domain: light + entity_id: 81c486d682afcc94e98e377475cc92fc type: is_on then: - type: turn_on @@ -534,6 +543,7 @@ - condition: device device_id: f31e4f9bf8fa3687a07aeb4430eaef38 domain: light + entity_id: b79934d97f3bb9d8a3da47c76d03ded4 type: is_on then: - type: turn_on @@ -545,6 +555,7 @@ - condition: device device_id: 03a12d2360d9954aed19c2449070725a domain: light + entity_id: 7c1e7db73799cc3f90948b5118596985 type: is_on then: - type: turn_on @@ -556,6 +567,7 @@ - condition: device device_id: 800eddbeeda071225f181a14cb9527e0 domain: light + entity_id: 521a92ddd8be76c7eddfc544f81f6020 type: is_on then: - type: turn_on @@ -567,6 +579,7 @@ - condition: device device_id: 3f7f65571d9bb0833433996f1f6725bd domain: light + entity_id: 7407afe14783543252c666d5ff7c5d5c type: is_on then: - type: turn_on @@ -578,6 +591,7 @@ - condition: device device_id: 21eb2bd28aba2ee361a22af92e8b2d16 domain: light + entity_id: 81c486d682afcc94e98e377475cc92fc type: is_on then: - type: turn_on diff --git a/ansible/roles/podman/files/hass/configuration.yaml b/ansible/roles/podman/files/hass/configuration.yaml index 91de589..82f66c8 100644 --- a/ansible/roles/podman/files/hass/configuration.yaml +++ b/ansible/roles/podman/files/hass/configuration.yaml @@ -18,3 +18,9 @@ homeassistant: media: /share automation: !include automations.yaml + +input_boolean: + tv_mode: + name: TV Mode + initial: off + icon: mdi:television