2021-03-16 23:32:02 +00:00
|
|
|
{
|
|
|
|
"domain": "screenlogic",
|
|
|
|
"name": "Pentair ScreenLogic",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/screenlogic",
|
2022-01-06 08:32:55 +00:00
|
|
|
"requirements": ["screenlogicpy==0.5.4"],
|
2021-12-11 10:12:37 +00:00
|
|
|
"codeowners": ["@dieselrabbit", "@bdraco"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
2022-02-16 00:45:53 +00:00
|
|
|
{"registered_devices": true},
|
2021-04-15 08:21:38 +00:00
|
|
|
{
|
2022-03-26 11:07:24 +00:00
|
|
|
"hostname": "pentair*",
|
2021-04-15 08:21:38 +00:00
|
|
|
"macaddress": "00C033*"
|
|
|
|
}
|
2021-03-16 23:32:02 +00:00
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["screenlogicpy"]
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|