Switched to proper Ipv4Addr type

This commit is contained in:
2023-01-05 02:09:36 +01:00
parent c9b2127eed
commit 69abaf98d7
3 changed files with 10 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ username="Dreaded_X"
topic = "automation_dev/presence"
[light_sensor]
topic = "zigbee2mqtt/living/light"
topic = "zigbee2mqtt_dev/living/light"
min = 23_000
max = 25_000
@@ -37,5 +37,5 @@ mac_address = "30:9c:23:60:9c:13"
[devices.audio]
type = "AudioSetup"
topic = "zigbee2mqtt/living/remote"
mixer = [10, 0, 0, 49]
speakers = [10, 0, 0, 182]
mixer = "10.0.0.49"
speakers = "10.0.0.182"