core/homeassistant/components/meater/manifest.json

10 lines
263 B
JSON
Raw Normal View History

{
2023-02-08 19:38:43 +00:00
"domain": "meater",
"name": "Meater",
2022-04-12 12:54:01 +00:00
"codeowners": ["@Sotolotl", "@emontnemery"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/meater",
"iot_class": "cloud_polling",
"requirements": ["meater-python==0.0.8"]
}