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