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:
Felix Schröter 2022-12-22 17:22:15 +01:00
parent 8e86432411
commit 7e4457eb1a
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 1 additions and 8 deletions

Binary file not shown.

View file

@ -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";