Skip to content

Commit

Permalink
fix: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Olen committed Oct 8, 2024
1 parent 36a46e3 commit dabd605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/plant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# async def async_setup(hass: HomeAssistant, config: dict):
# """
# Set up the plant component
#
#
# Configuration.yaml is no longer used.
# This function only tries to migrate the legacy config.
# """
Expand Down
1 change: 1 addition & 0 deletions custom_components/plant/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from homeassistant.const import STATE_OK, STATE_PROBLEM
from homeassistant.core import HomeAssistant, callback

if TYPE_CHECKING:
from homeassistant.components.group import GroupIntegrationRegistry

Expand Down

0 comments on commit dabd605

Please sign in to comment.