1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-28 20:53:45 +01:00
Files
core/homeassistant/components/meater/manifest.json
2023-02-08 20:38:43 +01:00

10 lines
263 B
JSON

{
"domain": "meater",
"name": "Meater",
"codeowners": ["@Sotolotl", "@emontnemery"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/meater",
"iot_class": "cloud_polling",
"requirements": ["meater-python==0.0.8"]
}