upgrade, ignore www files and test with mqtt

This commit is contained in:
2025-10-01 19:48:30 +02:00
parent d50a8e0c8a
commit 33546d7e72
7 changed files with 335 additions and 211 deletions

View File

@@ -8,3 +8,4 @@ home-assistant-3*.json
home-assistant.log.*
secrets.yaml
tts
www

View File

@@ -105,3 +105,7 @@ template:
unit_of_measurement: "°C"
device_class: temperature
state: "{{ states('input_number.test_indoor_2') }}"
mqtt:
sensor:
!include mqtt.yaml

5
homeassistant/mqtt.yaml Normal file
View File

@@ -0,0 +1,5 @@
- object_id: mqtt_borgmatic_test
unique_id: mqtt_borgmatic_test
state_topic: "borgmatic/stats/test"
unit_of_measurement: "?"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long