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_LIGHTS: ["Dimmer"],
|
||||||
DISCOVER_SENSORS: ["SwitchPowermeter", "Motion", "MotionV2",
|
DISCOVER_SENSORS: ["SwitchPowermeter", "Motion", "MotionV2",
|
||||||
"RemoteMotion", "ThermostatWall", "AreaThermostat",
|
"RemoteMotion", "ThermostatWall", "AreaThermostat",
|
||||||
"RotaryHandleSensor", "GongSensor"],
|
"RotaryHandleSensor"],
|
||||||
DISCOVER_THERMOSTATS: ["Thermostat", "ThermostatWall", "MAXThermostat"],
|
DISCOVER_THERMOSTATS: ["Thermostat", "ThermostatWall", "MAXThermostat"],
|
||||||
DISCOVER_BINARY_SENSORS: ["Remote", "ShutterContact", "Smoke", "SmokeV2",
|
DISCOVER_BINARY_SENSORS: ["Remote", "ShutterContact", "Smoke", "SmokeV2",
|
||||||
"Motion", "MotionV2", "RemoteMotion"],
|
"Motion", "MotionV2", "RemoteMotion",
|
||||||
|
"GongSensor"],
|
||||||
DISCOVER_ROLLERSHUTTER: ["Blind"]
|
DISCOVER_ROLLERSHUTTER: ["Blind"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue