Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
klimofey committed Jul 30, 2024
2 parents 2ccca6c + 6c3c157 commit 26a3cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ def check_file_climate_commands(
)
return False

string = commands[temp]
# string = commands[temp]
string = json.dumps(commands[temp])
result = hashlib.md5(string.encode())
hash = result.hexdigest()
if hash in commands_used:
Expand Down

0 comments on commit 26a3cf2

Please sign in to comment.