From c0d265375a7eebeafbd84b470c488d94f33e2524 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 26 Jan 2026 09:00:31 +0100 Subject: [PATCH] Add Decora Wifi to Leviton brand (#161441) Co-authored-by: Paulus Schoutsen --- homeassistant/brands/leviton.json | 1 + homeassistant/generated/integrations.json | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/homeassistant/brands/leviton.json b/homeassistant/brands/leviton.json index b6d78586c1b..8b494c79c44 100644 --- a/homeassistant/brands/leviton.json +++ b/homeassistant/brands/leviton.json @@ -1,5 +1,6 @@ { "domain": "leviton", "name": "Leviton", + "integrations": ["decora_wifi"], "iot_standards": ["zwave"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 1a9f2e83cda..b57b45c3d04 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1235,12 +1235,6 @@ "config_flow": true, "iot_class": "local_push" }, - "decora_wifi": { - "name": "Leviton Decora Wi-Fi", - "integration_type": "hub", - "config_flow": false, - "iot_class": "cloud_polling" - }, "decorquip": { "name": "Decorquip Dream", "integration_type": "virtual", @@ -3535,6 +3529,14 @@ }, "leviton": { "name": "Leviton", + "integrations": { + "decora_wifi": { + "integration_type": "hub", + "config_flow": false, + "iot_class": "cloud_polling", + "name": "Leviton Decora Wi-Fi" + } + }, "iot_standards": [ "zwave" ]