mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
MQTT to config flow
This commit is contained in:
@@ -15,12 +15,6 @@ fastdotcom:
|
|||||||
# https://www.home-assistant.io/integrations/wake_on_lan
|
# https://www.home-assistant.io/integrations/wake_on_lan
|
||||||
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:
|
homekit:
|
||||||
filter:
|
filter:
|
||||||
|
|||||||
@@ -70,3 +70,11 @@
|
|||||||
# - platform: androidtv
|
# - platform: androidtv
|
||||||
# name: nvidia shield
|
# name: nvidia shield
|
||||||
# host: !secret nvidia_shield_host
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user