mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
The MFI Dimmer Switch model is missing from the list, causing the mfi Wall switches not to be recognized. (#30572)
Please add this one model to support my mfi switches, thank you. python 1.py dump_sensors --noverify Model | Label | Tag | Value | Extra ------------------------------------------------------------------------------ Dimmer Switch | Bedroom2Light | active_pwr | 22.047071 | 1.0 Dimmer Switch | LivingRoomLight | active_pwr | 0.0 | 0.0 Dimmer Switch | FamilyRoomLight | active_pwr | 42.803919 | 1.0 Dimmer Switch | MasterBedroomLight | active_pwr | 0.0 | 0.0
This commit is contained in:
parent
498bec4a61
commit
d048233776
@ -21,7 +21,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
DEFAULT_SSL = True
|
||||
DEFAULT_VERIFY_SSL = True
|
||||
|
||||
SWITCH_MODELS = ["Outlet", "Output 5v", "Output 12v", "Output 24v"]
|
||||
SWITCH_MODELS = ["Outlet", "Output 5v", "Output 12v", "Output 24v", "Dimmer Switch"]
|
||||
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user