Add infrastructure stack and planning updates

This commit is contained in:
2026-04-21 19:31:56 +02:00
parent c82c8a66e5
commit ab76023b12
15 changed files with 1718 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
sensor:
- name: "Shelly bagdoer batteri"
state_topic: "shellies/shellybutton1-98CDAC1E5F42/sensor/battery"
unit_of_measurement: "%"
device_class: battery
value_template: "{{ value | int(0) }}"
- name: "Shelly fordoer batteri"
state_topic: "shellies/shellybutton1-C45BBE6A5696/sensor/battery"
unit_of_measurement: "%"
device_class: battery
value_template: "{{ value | int(0) }}"