indentation

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

View File

@@ -42,15 +42,15 @@ Activates the room if the door opens when everything in the room is off.
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 off_duration: 00:02:00
scene: scene:
light.kitchen: light.kitchen:
state: on state: on
color_temp: 650 color_temp: 650
brightness_pct: 10 brightness_pct: 10
``` ```
#### Optional #### Optional
@@ -62,20 +62,20 @@ Example state for `scene` key
Sample Button Event Data Sample Button Event Data
```yaml ```yaml
event_type: deconz_event event_type: deconz_event
data: data:
id: living_room id: living_room
unique_id: 00:15:8d:00:06:ba:29:70 unique_id: 00:15:8d:00:06:ba:29:70
event: 1002 event: 1002
device_id: fc0ad75dfb8d3a55abfe842199cc94e9 device_id: fc0ad75dfb8d3a55abfe842199cc94e9
origin: LOCAL origin: LOCAL
time_fired: "2023-04-26T05:40:39.762306+00:00" time_fired: "2023-04-26T05:40:39.762306+00:00"
context: context:
id: 01GYY17ZPJVP57C8PN1K3R4D7J id: 01GYY17ZPJVP57C8PN1K3R4D7J
parent_id: null parent_id: null
user_id: null user_id: null
``` ```
## Running with Docker ## Running with Docker