Missing Binary Sensor (#20921)

TiltIP Binary Sensor is missing in the discover list.
This commit is contained in:
CV 2019-02-10 12:34:54 +01:00 committed by Fabian Affolter
parent 326010629c
commit 5def64156f

View File

@ -90,7 +90,7 @@ HM_DEVICE_TYPES = {
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain', 'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
'WiredSensor', 'PresenceIP', 'IPWeatherSensor', 'IPPassageSensor', 'WiredSensor', 'PresenceIP', 'IPWeatherSensor', 'IPPassageSensor',
'SmartwareMotion', 'IPWeatherSensorPlus', 'MotionIPV2', 'WaterIP', 'SmartwareMotion', 'IPWeatherSensorPlus', 'MotionIPV2', 'WaterIP',
'IPMultiIO'], 'IPMultiIO', 'TiltIP'],
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'], DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
DISCOVER_LOCKS: ['KeyMatic'] DISCOVER_LOCKS: ['KeyMatic']
} }