18 lines
523 B
YAML
18 lines
523 B
YAML
|
- id: humidity_notificaiton
|
||
|
alias: Humidity notification
|
||
|
trigger:
|
||
|
- platform: numeric_state
|
||
|
entity_id: sensor.ble_humidity_bedroom_sensor
|
||
|
below: '40'
|
||
|
condition: []
|
||
|
action:
|
||
|
- service: tts.google_translate_say
|
||
|
data:
|
||
|
language: pl
|
||
|
message: Niska wilgotność uzupełnij wodę w nawilżaczu
|
||
|
entity_id: media_player.livingroom_speaker
|
||
|
- service: notify.mobile_app_sm_g965f
|
||
|
data:
|
||
|
message: Niska wilgotność uzupełnij wodę w nawilżaczu
|
||
|
mode: single
|