1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type service to imgw_pib (#159172)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 14:04:51 +01:00
committed by GitHub
parent 412ee30584
commit bde3cef17d
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@bieniu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/imgw_pib",
"integration_type": "service",
"iot_class": "cloud_polling",
"quality_scale": "platinum",
"requirements": ["imgw_pib==1.6.0"]

View File

@@ -3022,7 +3022,7 @@
},
"imgw_pib": {
"name": "IMGW-PIB",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},