1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-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

11 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
}