Ambilight Turn Off Fix, Music Scenario Fixes
Tá an tiomantas seo le fáil i:
@@ -1,27 +1,25 @@
|
||||
- alias: Dachboden Luftfeuchtigkeit
|
||||
trigger:
|
||||
platform: numeric_state
|
||||
entity_id: sensor.attic_humidity
|
||||
below: 35
|
||||
above: 65
|
||||
for:
|
||||
minutes: 3
|
||||
platform: numeric_state
|
||||
entity_id: sensor.attic_humidity
|
||||
value_template: '{{ state|float }}'
|
||||
below: 35
|
||||
above: 65
|
||||
action:
|
||||
service: notify.telegram_group
|
||||
data:
|
||||
title: 'Bitte den Dachboden lüften!'
|
||||
message: 'Die Luftfeuchtigkeit liegt mit {{ states.sensor.livingroom_humidity.state }}% außerhalb des Grenzbereichs.'
|
||||
service: notify.telegram_group
|
||||
data:
|
||||
title: 'Bitte den Dachboden lüften!'
|
||||
message: 'Die Luftfeuchtigkeit liegt mit {{ states.sensor.attic_humidity.state }}% außerhalb des Grenzbereichs.'
|
||||
|
||||
- alias: Badezimmer Luftfeuchtigkeit
|
||||
trigger:
|
||||
platform: numeric_state
|
||||
entity_id: sensor.bathroom_hygrometer_humidity
|
||||
below: 35
|
||||
above: 70
|
||||
for:
|
||||
minutes: 3
|
||||
platform: numeric_state
|
||||
entity_id: sensor.bathroom_hygrometer_humidity
|
||||
value_template: '{{ state|float }}'
|
||||
below: 35
|
||||
above: 70
|
||||
action:
|
||||
service: notify.telegram_group
|
||||
data:
|
||||
title: 'Bitte das Badezimmer lüften!'
|
||||
message: 'Die Luftfeuchtigkeit liegt mit {{ states.sensor.bathroom_hygrometer_humidity.state }}% außerhalb des Grenzbereichs.'
|
||||
service: notify.telegram_group
|
||||
data:
|
||||
title: 'Bitte das Badezimmer lüften!'
|
||||
message: 'Die Luftfeuchtigkeit liegt mit {{ states.sensor.bathroom_hygrometer_humidity.state }}% außerhalb des Grenzbereichs.'
|
||||
|
||||
@@ -1,30 +1,44 @@
|
||||
- alias: Ambilight an (HDMI)
|
||||
- alias: Ambilight HDMI
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: switch.harmony_firetv, switch.harmony_steamlink, switch.harmony_playstation
|
||||
to: 'on'
|
||||
platform: state
|
||||
entity_id: switch.harmony_firetv, switch.harmony_steamlink, switch.harmony_playstation
|
||||
to: 'on'
|
||||
action:
|
||||
service: light.turn_on
|
||||
data:
|
||||
entity_id: light.ambilight
|
||||
effect: HDMI
|
||||
service: light.turn_on
|
||||
data:
|
||||
entity_id: light.ambilight
|
||||
effect: HDMI
|
||||
|
||||
- alias: Ambilight an
|
||||
- alias: Musik an
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: switch.harmony_music_bt
|
||||
to: 'on'
|
||||
platform: state
|
||||
entity_id: switch.harmony_music_bt
|
||||
to: 'on'
|
||||
action:
|
||||
service: light.turn_on
|
||||
data:
|
||||
entity_id: light.ambilight
|
||||
- service: script.livingroom_music_scenario_on
|
||||
|
||||
- alias: Musik aus
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: switch.harmony_music_bt
|
||||
to: 'off'
|
||||
action:
|
||||
- service: script.livingroom_music_scenario_off
|
||||
|
||||
- alias: Ambilight aus
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: switch.harmony_music_bt, switch.harmony_firetv, switch.harmony_steamlink, switch.harmony_playstation
|
||||
to: 'off'
|
||||
platform: state
|
||||
entity_id: switch.harmony_firetv, switch.harmony_steamlink, switch.harmony_playstation
|
||||
to: 'off'
|
||||
action:
|
||||
service: light.turn_off
|
||||
data:
|
||||
entity_id: light.ambilight
|
||||
service: light.turn_off
|
||||
data:
|
||||
entity_id: light.ambilight
|
||||
|
||||
- alias: Ambilight aus wird zu an und schwarz
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: light.ambilight
|
||||
to: 'off'
|
||||
action:
|
||||
- service: script.ambilight_off
|
||||
Tagairt in Eagrán Nua
Cuir bac ar úsáideoir