Skip to content

Commit 2e4aab5

Browse files
committed
update swversion and apiversion to last release
1 parent 0d038ab commit 2e4aab5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BridgeEmulator/configManager/configHandler.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ def load_config(self):
5353
if "homeassistant" not in config:
5454
config["homeassistant"] = {"enabled": False}
5555

56-
if int(config["swversion"]) < 1948086000:
57-
config["swversion"] = "1948086000"
58-
if config["apiversion"] != "1.47.0":
59-
config["apiversion"] = "1.47.0"
56+
if int(config["swversion"]) < 1949203030:
57+
config["swversion"] = "1949203030"
58+
if config["apiversion"] != "1.48.0":
59+
config["apiversion"] = "1.48.0"
6060

6161
self.yaml_config["config"] = config
6262
else:

0 commit comments

Comments
 (0)