From aad8086bcb20601e6677091d3609c013b66d0e25 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 2 Mar 2025 15:51:04 +0100 Subject: [PATCH] WIP: Odin HASS -> smartir --- instances/odin/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/instances/odin/configuration.nix b/instances/odin/configuration.nix index d3135eb..d66cf8b 100644 --- a/instances/odin/configuration.nix +++ b/instances/odin/configuration.nix @@ -236,6 +236,17 @@ in # tld = "it"; } ]; + + # smartir = { }; + # climate = [{ + # platform = "smartir"; + # name = "Climatizzatore"; + # unique_id = "climatizzatore"; + # device_code = 1946; + # controller_data = "switch.tz3290_gnl5a6a5xvql7c2a_ts1201_interruttore"; + # temperature_sensor = "sensor.tz3000_fllyghyj_ts0201_temperature"; + # humidity_sensor = "sensor.tz3000_fllyghyj_ts0201_humidity"; + # }]; }; configDir = "/var/lib/hass"; configWritable = true;