mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 20:53:45 +01:00
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"domain": "palazzetti",
|
|
"name": "Palazzetti",
|
|
"codeowners": ["@dotvav"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "connbox*",
|
|
"macaddress": "40F3857*"
|
|
},
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/palazzetti",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["pypalazzetti==0.1.19"]
|
|
}
|