mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix device types for some HomeMatic IP sensors (#25167)
* Update pyhomematic to 0.1.60 * Devicetype for pyhomematic classes, fixes #24080
This commit is contained in:
parent
67546ce0b1
commit
84373ce754
@ -12,6 +12,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
SENSOR_TYPES_CLASS = {
|
SENSOR_TYPES_CLASS = {
|
||||||
'IPShutterContact': 'opening',
|
'IPShutterContact': 'opening',
|
||||||
|
'IPShutterContactSabotage': 'opening',
|
||||||
'MaxShutterContact': 'opening',
|
'MaxShutterContact': 'opening',
|
||||||
'Motion': 'motion',
|
'Motion': 'motion',
|
||||||
'MotionV2': 'motion',
|
'MotionV2': 'motion',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user