From 8dffffc19c90cff77d938e9c7b427911a036eada Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jul 2023 14:01:56 -0500 Subject: [PATCH] indentation --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 5f9a99c..a987e4b 100644 --- a/README.md +++ b/README.md @@ -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 - off_duration: 00:02:00 - scene: - light.kitchen: - state: on - color_temp: 650 - brightness_pct: 10 - ``` +```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: - 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: - id: 01GYY17ZPJVP57C8PN1K3R4D7J - parent_id: null - user_id: null - ``` +```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: + id: 01GYY17ZPJVP57C8PN1K3R4D7J + parent_id: null + user_id: null +``` ## Running with Docker