mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Updated to fix the all_covers issue. #718
This commit is contained in:
@@ -273,7 +273,7 @@ automation:
|
||||
entity_id:
|
||||
- group.entry_points
|
||||
- platform: state
|
||||
entity_id: group.all_covers
|
||||
entity_id: group.garage_doors
|
||||
|
||||
condition:
|
||||
condition: and
|
||||
@@ -291,7 +291,7 @@ automation:
|
||||
- group.living_room_accents
|
||||
data_template:
|
||||
color_name: >
|
||||
{% if states.group.entry_points.state == 'on' or states.group.all_covers.state != 'closed' -%}
|
||||
{% if states.group.entry_points.state == 'on' or states.group.garage_doors.state != 'closed' -%}
|
||||
red
|
||||
{% else %}
|
||||
gold
|
||||
|
@@ -74,8 +74,8 @@ sensor:
|
||||
value_template: '{{ value_json.bright }}'
|
||||
|
||||
group:
|
||||
garage_doors:
|
||||
name: Garage doors
|
||||
garadget:
|
||||
name: Garadget Sensors
|
||||
entities:
|
||||
- cover.large_garage
|
||||
- sensor.large_garage_status
|
||||
@@ -89,6 +89,11 @@ group:
|
||||
- sensor.small_garage_wifi_signal_strength
|
||||
- sensor.small_garage_reflection_rate
|
||||
- sensor.small_garage_brightness
|
||||
garage_doors:
|
||||
name: Garage Doors
|
||||
entities:
|
||||
- cover.large_garage
|
||||
- cover.small_garage
|
||||
|
||||
automation:
|
||||
- alias: 'Update Garage Brightness'
|
||||
|
Reference in New Issue
Block a user