Files
Karl Beecken 294a3e5360 add teltonika integration (#157539)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-02-18 11:18:50 +01:00

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"]
}