hass-core/homeassistant/components/soma/manifest.json
2022-01-28 13:37:53 -08:00

13 lines
295 B
JSON

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