diff --git a/automations.yaml b/automations.yaml index aa2afd7..2f4751c 100644 --- a/automations.yaml +++ b/automations.yaml @@ -367,3 +367,12 @@ - 32d15eec63fe68d5770813d47da53657 - 53a27edf581fcf40f3bc8b253b1ee369 mode: single +- id: '1648485179021' + alias: Schalte den Fernseher mit WoL ein + trigger: + - platform: webostv.turn_on + entity_id: media_player.lg_webos_smart_tv + action: + - service: wake_on_lan.send_magic_packet + data: + mac: a8:23:fe:5d:4c:f8 diff --git a/configuration.yaml b/configuration.yaml index af63519..59f8ae7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/webostv.yaml b/webostv.yaml deleted file mode 100644 index dce73ff..0000000 --- a/webostv.yaml +++ /dev/null @@ -1,8 +0,0 @@ - -host: 192.168.122.15 -#other settings -turn_on_action: - service: wake_on_lan.send_magic_packet - data: - mac: a8-23-fe-5d-4c-f8 - broadcast_address: 192.168.122.255