We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49af42f commit c884462Copy full SHA for c884462
BridgeEmulator/configManager/configHandler.py
@@ -53,8 +53,8 @@ def load_config(self):
53
if "homeassistant" not in config:
54
config["homeassistant"] = {"enabled": False}
55
56
- if int(config["swversion"]) < 1950207110:
57
- config["swversion"] = "1950207110"
+ if int(config["swversion"]) < 1952086020:
+ config["swversion"] = "1952086020"
58
if float(config["apiversion"][:3]) < 1.50:
59
config["apiversion"] = "1.50.0"
60
0 commit comments