Skip to content

Commit

Permalink
Merge pull request #60 from Minims/dev
Browse files Browse the repository at this point in the history
Fix recalibration_required
  • Loading branch information
Minims authored Oct 7, 2022
2 parents 9be0832 + cb18e3a commit 1c80686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions somfyProtect2Mqtt/homeassistant/ha_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@
"type": "binary_sensor",
"config": {
"device_class": "problem",
"pl_on": "True",
"pl_off": "False",
},
},
"cover_present": {
Expand Down
2 changes: 1 addition & 1 deletion somfyProtect2Mqtt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from somfy_protect.api import SomfyProtectApi
from somfy_protect.websocket import SomfyProtectWebsocket

VERSION = "0.2.1"
VERSION = "0.2.2"


def somfy_protect_loop(somfy_protect_2_mqtt):
Expand Down

0 comments on commit 1c80686

Please sign in to comment.