fix false autodetect with HM GongSensor types
This commit is contained in:
parent
30b7c6b694
commit
a19f7bff28
1 changed files with 3 additions and 2 deletions
|
@ -46,10 +46,11 @@ HM_DEVICE_TYPES = {
|
|||
DISCOVER_LIGHTS: ["Dimmer"],
|
||||
DISCOVER_SENSORS: ["SwitchPowermeter", "Motion", "MotionV2",
|
||||
"RemoteMotion", "ThermostatWall", "AreaThermostat",
|
||||
"RotaryHandleSensor", "GongSensor"],
|
||||
"RotaryHandleSensor"],
|
||||
DISCOVER_THERMOSTATS: ["Thermostat", "ThermostatWall", "MAXThermostat"],
|
||||
DISCOVER_BINARY_SENSORS: ["Remote", "ShutterContact", "Smoke", "SmokeV2",
|
||||
"Motion", "MotionV2", "RemoteMotion"],
|
||||
"Motion", "MotionV2", "RemoteMotion",
|
||||
"GongSensor"],
|
||||
DISCOVER_ROLLERSHUTTER: ["Blind"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue