Skip to content

Commit

Permalink
⚡ trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Oct 14, 2024
1 parent 4274fc0 commit e0d14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jeedomdaemon/aio_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def send_to_jeedom(self, payload):
async def add_change(self, key: str, value):
"""
Add a key/value pair to the payload of the next cycle, several levels can be provided at once by separating keys with `::`
If a key already exists the value will be replaced by the newest
If a key already exists the value will be replaced by the newest; None value will be ignored
"""
if value is None:
return
Expand Down

0 comments on commit e0d14fc

Please sign in to comment.