From 92624bd58f8714e66c194f61c8a0ab773b86c20e Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 23 Aug 2023 16:00:57 -0600 Subject: [PATCH] box: add garage to hass --- hosts/box/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/box/default.nix b/hosts/box/default.nix index 272b7df..219671f 100644 --- a/hosts/box/default.nix +++ b/hosts/box/default.nix @@ -301,6 +301,13 @@ in { value_template = "{{value_json.data.result[0].value[1]}}"; }; } + { + resource = "http://127.0.0.1:9001/api/v1/query?query=wstation_temp_c"; + sensor = { + name = "wstation_garage_temp_c"; + value_template = "{{value_json.data.result[0].value[1]}}"; + }; + } ]; device_tracker = [ ];