fix(homeassistant): remove deprecated zha configs
This commit is contained in:
parent
afed40dfd9
commit
b2629eccef
|
@ -77,7 +77,7 @@ in {
|
|||
default_config = { };
|
||||
config = { };
|
||||
"automation editor" = "!include automations.yaml";
|
||||
automation = {};
|
||||
automation = { };
|
||||
frontend = { };
|
||||
mobile_app = { };
|
||||
discovery = { };
|
||||
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue