Skip to content

Commit fbbdc4e

Browse files
ziv1234frenck
andauthored
Fixed docs per changes in PR #31760 (#12157)
* update for the fixes on PR #31760 * Update dynalite.markdown * ✏️ Tweak Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1 parent ccc546f commit fbbdc4e

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

source/_integrations/dynalite.markdown

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,30 @@ name:
4949
required: false
5050
type: string
5151
default: dynalite
52-
log_level:
53-
description: Log level for the libraries.
54-
required: false
55-
type: string
56-
default: info
57-
autodiscover:
58-
description: Enable auto-discover. As Dynalite does not support autodiscovery, this tracks event on your network, so if you turn on a light, it will be added to Home Assistant.
52+
active:
53+
description: Actively query network. When starting, it will query all devices for their current status, and also will send queries when some changes are in progress (e.g., lights dimming or covers moving). Better experience but creates more load on the Dynalite network.
5954
required: false
6055
type: boolean
61-
default: true
56+
default: false
6257
polltimer:
63-
description: Polling interval for devices in transition. Value in seconds. When devices are in transition (e.g., a light fading), it will ask for a new state every X seconds until it is at the target level.
58+
description: Polling interval for devices in transition. Value in seconds. When devices are in transition (e.g., a light fading), it will ask for a new state every X seconds until it is at the target level. Only relevant when active is set.
6459
required: false
6560
type: float
6661
default: 1.0
62+
autodiscover:
63+
description: Enable auto-discover. As Dynalite does not support autodiscovery, this tracks event on your network, so if you turn on a light, it will be added to Home Assistant.
64+
required: false
65+
type: boolean
66+
default: false
67+
default:
68+
description: Global defaults for the system
69+
required: false
70+
type: map
71+
keys:
72+
fade:
73+
description: Default fade
74+
required: false
75+
type: float
6776
area:
6877
description: Definition for the various Dynalite areas.
6978
required: true

0 commit comments

Comments
 (0)