mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
component -> platform
This commit is contained in:
parent
368bc9fddc
commit
becc846287
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||
|
||||
|
||||
def setup(hass, config):
|
||||
"""Set up the Circadian Lighting component."""
|
||||
"""Set up the Circadian Lighting platform."""
|
||||
conf = config[DOMAIN]
|
||||
hass.data[DOMAIN] = CircadianLighting(
|
||||
hass,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue