Add storeban
This commit is contained in:
@@ -90,4 +90,19 @@ senseo_quadrante:
|
|||||||
good_morning:
|
good_morning:
|
||||||
event_name: good_morning
|
event_name: good_morning
|
||||||
button: button.senseo_quadrante_brew_coffee_double
|
button: button.senseo_quadrante_brew_coffee_double
|
||||||
condition: binary_sensor.senseo_quadrante_has_program and binary_sensor.senseo_quadrante_has_program.cup_size == 2 and not binary_sensor.senseo_quadrante_has_program.power_pressed
|
condition: binary_sensor.senseo_quadrante_has_program and binary_sensor.senseo_quadrante_has_program.cup_size == 2 and not binary_sensor.senseo_quadrante_has_program.power_pressed
|
||||||
|
|
||||||
|
storeban:
|
||||||
|
module: smartshutter
|
||||||
|
class: SmartShutter
|
||||||
|
entity: cover.storeban
|
||||||
|
|
||||||
|
virtual_sensors:
|
||||||
|
sensors:
|
||||||
|
binary_sensor.storeban_autoclose: sensor.sun_solar_elevation < 0 or (sensor.sun_solar_azimuth > 235 and sensor.sun_solar_elevation < 45)
|
||||||
|
|
||||||
|
close_conditions:
|
||||||
|
trigger_conditions: binary_sensor.storeban_autoclose
|
||||||
|
disable_conditions: not binary_sensor.storeban_autoclose
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user