summary refs log tree commit diff
path: root/nixos/modules/services/misc/home-assistant.nix
Commit message (Collapse)AuthorAge
* home-assistant module: add openFirewall optionRobin Gloster2018-05-22
|
* home-assistant: simplify definition of configFileRobert Schütz2018-04-24
|
* home-assistant: use remarshal to convert configuration to YAMLPeter Hoeg2018-04-23
| | | | | | HA doesn't mind the configuration being JSON instead of YAML but since YAML is the official language, use that as it allows users to easily exchange config data with other parties in the community.
* home-assistant: make port configurable so we can use it elsewherePeter Hoeg2018-04-23
| | | | | | | Additionally, some settings based on NixOS configuation is set via defaultConfig which is then merged with the user provided configration. For now that just means http port and time zone but others can easily be added.
* nixos home-assistant: a couple of fixes (#36338)Peter Hoeg2018-03-18
| | | | | | a) set path to /run/wrappers so ping works b) run via a target so we can easily inject other components (config copier, appdaemon)
* nixos/home-assistant: support platform=... scheme for autoExtraComponentsRobert Schütz2018-02-04
| | | | See https://home-assistant.io/components/sensor.luftdaten/ for an example component using that scheme.
* home-assistant: Fix incorrect xml closing tagadisbladis2018-02-03
|
* home-assistant: compute extraComponents from configRobert Schütz2018-02-02
|
* home-assistant: add NixOS moduleRobert Schütz2018-01-31