fix false autodetect with HM GongSensor types

This commit is contained in:
Pascal Vizeli 2016-06-25 18:36:52 +02:00
parent 30b7c6b694
commit a19f7bff28

View file

@ -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"]
}