summary refs log tree commit diff
path: root/nixos/tests/home-assistant.nix
Commit message (Collapse)AuthorAge
* nixos/tests/home-assistant: no longer ignore "Timer got out of sync" errorRobert Schütz2018-10-29
| | | | That error message was removed in https://github.com/home-assistant/home-assistant/pull/17398.
* home-assistant: 0.75.2 -> 0.76.1Robert Schütz2018-08-21
| | | | | Also simplify the way overrides are defined for better readability and use the opportunity to introduce a packageOverrides option.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/tests/home-assistant: ignore "Timer got out of sync" error (#40735)Robert Schütz2018-05-18
|
* nixos/tests/home-assistant: print log before failingRobert Schütz2018-05-10
|
* 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.
* nixos/home-assistant: test MQTT configurationRobert Schütz2018-02-17
|
* home-assistant: compute extraComponents from configRobert Schütz2018-02-02
|
* home-assistant: add NixOS testRobert Schütz2018-01-31