Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2024
1 parent 366ab66 commit b880e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/update_hacs_manifest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Update the manifest file."""

import json
import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aerogarden/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def light_toggle(self, macaddr):
"chooseGarden": self.garden_property(macaddr, "chooseGarden"),
"userID": self._userid,
"plantConfig": '{ "lightTemp" : %d }'
% (self.garden_property(macaddr, "lightTemp"))
% (self.garden_property(macaddr, "lightTemp")),
# TODO: Light Temp may not matter, check.
}
)
Expand Down

0 comments on commit b880e48

Please sign in to comment.