1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/seventeentrack/manifest.json
Shai Ungar 368993556f Bump pyseventeentrack to 1.1.2 (#165089)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 10:38:48 +01:00

12 lines
332 B
JSON

{
"domain": "seventeentrack",
"name": "17TRACK",
"codeowners": ["@shaiu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/seventeentrack",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pyseventeentrack"],
"requirements": ["pyseventeentrack==1.1.2"]
}