hass-core/homeassistant/components/holiday/manifest.json
2024-11-05 20:26:22 +01:00

9 lines
278 B
JSON

{
"domain": "holiday",
"name": "Holiday",
"codeowners": ["@jrieger", "@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/holiday",
"iot_class": "local_polling",
"requirements": ["holidays==0.60", "babel==2.15.0"]
}