core/homeassistant/components/peco/manifest.json

13 lines
263 B
JSON

{
"domain": "peco",
"name": "PECO Outage Counter",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/peco",
"codeowners": [
"@IceBotYT"
],
"iot_class": "cloud_polling",
"requirements": [
"peco==0.0.21"
]
}