mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 05:35:29 +01:00
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"domain": "wsdot",
|
|
"name": "Washington State Department of Transportation (WSDOT)",
|
|
"codeowners": ["@ucodery"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wsdot",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["wsdot"],
|
|
"requirements": ["wsdot==0.0.1"]
|
|
}
|