Add Rehlko (formerly Kohler Energy Management) Integration (#143602)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Pete Sage
2025-04-30 06:44:16 -04:00
committed by GitHub
parent 73a1dbffeb
commit 6c633668f6
23 changed files with 2370 additions and 0 deletions

View File

@@ -518,6 +518,7 @@ FLOWS = {
"rdw",
"recollect_waste",
"refoss",
"rehlko",
"remote_calendar",
"renault",
"renson",

View File

@@ -471,6 +471,11 @@ DHCP: Final[list[dict[str, str | bool]]] = [
"domain": "rainforest_eagle",
"macaddress": "D8D5B9*",
},
{
"domain": "rehlko",
"hostname": "kohlergen*",
"macaddress": "00146F*",
},
{
"domain": "reolink",
"hostname": "reolink*",

View File

@@ -5375,6 +5375,12 @@
"iot_class": "local_polling",
"single_config_entry": true
},
"rehlko": {
"name": "Rehlko",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_polling"
},
"rejseplanen": {
"name": "Rejseplanen",
"integration_type": "hub",