hass-core/homeassistant/components/switchbee/manifest.json
Jafar Atili d5a46c3a10
Bump pyswitchbee to 1.6.1 (#81067)
* Bumped pyswitchbee to 1.6.0

* library typing fix
2022-10-30 16:06:00 +01:00

9 lines
257 B
JSON

{
"domain": "switchbee",
"name": "SwitchBee",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/switchbee",
"requirements": ["pyswitchbee==1.6.1"],
"codeowners": ["@jafar-atili"],
"iot_class": "local_polling"
}