Skip to content

Commit

Permalink
add automations for both ventilators
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Sep 10, 2018
1 parent c3be39e commit e0ec5ae
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
17 changes: 12 additions & 5 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion input_boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion input_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0ec5ae

Please sign in to comment.