Skip to content

Commit c884462

Browse files
authored
update swversion to 1952086020
1 parent 49af42f commit c884462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BridgeEmulator/configManager/configHandler.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def load_config(self):
5353
if "homeassistant" not in config:
5454
config["homeassistant"] = {"enabled": False}
5555

56-
if int(config["swversion"]) < 1950207110:
57-
config["swversion"] = "1950207110"
56+
if int(config["swversion"]) < 1952086020:
57+
config["swversion"] = "1952086020"
5858
if float(config["apiversion"][:3]) < 1.50:
5959
config["apiversion"] = "1.50.0"
6060

0 commit comments

Comments
 (0)