Added variable storage for door openings
This commit is contained in:
@ -20,6 +20,22 @@ input_boolean:
|
|||||||
name: Kallen Awake
|
name: Kallen Awake
|
||||||
icon: mdi:eye-check
|
icon: mdi:eye-check
|
||||||
|
|
||||||
|
input_number:
|
||||||
|
front_door_opened_today:
|
||||||
|
name: Front Door Opened Today
|
||||||
|
min: 0
|
||||||
|
max: 200
|
||||||
|
step: 1
|
||||||
|
unit_of_measurement: times
|
||||||
|
icon: mdi:door-open
|
||||||
|
back_door_opened_today:
|
||||||
|
name: Back Door Opened Today
|
||||||
|
min: 0
|
||||||
|
max: 200
|
||||||
|
step: 1
|
||||||
|
unit_of_measurement: times
|
||||||
|
icon: mdi:door-open
|
||||||
|
|
||||||
proximity:
|
proximity:
|
||||||
home_tony:
|
home_tony:
|
||||||
devices:
|
devices:
|
||||||
|
Reference in New Issue
Block a user