From 10ee84d9b7f1b680e5b8a8586de1f2d52aacee59 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jul 2023 14:01:19 -0500 Subject: [PATCH] readme update --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a248f84..5f9a99c 100644 --- a/README.md +++ b/README.md @@ -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/ -"Example state for `scene` key" +Example state for `scene` key ```yaml - time: 22:00:00 - off_duration: 00:02:00 # (1) + off_duration: 00:02:00 scene: light.kitchen: state: on @@ -52,8 +52,6 @@ Activates the room if the door opens when everything in the room is off. brightness_pct: 10 ``` - 1. (Optional) overrides the default `off_duration` for this period only - #### Optional | 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 | | `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 data: id: living_room