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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user