Update plants moisture sensor
Add missing automations Add missing numbers to sensors
This commit is contained in:
parent
a8b2d7bce2
commit
2a95e82c0c
@ -31,7 +31,7 @@
|
||||
entity_id: sensor.ble_battery_filament_sensor
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.ble_battery_living_room_plant
|
||||
entity_id: sensor.ble_battery_living_room_plant_1
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.ble_battery_living_room_plant_2
|
||||
@ -40,7 +40,7 @@
|
||||
entity_id: sensor.ble_battery_rack_sensor
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.ble_battery_thuja_plant
|
||||
entity_id: sensor.ble_battery_thuja_plant_1
|
||||
- platform: numeric_state
|
||||
below: '10'
|
||||
entity_id: sensor.ble_battery_thuja_plant_2
|
||||
|
@ -3,16 +3,16 @@
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.ble_moisture_living_room_plant
|
||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
||||
below: '20'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.ble_moisture_living_room_plant
|
||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
||||
below: '15'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.ble_moisture_living_room_plant
|
||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
||||
below: '10'
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.ble_moisture_living_room_plant
|
||||
entity_id: sensor.ble_moisture_living_room_plant_1
|
||||
below: '5'
|
||||
|
||||
- platform: numeric_state
|
||||
@ -28,6 +28,32 @@
|
||||
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'
|
||||
|
@ -325,13 +325,13 @@ ble_monitor:
|
||||
mac: 'A4:C1:38:5E:F8:84'
|
||||
- name: 'Kettle'
|
||||
mac: '7C:49:EB:30:61:CE'
|
||||
- name: 'Thuja Plant'
|
||||
- name: 'Thuja Plant 1'
|
||||
mac: 'C4:7C:8D:6C:5B:25'
|
||||
- name: 'Thuja Plant 2'
|
||||
mac: 'C4:7C:8D:6C:9F:C6'
|
||||
- name: 'Thuja Plant 3'
|
||||
mac: 'C4:7C:8D:6C:9F:9B'
|
||||
- name: 'Living Room Plant'
|
||||
- name: 'Living Room Plant 1'
|
||||
mac: 'C4:7C:8D:6C:59:D0'
|
||||
- name: 'Living Room Plant 2'
|
||||
mac: 'C4:7C:8D:6C:59:D5'
|
||||
|
Loading…
Reference in New Issue
Block a user