aboutsummaryrefslogtreecommitdiff
path: root/nixos/home-assistant/sensors.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-09-04 09:21:56 +0200
committerKarel Kočí <cynerd@email.cz>2025-09-04 09:21:56 +0200
commit56804b3e0e248b0fbe482419ca8b0d25d656fbe2 (patch)
tree50312773d23e2f80e4ac14c3fde43fa5ddeabf07 /nixos/home-assistant/sensors.nix
parentcb720d62b0915af217851a5a9396b930586f898a (diff)
downloadnixos-personal-56804b3e0e248b0fbe482419ca8b0d25d656fbe2.tar.gz
nixos-personal-56804b3e0e248b0fbe482419ca8b0d25d656fbe2.tar.bz2
nixos-personal-56804b3e0e248b0fbe482419ca8b0d25d656fbe2.zip
nixos/home-assistant: remove as it is no longer used
Diffstat (limited to 'nixos/home-assistant/sensors.nix')
-rw-r--r--nixos/home-assistant/sensors.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/nixos/home-assistant/sensors.nix b/nixos/home-assistant/sensors.nix
deleted file mode 100644
index fadd4eb..0000000
--- a/nixos/home-assistant/sensors.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-[
- {
- name = "Teplota";
- state_class = "measurement";
- state_topic = "bigclown/node/climate-monitor:0/thermometer/0:0/temperature";
- unit_of_measurement = "°C";
- }
- {
- name = "Vlhkost";
- state_class = "measurement";
- state_topic = "bigclown/node/climate-monitor:0/hygrometer/0:4/relative-humidity";
- unit_of_measurement = "%";
- }
- {
- name = "Osvětlení";
- state_class = "measurement";
- state_topic = "bigclown/node/climate-monitor:0/lux-meter/0:0/illuminance";
- }
-]