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