1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/screenlogic/manifest.json
2022-03-30 10:56:37 +02:00

18 lines
442 B
JSON

{
"domain": "screenlogic",
"name": "Pentair ScreenLogic",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/screenlogic",
"requirements": ["screenlogicpy==0.5.4"],
"codeowners": ["@dieselrabbit", "@bdraco"],
"dhcp": [
{ "registered_devices": true },
{
"hostname": "pentair*",
"macaddress": "00C033*"
}
],
"iot_class": "local_polling",
"loggers": ["screenlogicpy"]
}