1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 19:57:08 +01:00
Files
core/homeassistant/components/opensensemap/manifest.json
T
AlCalzone 0b687df9f8 Migrate opensensemap to UI configuration (#171066)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-05-26 23:22:57 +02:00

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