mirror of https://github.com/home-assistant/core
11 lines
324 B
JSON
11 lines
324 B
JSON
{
|
|
"domain": "pvpc_hourly_pricing",
|
|
"name": "Spain electricity hourly pricing (PVPC)",
|
|
"codeowners": ["@azogue"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/pvpc_hourly_pricing",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiopvpc"],
|
|
"requirements": ["aiopvpc==4.2.2"]
|
|
}
|