Fix MQTT client ID configuration in Litter Box Camera setup
This commit is contained in:
@@ -84,7 +84,7 @@ captive_portal:
|
||||
# MQTT Configuration
|
||||
# -----------------------------------------------------------------------------
|
||||
mqtt:
|
||||
id: !secret mqtt_client
|
||||
id: mqtt_client
|
||||
broker: !secret mqtt_broker
|
||||
username: !secret mqtt_username
|
||||
password: !secret mqtt_password
|
||||
|
||||
Reference in New Issue
Block a user