diff --git a/group.yaml b/group.yaml index a72abd23..53c848cf 100644 --- a/group.yaml +++ b/group.yaml @@ -137,7 +137,8 @@ view_settings: icon: mdi:settings entities: - group.standards - - group.ventilator + - group.small_ventilator + - group.large_ventilator - group.start_goldie_when_leaving - group.app_switches @@ -531,11 +532,17 @@ standards: - input_select.next_appointment_travel_mode_standard - input_select.next_appointment_travel_mode_standard_user_two -ventilator: - name: Ventilator Automation +small_ventilator: + name: Small Ventilator Automation entities: - - input_number.turn_fan_on_when_hot_threshold - - input_boolean.turn_fan_on_when_hot + - input_number.turn_small_fan_on_when_hot_threshold + - input_boolean.turn_small_fan_on_when_hot + +large_ventilator: + name: Large Ventilator Automation + entities: + - input_number.turn_large_fan_on_when_hot_threshold + - input_boolean.turn_large_fan_on_when_hot app_switches: name: App Switches diff --git a/input_boolean.yaml b/input_boolean.yaml index c22a48dd..75d3c597 100644 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -40,7 +40,9 @@ ################################################################# ## Appdaemon App switches ################################################################# - turn_fan_on_when_hot: + turn_small_fan_on_when_hot: + icon: mdi:auto-fix + turn_large_fan_on_when_hot: icon: mdi:auto-fix notify_of_action_when_away: icon: mdi:auto-fix diff --git a/input_number.yaml b/input_number.yaml index 90fb6228..286baee0 100644 --- a/input_number.yaml +++ b/input_number.yaml @@ -26,7 +26,13 @@ alarm_natural_wakeup_fade_in: min: 0 max: 30 step: 5 -turn_fan_on_when_hot_threshold: +turn_small_fan_on_when_hot_threshold: + name: Ventilator - Temperatur Grenze + icon: mdi:temperature-celsius + min: 20 + max: 40 + step: 1 +turn_large_fan_on_when_hot_threshold: name: Ventilator - Temperatur Grenze icon: mdi:temperature-celsius min: 20