Migrated LG to new WoL setup. Added hygrostat automation and control for bathroom.
This commit is contained in:
@@ -23,8 +23,6 @@ scene: !include scenes.yaml
|
||||
# Enable additional integrations
|
||||
# Enable 'wake_on_lan' intrgration
|
||||
wake_on_lan:
|
||||
# Configure LG WebOS TV integration
|
||||
webostv: !include webostv.yaml
|
||||
|
||||
# Enable customizations
|
||||
homeassistant:
|
||||
@@ -85,3 +83,22 @@ media_player:
|
||||
platform: mpd
|
||||
host: 192.168.122.48
|
||||
scan_interval: 1
|
||||
|
||||
generic_hygrostat:
|
||||
- name: Badezimmer
|
||||
humidifier: switch.badezimmer_ventilator
|
||||
target_sensor: sensor.badezimmer_luftfeuchtigkeit
|
||||
min_humidity: 30
|
||||
max_humidity: 70
|
||||
target_humidity: 50
|
||||
dry_tolerance: 3
|
||||
wet_tolerance: 3
|
||||
device_class: "dehumidifier"
|
||||
min_cycle_duration:
|
||||
seconds: 300
|
||||
# keep_alive:
|
||||
# minutes: 3
|
||||
initial_state: true
|
||||
away_humidity: 35
|
||||
away_fixed: False
|
||||
sensor_stale_duration: 00:15:00
|
||||
|
Reference in New Issue
Block a user