readme update

This commit is contained in:
root
2023-07-30 14:01:19 -05:00
parent 8f5c76e580
commit 10ee84d9b7

View File

@@ -40,11 +40,11 @@ Activates the room if the door opens when everything in the room is off.
[input_boolean]: https://www.home-assistant.io/integrations/input_boolean/ [input_boolean]: https://www.home-assistant.io/integrations/input_boolean/
"Example state for `scene` key" Example state for `scene` key
```yaml ```yaml
- time: 22:00:00 - time: 22:00:00
off_duration: 00:02:00 # (1) off_duration: 00:02:00
scene: scene:
light.kitchen: light.kitchen:
state: on state: on
@@ -52,8 +52,6 @@ Activates the room if the door opens when everything in the room is off.
brightness_pct: 10 brightness_pct: 10
``` ```
1. (Optional) overrides the default `off_duration` for this period only
#### Optional #### Optional
| Key | Behavior | | Key | Behavior |
@@ -62,9 +60,9 @@ Activates the room if the door opens when everything in the room is off.
| `button` | ID of the button to control the room | | `button` | ID of the button to control the room |
| `door` | `binary_sensor` (door) sensor for the room | | `door` | `binary_sensor` (door) sensor for the room |
??? example "Sample Button Event Data" Sample Button Event Data
```yaml hl_lines="3" ```yaml
event_type: deconz_event event_type: deconz_event
data: data:
id: living_room id: living_room