1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add codeowners and integration_type for waterfurnace (#160397)

This commit is contained in:
Andres Ruiz
2026-01-07 07:12:58 -05:00
committed by GitHub
parent db497b23fe
commit 80baf86e23
3 changed files with 4 additions and 2 deletions

1
CODEOWNERS generated
View File

@@ -1803,6 +1803,7 @@ build.json @home-assistant/supervisor
/tests/components/waqi/ @joostlek
/homeassistant/components/water_heater/ @home-assistant/core
/tests/components/water_heater/ @home-assistant/core
/homeassistant/components/waterfurnace/ @sdague @masterkoppa
/homeassistant/components/watergate/ @adam-the-hero
/tests/components/watergate/ @adam-the-hero
/homeassistant/components/watson_tts/ @rutkai

View File

@@ -1,8 +1,9 @@
{
"domain": "waterfurnace",
"name": "WaterFurnace",
"codeowners": [],
"codeowners": ["@sdague", "@masterkoppa"],
"documentation": "https://www.home-assistant.io/integrations/waterfurnace",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["waterfurnace"],
"quality_scale": "legacy",

View File

@@ -7468,7 +7468,7 @@
},
"waterfurnace": {
"name": "WaterFurnace",
"integration_type": "hub",
"integration_type": "device",
"config_flow": false,
"iot_class": "cloud_polling"
},