mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Adding MotionIP to BinarySensors for HMIP-SMI (#11268)
* Adding MotionIP to BinarySensors for HMIP-SMI My HmIP-SMI (Homematic IP Motion Sensor) only shows "ILLUMINATION" and no MOTION, because the binary values are not recognized. The "old" homematic-motion detectors are working well showing motion, too. I found out that "MotionIP" was missing at the binary_sensors - after adding "Motion" and "Motion Detection Activated" are shown. * Removed trailing blanks removed trailing blanks from my previous change
This commit is contained in:
parent
901d4b5489
commit
c94cc34a8f
@ -77,9 +77,9 @@ HM_DEVICE_TYPES = {
|
|||||||
'ThermostatGroup'],
|
'ThermostatGroup'],
|
||||||
DISCOVER_BINARY_SENSORS: [
|
DISCOVER_BINARY_SENSORS: [
|
||||||
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
|
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
|
||||||
'RemoteMotion', 'WeatherSensor', 'TiltSensor', 'IPShutterContact',
|
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
||||||
'HMWIOSwitch', 'MaxShutterContact', 'Rain', 'WiredSensor',
|
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
||||||
'PresenceIP'],
|
'WiredSensor', 'PresenceIP'],
|
||||||
DISCOVER_COVER: ['Blind', 'KeyBlind']
|
DISCOVER_COVER: ['Blind', 'KeyBlind']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user