We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d038ab commit 2e4aab5Copy full SHA for 2e4aab5
BridgeEmulator/configManager/configHandler.py
@@ -53,10 +53,10 @@ def load_config(self):
53
if "homeassistant" not in config:
54
config["homeassistant"] = {"enabled": False}
55
56
- if int(config["swversion"]) < 1948086000:
57
- config["swversion"] = "1948086000"
58
- if config["apiversion"] != "1.47.0":
59
- config["apiversion"] = "1.47.0"
+ if int(config["swversion"]) < 1949203030:
+ config["swversion"] = "1949203030"
+ if config["apiversion"] != "1.48.0":
+ config["apiversion"] = "1.48.0"
60
61
self.yaml_config["config"] = config
62
else:
0 commit comments