1
0
ansible-home-assistant/configuration/automations/info-plants.yaml
Przemek Grondek 2a95e82c0c Update plants moisture sensor
Add missing automations
 Add missing numbers to sensors
2022-04-24 23:31:58 +02:00

75 lines
2.3 KiB
YAML

- id: info-plants
alias: '[INFO] Water plants'
mode: single
trigger:
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_1
below: '20'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_1
below: '15'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_1
below: '10'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_1
below: '5'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_2
below: '20'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_2
below: '15'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_2
below: '10'
- platform: numeric_state
entity_id: sensor.ble_moisture_living_room_plant_2
below: '5'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_1
below: '20'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_1
below: '15'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_1
below: '10'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_1
below: '5'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_2
below: '20'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_2
below: '15'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_2
below: '10'
- platform: numeric_state
entity_id: sensor.ble_moisture_thuja_plant_2
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_pg
data:
title: Water plants
message: >
{{ state_attr(trigger.entity_id, 'friendly_name') }} has moisture {{ states(trigger.entity_id) }} %