mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
19 lines
433 B
JSON
19 lines
433 B
JSON
{
|
|
"domain": "guntamatic",
|
|
"name": "Guntamatic",
|
|
"codeowners": ["@JensTimmerman"],
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "kessel*",
|
|
"macaddress": "0024BD*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/guntamatic",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "silver",
|
|
"requirements": ["guntamatic==1.12.0"]
|
|
}
|