hass-core/homeassistant/components/time_date/manifest.json
G Johansson 65581e94ea
Add config flow for Time & Date (#104183)
Co-authored-by: Erik <erik@montnemery.com>
2024-01-23 12:18:31 +01:00

10 lines
273 B
JSON

{
"domain": "time_date",
"name": "Time & Date",
"codeowners": ["@fabaff"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/time_date",
"integration_type": "service",
"iot_class": "local_push",
"quality_scale": "internal"
}