Compare commits
2 commits
f6e83c2448
...
4fc10f12a6
Author | SHA1 | Date | |
---|---|---|---|
4fc10f12a6 | |||
2a8bef9314 |
2 changed files with 36 additions and 26 deletions
|
@ -28,32 +28,32 @@
|
|||
entity_id: sensor.living_room_plant_2_moisture
|
||||
below: '5'
|
||||
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_1_moisture
|
||||
below: '20'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_1_moisture
|
||||
below: '15'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_1_moisture
|
||||
below: '10'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_1_moisture
|
||||
below: '5'
|
||||
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_2_moisture
|
||||
below: '20'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_2_moisture
|
||||
below: '15'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_2_moisture
|
||||
below: '10'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.thuja_plant_2_moisture
|
||||
below: '5'
|
||||
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_1_moisture
|
||||
# below: '20'
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_1_moisture
|
||||
# below: '15'
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_1_moisture
|
||||
# below: '10'
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_1_moisture
|
||||
# below: '5'
|
||||
#
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_2_moisture
|
||||
# below: '20'
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_2_moisture
|
||||
# below: '15'
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_2_moisture
|
||||
# below: '10'
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.thuja_plant_2_moisture
|
||||
# below: '5'
|
||||
#
|
||||
# - platform: numeric_state
|
||||
# entity_id: sensor.ble_moisture_thuja_plant_3
|
||||
# below: '20'
|
||||
|
@ -72,3 +72,9 @@
|
|||
title: Water plants
|
||||
message: >
|
||||
{{ state_attr(trigger.entity_id, 'friendly_name') }} has moisture {{ states(trigger.entity_id) }} %
|
||||
- service: notify.home_assistant
|
||||
data:
|
||||
message: >
|
||||
Water plants
|
||||
{{ state_attr(trigger.entity_id, 'friendly_name') }} has moisture {{ states(trigger.entity_id) }} %
|
||||
target: [ "1071801716070154240" ]
|
||||
|
|
|
@ -14,6 +14,10 @@ cctv_on:
|
|||
- switch.hallway_recordings
|
||||
- switch.hallway_snapshots
|
||||
- switch.hallway_detect
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id:
|
||||
- switch.usb_switch_3
|
||||
|
||||
cctv_off:
|
||||
alias: CCTV off
|
||||
|
|
Loading…
Reference in a new issue