Skip to content

Commit

Permalink
✏️ fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 16, 2024
1 parent b0bc0f8 commit 0317805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/petkit/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Adds config flow for Blueprint."""
"""Adds config flow for Petkit Smart Devices."""

from __future__ import annotations

Expand All @@ -15,7 +15,7 @@


class PetkitFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Config flow for Blueprint."""
"""Config flow for Petkit Smart Devices."""

VERSION = 1

Expand Down
4 changes: 2 additions & 2 deletions custom_components/petkit/entity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlueprintEntity class."""
"""Petkit Smart Devices Entity class."""

from __future__ import annotations

Expand Down Expand Up @@ -69,7 +69,7 @@ def is_supported(self, device: Feeder | Litter | WaterFountain) -> bool:


class PetkitEntity(CoordinatorEntity[PetkitDataUpdateCoordinator], Generic[_DevicesT]):
"""BlueprintEntity class."""
"""Petkit Entity class."""

_attr_has_entity_name = True

Expand Down

0 comments on commit 0317805

Please sign in to comment.