Skip to content

Commit

Permalink
Blinds bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Nov 28, 2023
1 parent 32521de commit 106f5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/blinds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ automation:
- platform: state
entity_id: sun.sun
state: below_horizon
id: night
action:
- choose:
- conditions: "{{ trigger.id == 'night' }}"
Expand Down

0 comments on commit 106f5cc

Please sign in to comment.