hass-core/homeassistant/components/sun/manifest.json
Erik Montnemery 2fcced333d
Add config flow for sun (#68295)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-18 10:12:15 +01:00

9 lines
222 B
JSON

{
"domain": "sun",
"name": "Sun",
"documentation": "https://www.home-assistant.io/integrations/sun",
"codeowners": ["@Swamp-Ig"],
"quality_scale": "internal",
"iot_class": "calculated",
"config_flow": true
}