diff --git a/config/packages/modules/network.yaml b/config/packages/modules/network.yaml index 036a593..69264ba 100644 --- a/config/packages/modules/network.yaml +++ b/config/packages/modules/network.yaml @@ -15,12 +15,6 @@ fastdotcom: # https://www.home-assistant.io/integrations/wake_on_lan wake_on_lan: -# https://www.home-assistant.io/docs/mqtt -mqtt: - broker: !secret mqtt_ip - client_id: homeassistant - username: !secret mqtt_username - password: !secret mqtt_password homekit: filter: diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index 5fa6da2..2008573 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -70,3 +70,11 @@ # - platform: androidtv # name: nvidia shield # host: !secret nvidia_shield_host + + +# https://www.home-assistant.io/docs/mqtt +# mqtt: +# broker: !secret mqtt_ip +# client_id: homeassistant +# username: !secret mqtt_username +# password: !secret mqtt_password