mqtt buttons

This commit is contained in:
John Lancaster
2023-11-24 14:33:14 -06:00
parent 08f3f95207
commit d72ebbdeb4
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ bathroom:
entity: light.bathroom entity: light.bathroom
sensor: binary_sensor.bathroom_motion_occupancy sensor: binary_sensor.bathroom_motion_occupancy
off_duration: '00:05:00' off_duration: '00:05:00'
button: bathroom button: Bathroom Button
delay: '00:20:00' delay: '00:20:00'
states: states:
- time: '05:00:00' - time: '05:00:00'

View File

@@ -5,8 +5,8 @@ bedroom:
sensor: binary_sensor.bedroom_motion_occupancy sensor: binary_sensor.bedroom_motion_occupancy
off_duration: '00:05:00' off_duration: '00:05:00'
button: button:
- bedroom - Bedroom Button 1
- bedroom2 - Bedroom Button 2
states: states:
- time: 'sunrise - 03:00:00' - time: 'sunrise - 03:00:00'
scene: scene:

View File

@@ -4,7 +4,7 @@ kitchen:
entity: light.kitchen entity: light.kitchen
sensor: binary_sensor.kitchen_motion_occupancy sensor: binary_sensor.kitchen_motion_occupancy
off_duration: '00:10:00' off_duration: '00:10:00'
button: kitchen button: Kitchen Button
ha_button: input_button.activate_kitchen ha_button: input_button.activate_kitchen
states: states:
- time: sunrise - time: sunrise

View File

@@ -4,7 +4,7 @@ living_room:
sensor: binary_sensor.living_room_motion_occupancy sensor: binary_sensor.living_room_motion_occupancy
off_duration: 00:30:00 off_duration: 00:30:00
entity: light.living_room entity: light.living_room
button: living_room button: Living Room Button
door: binary_sensor.door_front door: binary_sensor.door_front
states: states:
- time: sunrise - time: sunrise