core/homeassistant/components/mealie/manifest.json

11 lines
297 B
JSON
Raw Normal View History

2024-06-21 09:04:55 +00:00
{
"domain": "mealie",
"name": "Mealie",
"codeowners": ["@joostlek", "@andrew-codechimp"],
2024-06-21 09:04:55 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mealie",
"integration_type": "service",
"iot_class": "local_polling",
2024-12-30 16:47:58 +00:00
"requirements": ["aiomealie==0.9.5"]
2024-06-21 09:04:55 +00:00
}