mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 19:57:08 +01:00
0b687df9f8
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Joostlek <joostlek@outlook.com>
13 lines
366 B
JSON
13 lines
366 B
JSON
{
|
|
"domain": "opensensemap",
|
|
"name": "openSenseMap",
|
|
"codeowners": ["@AlCalzone"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/opensensemap",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["opensensemap_api"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["opensensemap-api==0.4.1"]
|
|
}
|