chore(home-assistant): remove deprecated MQTT yaml config
MQTT integration will only be configurable via the UI in the future.
This commit is contained in:
parent
8e86432411
commit
7e4457eb1a
Binary file not shown.
|
@ -58,14 +58,7 @@ in {
|
||||||
database_path = "/var/lib/hass/zigbee.db";
|
database_path = "/var/lib/hass/zigbee.db";
|
||||||
zigpy_config = { ota = { ikea_provider = true; }; };
|
zigpy_config = { ota = { ikea_provider = true; }; };
|
||||||
};
|
};
|
||||||
mqtt = {
|
mqtt = { };
|
||||||
broker = "localhost";
|
|
||||||
port = mqttPort;
|
|
||||||
username = "hass";
|
|
||||||
password = "!secret mqtt_password";
|
|
||||||
discovery = true;
|
|
||||||
discovery_prefix = "homeassistant";
|
|
||||||
};
|
|
||||||
owntracks = { mqtt_topic = "owntracks/#"; };
|
owntracks = { mqtt_topic = "owntracks/#"; };
|
||||||
alarm_control_panel = [{
|
alarm_control_panel = [{
|
||||||
platform = "manual";
|
platform = "manual";
|
||||||
|
|
Loading…
Reference in a new issue