mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
Fix mysensors sensor types
* Remove sprinkler and water leak from sensor types. These two are supported by binary sensor.
This commit is contained in:
parent
1be90081ef
commit
d12dfc33a5
@ -61,8 +61,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
pres.S_MULTIMETER: [set_req.V_VOLTAGE,
|
||||
set_req.V_CURRENT,
|
||||
set_req.V_IMPEDANCE],
|
||||
pres.S_SPRINKLER: [set_req.V_TRIPPED],
|
||||
pres.S_WATER_LEAK: [set_req.V_TRIPPED],
|
||||
pres.S_SOUND: [set_req.V_LEVEL],
|
||||
pres.S_VIBRATION: [set_req.V_LEVEL],
|
||||
pres.S_MOISTURE: [set_req.V_LEVEL],
|
||||
|
Loading…
x
Reference in New Issue
Block a user