Remove tasmota blind cover
This commit is contained in:
parent
c93d4cacfa
commit
a6a5848d05
1 changed files with 0 additions and 26 deletions
|
@ -527,29 +527,3 @@ input_number:
|
||||||
max: 3
|
max: 3
|
||||||
step: 1
|
step: 1
|
||||||
icon: "mdi:weather-windy"
|
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 %}
|
|
Loading…
Add table
Reference in a new issue