Home Assistant: Difference between revisions
imported>Diogotcorreia m Fix invalid syntax on automations and scenes examples |
imported>Ibizaman Custom components and lovelace modules can now be added declaratively |
||
| Line 141: | Line 141: | ||
==== Using custom components ==== | ==== Using custom components ==== | ||
We | We provide a way to declaratively manage custom components through the NixOS module with the [https://search.nixos.org/options?channel=unstable&show=services.home-assistant.customComponents&from=0&size=50&sort=relevance&type=packages&query=home-assistant services.home-assistant.customComponents] option. | ||
Custom components can be found under [https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=home-assistant-custom-components pkgs.home-assistant-custom-components]. | |||
==== Using custom lovelace modules ==== | ==== Using custom lovelace modules ==== | ||
We provide a way to declaratively manage custom lovelace modules through the NixOS module with the [https://search.nixos.org/options?channel=unstable&show=services.home-assistant.customLovelaceModules&from=0&size=50&sort=relevance&type=packages&query=home-assistant services.home-assistant.customLovelaceModules] option. | |||
Custom components can be found under [https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=home-assistant-custom-lovelace-modules pkgs.home-assistant-custom-lovelace-modules]. | |||
=== Reusing existing YAML configuration === | === Reusing existing YAML configuration === | ||