Skip to content

Commit

Permalink
Update configHandler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Dec 23, 2024
1 parent e279ba0 commit 6cb14e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BridgeEmulator/configManager/configHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _set_default_config_values(self, config: Dict[str, Any]) -> None:
"hue": {},
"tradfri": {},
"homeassistant": {"enabled": False},
"govee": {"enabled": False},
"govee": {"enabled": False, "api_key": ""},
"yeelight": {"enabled": True},
"native_multi": {"enabled": True},
"tasmota": {"enabled": True},
Expand Down

0 comments on commit 6cb14e6

Please sign in to comment.