Fix moisture notifications
This commit is contained in:
parent
3b7d381dbc
commit
14234ff24b
@ -3,69 +3,69 @@
|
|||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
entity_id: sensor.living_room_plant_1_moisture
|
||||||
below: '20'
|
below: '20'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
entity_id: sensor.living_room_plant_1_moisture
|
||||||
below: '15'
|
below: '15'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
entity_id: sensor.living_room_plant_1_moisture
|
||||||
below: '10'
|
below: '10'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
entity_id: sensor.living_room_plant_1_moisture
|
||||||
below: '5'
|
below: '5'
|
||||||
|
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_2
|
entity_id: sensor.living_room_plant_2_moisture
|
||||||
below: '20'
|
below: '20'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_2
|
entity_id: sensor.living_room_plant_2_moisture
|
||||||
below: '15'
|
below: '15'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_2
|
entity_id: sensor.living_room_plant_2_moisture
|
||||||
below: '10'
|
below: '10'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_living_room_plant_2
|
entity_id: sensor.living_room_plant_2_moisture
|
||||||
below: '5'
|
below: '5'
|
||||||
|
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_1
|
entity_id: sensor.thuja_plant_1_moisture
|
||||||
below: '20'
|
below: '20'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_1
|
entity_id: sensor.thuja_plant_1_moisture
|
||||||
below: '15'
|
below: '15'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_1
|
entity_id: sensor.thuja_plant_1_moisture
|
||||||
below: '10'
|
below: '10'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_1
|
entity_id: sensor.thuja_plant_1_moisture
|
||||||
below: '5'
|
below: '5'
|
||||||
|
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_2
|
entity_id: sensor.thuja_plant_2_moisture
|
||||||
below: '20'
|
below: '20'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_2
|
entity_id: sensor.thuja_plant_2_moisture
|
||||||
below: '15'
|
below: '15'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_2
|
entity_id: sensor.thuja_plant_2_moisture
|
||||||
below: '10'
|
below: '10'
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_2
|
entity_id: sensor.thuja_plant_2_moisture
|
||||||
below: '5'
|
below: '5'
|
||||||
|
|
||||||
- platform: numeric_state
|
# - platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_3
|
# entity_id: sensor.ble_moisture_thuja_plant_3
|
||||||
below: '20'
|
# below: '20'
|
||||||
- platform: numeric_state
|
# - platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_3
|
# entity_id: sensor.ble_moisture_thuja_plant_3
|
||||||
below: '15'
|
# below: '15'
|
||||||
- platform: numeric_state
|
# - platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_3
|
# entity_id: sensor.ble_moisture_thuja_plant_3
|
||||||
below: '10'
|
# below: '10'
|
||||||
- platform: numeric_state
|
# - platform: numeric_state
|
||||||
entity_id: sensor.ble_moisture_thuja_plant_3
|
# entity_id: sensor.ble_moisture_thuja_plant_3
|
||||||
below: '5'
|
# below: '5'
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
data:
|
data:
|
||||||
|
Loading…
Reference in New Issue
Block a user