mirror of https://github.com/home-assistant/core
23 lines
532 B
JSON
23 lines
532 B
JSON
{
|
|
"domain": "lametric",
|
|
"name": "LaMetric",
|
|
"codeowners": ["@robbiet480", "@frenck", "@bachya"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/lametric",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["demetriek"],
|
|
"requirements": ["demetriek==0.4.0"],
|
|
"ssdp": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:LaMetric:1"
|
|
}
|
|
]
|
|
}
|