Update HA dev config to use existing mqtt.home broker

- Remove mosquitto from flake (use existing broker)
- Point dev config to mqtt.home instead of localhost
- Cleaner setup using your existing MQTT infrastructure
This commit is contained in:
2025-08-02 21:01:45 -07:00
parent 8a0fa9604c
commit 8bf3f9e96a
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ system_health:
# Enable mobile app support
mobile_app:
# MQTT Configuration (connect to local broker)
# MQTT Configuration (connect to existing mqtt.home broker)
mqtt:
broker: localhost
broker: mqtt.home
port: 1883
discovery: true
discovery_prefix: homeassistant