core/homeassistant/components/soma/manifest.json

10 lines
242 B
JSON
Raw Normal View History

{
"domain": "soma",
"name": "Soma Connect",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/soma",
"codeowners": ["@ratsept"],
"requirements": ["pysoma==0.0.10"],
"iot_class": "local_polling"
}