Skip to content

Commit

Permalink
* Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hostcc committed Mar 11, 2023
1 parent e7d666d commit 3d263e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/energomera_hass_mqtt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ def __init__(self, config_file=None, content=None):
# Store the configuration state as `addict.Dict` so access by (possibly
# chained) attributes is available
self._config = Dict(config)
# If enabled makes parameters a combination of default ones plus those defined
# in the configuration file, no check for duplicates is performed!
# If enabled makes parameters a combination of default ones plus those
# defined in the configuration file, no check for duplicates is
# performed!
if self._config.general.include_default_parameters:
self._config.parameters = (
DEFAULT_CONFIG.parameters + self._config.parameters
Expand Down

0 comments on commit 3d263e9

Please sign in to comment.