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;