Add integration_type service to pvpc_hourly_pricing (#159898)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 18:11:13 +01:00
committed by GitHub
parent c8af5bb452
commit 9e68800564
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@azogue"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pvpc_hourly_pricing",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aiopvpc"],
"requirements": ["aiopvpc==4.2.2"]

View File

@@ -5314,7 +5314,7 @@
},
"pvpc_hourly_pricing": {
"name": "Spain electricity hourly pricing (PVPC)",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},