fix(homeassistant): remove deprecated zha configs

This commit is contained in:
Felix Schröter 2021-03-21 12:13:36 +01:00
parent afed40dfd9
commit b2629eccef
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -85,14 +85,8 @@ in {
ssdp = { };
shopping_list = { };
zha = {
usb_path = "/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2197055-if00";
radio_type = "deconz";
database_path = "/var/lib/hass/zigbee.db";
zigpy_config = {
ota = {
ikea_provider = true;
};
};
zigpy_config = { ota = { ikea_provider = true; }; };
};
mqtt = {
broker = "localhost";
@ -107,8 +101,7 @@ in {
client_id = "!secret netatmo_client_id";
client_secret = "!secret netatmo_client_secret";
};
sensor = [
{
sensor = [{
platform = "template";
sensors = {
energy_total_usage = {
@ -122,8 +115,7 @@ in {
'';
};
};
}
];
}];
utility_meter = {
energy_total_usage_daily = {
source = "sensor.energy_total_usage";