1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 16:34:00 +00:00
Files
core/homeassistant/components/openuv/manifest.json
2023-02-13 16:40:49 -07:00

12 lines
304 B
JSON

{
"domain": "openuv",
"name": "OpenUV",
"codeowners": ["@bachya"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openuv",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pyopenuv"],
"requirements": ["pyopenuv==2023.02.0"]
}