From 0c416f96a3fe6570e25a14f6dade0cb8c1e74704 Mon Sep 17 00:00:00 2001 From: Maarten Hostyn Date: Wed, 14 Apr 2021 15:11:38 +0200 Subject: [PATCH] Update example.yaml Add 'id: ${name}' to light section of the example configuration --- doc/example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/example.yaml b/doc/example.yaml index 139e235..62fe165 100644 --- a/doc/example.yaml +++ b/doc/example.yaml @@ -48,6 +48,7 @@ esphome: # This component controls the light of the device. light: - platform: yeelight_bs2 + id: ${name} name: ${friendly_name} RGBW Light default_transition_length: ${transition_length} # You can use any effects that you like. These are just examples.