From 458a0ab2a3d40b5c98829d71c40919335662fc01 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Wed, 5 Feb 2025 19:17:15 +0100 Subject: [PATCH] Remove unused override logic from TV configuration --- mateuszs-tv.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mateuszs-tv.yaml b/mateuszs-tv.yaml index 4ac747b..9aa30ef 100644 --- a/mateuszs-tv.yaml +++ b/mateuszs-tv.yaml @@ -41,13 +41,6 @@ binary_sensor: name: "Status" id: status device_class: power - on_state: - - lambda: |- - if (id(override).state == false) { - if (id(power_switch).state != x) { - id(power_switch).publish_state(x); - } - } text_sensor: - platform: homeassistant