mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Climate and cover bugfix (#3097)
* Avoid None comparison for zwave cover. * Just rely on unit from config for unit_of_measurement * Explicit return None * Mqtt (#11) * Explicit return None * Missing service and wrong service name defined * Mqtt state was inverted, and never triggering
This commit is contained in:
committed by
Teagan Glenn
parent
9226cef61e
commit
a50205aedb
@@ -245,7 +245,7 @@ SERVICE_OPEN_COVER = 'open_cover'
|
||||
SERVICE_OPEN_COVER_TILT = 'open_cover_tilt'
|
||||
SERVICE_SET_COVER_POSITION = 'set_cover_position'
|
||||
SERVICE_SET_COVER_TILT_POSITION = 'set_cover_tilt_position'
|
||||
SERVICE_STOP_COVER = 'stop'
|
||||
SERVICE_STOP_COVER = 'stop_cover'
|
||||
SERVICE_STOP_COVER_TILT = 'stop_cover_tilt'
|
||||
|
||||
SERVICE_MOVE_UP = 'move_up'
|
||||
|
||||
Reference in New Issue
Block a user