Skip to content

Commit

Permalink
Dev blog thru 20240805
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbruckner committed Nov 26, 2024
1 parent 2fa70ef commit 15c8076
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/composite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ def _entity_picture(entity_picture: str) -> str:
return str(local_dir / local_file)


def _trackers(
trackers: list[dict[vol.Required | vol.Optional, Any]]
) -> list[dict[vol.Required | vol.Optional, Any]]:
def _trackers(trackers: list[dict[str, Any]]) -> list[dict[str, Any]]:
"""Validate tracker entries.
Determine tracker IDs and ensure they are unique.
Expand Down

0 comments on commit 15c8076

Please sign in to comment.