From a6a5848d05d8841df16f195772d4bebe39ebd978 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 18 May 2021 19:00:01 +0200 Subject: [PATCH] Remove tasmota blind cover --- automations/files/configuration.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) 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