Home Assistant: Difference between revisions
imported>Mweinelt |
imported>Makefu add note about integrations in home-assistant |
||
| Line 52: | Line 52: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
{{Note|Sometimes configuration is only possible via Integrations, in that case the integration itself must be prepared in your declarative configuration. e.g. for WLED integration support: <code><nowiki>services.home-assistant.config.wled = {} ;</nowiki></code> is required}} | |||
=== Reusing existing YAML configuration === | === Reusing existing YAML configuration === | ||