Add MVP humidifier support to switchbot (#83696)
* Add MVP humidifier support to switchbot changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.22.0...0.23.0 * Update homeassistant/components/switchbot/config_flow.py * bump * coveragerc * Revert "coveragerc" This reverts commit eb642f6543e5f37511d65570c359670e1ee7be1f. * fix dirty branch
This commit is contained in:
@@ -23,6 +23,7 @@ class SupportedModels(StrEnum):
|
||||
CONTACT = "contact"
|
||||
PLUG = "plug"
|
||||
MOTION = "motion"
|
||||
HUMIDIFIER = "humidifier"
|
||||
|
||||
|
||||
CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
||||
@@ -32,6 +33,7 @@ CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
||||
SwitchbotModel.COLOR_BULB: SupportedModels.BULB,
|
||||
SwitchbotModel.LIGHT_STRIP: SupportedModels.LIGHT_STRIP,
|
||||
SwitchbotModel.CEILING_LIGHT: SupportedModels.CEILING_LIGHT,
|
||||
SwitchbotModel.HUMIDIFIER: SupportedModels.HUMIDIFIER,
|
||||
}
|
||||
|
||||
NON_CONNECTABLE_SUPPORTED_MODEL_TYPES = {
|
||||
|
||||
Reference in New Issue
Block a user