Skip to content

Commit

Permalink
Fixed docs per changes in PR home-assistant#31760 (home-assistant#12157)
Browse files Browse the repository at this point in the history
* update for the fixes on PR home-assistant#31760

* Update dynalite.markdown

* ✏️ Tweak

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
ziv1234 and frenck authored Feb 22, 2020
1 parent ccc546f commit fbbdc4e
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions source/_integrations/dynalite.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,30 @@ name:
required: false
type: string
default: dynalite
log_level:
description: Log level for the libraries.
required: false
type: string
default: info
autodiscover:
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.
active:
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.
required: false
type: boolean
default: true
default: false
polltimer:
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.
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.
required: false
type: float
default: 1.0
autodiscover:
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.
required: false
type: boolean
default: false
default:
description: Global defaults for the system
required: false
type: map
keys:
fade:
description: Default fade
required: false
type: float
area:
description: Definition for the various Dynalite areas.
required: true
Expand Down

0 comments on commit fbbdc4e

Please sign in to comment.