mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"domain": "teltonika",
|
|
"name": "Teltonika",
|
|
"codeowners": ["@karlbeecken"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "209727*"
|
|
},
|
|
{
|
|
"macaddress": "001E42*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/teltonika",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["teltasync==0.1.3"]
|
|
}
|