18 lines
442 B
JSON
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"]
|
|
}
|