From 982da0a6e9a61378365674fbdb21a2ec621ba1b8 Mon Sep 17 00:00:00 2001 From: javicalle Date: Sun, 28 Oct 2018 19:40:41 +0100 Subject: [PATCH] not the map type Maybe the anchor definition... --- source/_components/light.rflink.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/light.rflink.markdown b/source/_components/light.rflink.markdown index e34158d92c6..02e181673d8 100644 --- a/source/_components/light.rflink.markdown +++ b/source/_components/light.rflink.markdown @@ -40,7 +40,7 @@ light: device_defaults: description: The defaults for the devices. required: false - type: list + type: map keys: fire_event: description: Set default `fire_event` for Rflink switch devices (see below). @@ -73,7 +73,7 @@ devices: default: Rflink ID type: string type: - description: Override automatically detected type of the light device, can be: switchable, dimmable, hybrid or toggle. See [Light Types](components/light.rflink/#light-types) below. + description: Override automatically detected type of the light device, can be: switchable, dimmable, hybrid or toggle. See [Light Types](/components/light.rflink/#light-types) below. required: false default: switchable type: string