diff --git a/automations/files/configuration.yaml b/automations/files/configuration.yaml index 6bf3388..402314b 100644 --- a/automations/files/configuration.yaml +++ b/automations/files/configuration.yaml @@ -527,29 +527,3 @@ input_number: max: 3 step: 1 icon: "mdi:weather-windy" - -cover: - - platform: template - covers: - bedroom_blind: - device_class: blind - friendly_name: "Bedroom Blind" - value_template: "{{ state_attr('light.zemismart_blind', 'brightness') > 10 }}" - open_cover: - service: light.turn_on - target: - entity_id: light.zemismart_blind - data: - brightness: 255 - close_cover: - service: light.turn_on - target: - entity_id: light.zemismart_blind - data: - brightness: 1 - icon_template: > - {%- if state_attr('light.zemismart_blind', 'brightness') > 10 -%} - mdi:window-shutter-open - {% else %} - mdi:window-shutter - {% endif %} \ No newline at end of file