hass-core/homeassistant/components/tod/manifest.json
Erik Montnemery 9f079a22d5
Add config flow for times of the day binary sensor (#68246)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-24 20:46:34 +01:00

10 lines
256 B
JSON

{
"domain": "tod",
"integration_type": "helper",
"name": "Times of the Day",
"documentation": "https://www.home-assistant.io/integrations/tod",
"codeowners": [],
"quality_scale": "internal",
"iot_class": "local_push",
"config_flow": true
}