Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilP authored Nov 12, 2023
1 parent f1f6994 commit 5da3fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/deltadore-tydom/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ async def async_setup_entry(
) -> None:
"""Add cover for passed config_entry in HA."""
hub = hass.data[DOMAIN][config_entry.entry_id]
hub.add_alarm_callback = async_add_entities
hub.add_alarm_callback = async_add_entities

0 comments on commit 5da3fc8

Please sign in to comment.