diff --git a/configuration.yaml b/configuration.yaml index 1828512..09d59d1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,3 +10,9 @@ group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml + +mqtt: + broker: !secret MQTT_BROKER + port: !secret MQTT_PORT + username: !secret MQTT_USER + password: !secret MQTT_PWD \ No newline at end of file