From 7cc7c5374c1bbad10774d81d81e644662b06acb8 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Thu, 24 Jan 2019 15:52:05 +0100 Subject: nixos/home-assistant: add lovelaceConfig option --- nixos/tests/home-assistant.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nixos/tests/home-assistant.nix') diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix index 73c1e71eb516..6e8eda30e766 100644 --- a/nixos/tests/home-assistant.nix +++ b/nixos/tests/home-assistant.nix @@ -50,6 +50,17 @@ in { } ]; }; + lovelaceConfig = { + title = "My Awesome Home"; + views = [ { + title = "Example"; + cards = [ { + type = "markdown"; + title = "Lovelace"; + content = "Welcome to your **Lovelace UI**."; + } ]; + } ]; + }; }; }; }; -- cgit 1.4.1