Set real defaults: channel 3, host 192.168.1.158, corrected sensor IDs

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Oliver Walter
2026-06-27 01:34:48 +02:00
parent e6ade6cf87
commit a5eec74524
+6 -6
View File
@@ -17,9 +17,9 @@ uart: true
usb: true usb: true
options: options:
connection: tcp connection: tcp
host: 192.168.1.50 host: 192.168.1.158
serial_port: /dev/ttyUSB0 serial_port: /dev/ttyUSB0
channel_index: 0 channel_index: 3
interval: 900 interval: 900
prefix: "🏠" prefix: "🏠"
sensors: sensors:
@@ -27,19 +27,19 @@ options:
entity_id: sensor.temperature_01_temperature entity_id: sensor.temperature_01_temperature
unit: "°C" unit: "°C"
- label: T2 - label: T2
entity_id: sensor.temperature_02_temperature entity_id: sensor.sonoff_snzb_02d_temperature
unit: "°C" unit: "°C"
- label: T3 - label: T3
entity_id: sensor.temperature_03_temperature entity_id: sensor.temperature_2_temperature
unit: "°C" unit: "°C"
- label: H1 - label: H1
entity_id: sensor.temperature_01_humidity entity_id: sensor.temperature_01_humidity
unit: "%" unit: "%"
- label: H2 - label: H2
entity_id: sensor.temperature_02_humidity entity_id: sensor.sonoff_snzb_02d_humidity
unit: "%" unit: "%"
- label: H3 - label: H3
entity_id: sensor.temperature_03_humidity entity_id: sensor.temperature_2_humidity
unit: "%" unit: "%"
schema: schema:
connection: list(tcp|serial) connection: list(tcp|serial)