upgrade, ignore www files and test with mqtt
This commit is contained in:
1
homeassistant/.gitignore
vendored
1
homeassistant/.gitignore
vendored
@@ -8,3 +8,4 @@ home-assistant-3*.json
|
||||
home-assistant.log.*
|
||||
secrets.yaml
|
||||
tts
|
||||
www
|
||||
|
||||
@@ -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
5
homeassistant/mqtt.yaml
Normal 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
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user