MQTT to config flow

This commit is contained in:
2022-05-07 11:17:59 +03:00
parent 4d2558cb69
commit dbe9739a89
2 changed files with 8 additions and 6 deletions
-6
View File
@@ -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:
+8
View File
@@ -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