From 106f5ccd6ce23b825f495c6e2b3c7e3c93fe46c7 Mon Sep 17 00:00:00 2001 From: Andrew Neisch Date: Mon, 27 Nov 2023 19:22:43 -0600 Subject: [PATCH] Blinds bugfix --- README.md | 2 +- packages/blinds.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 877c4f57..3c3afccb 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC Description | value -- | -- Lines of ESPHome YAML | 2691 -Lines of Home Assistant YAML | 8256 +Lines of Home Assistant YAML | 8257 [Integrations](https://www.home-assistant.io/integrations/) in use | 51 Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) | 26 Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37 diff --git a/packages/blinds.yaml b/packages/blinds.yaml index d23cb8c4..88f35a80 100644 --- a/packages/blinds.yaml +++ b/packages/blinds.yaml @@ -113,6 +113,7 @@ automation: - platform: state entity_id: sun.sun state: below_horizon + id: night action: - choose: - conditions: "{{ trigger.id == 'night' }}"