Skip to content

Commit 3c5d09e

Browse files
authored
Fix stale docstring in alarm_control_panel (home-assistant#152026)
1 parent 9c54cc3 commit 3c5d09e

File tree

1 file changed

+1
-1
lines changed
  • homeassistant/components/alarm_control_panel

1 file changed

+1
-1
lines changed

homeassistant/components/alarm_control_panel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262

6363
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
64-
"""Track states and offer events for sensors."""
64+
"""Set up the alarm control panel component."""
6565
component = hass.data[DATA_COMPONENT] = EntityComponent[AlarmControlPanelEntity](
6666
_LOGGER, DOMAIN, hass, SCAN_INTERVAL
6767
)

0 commit comments

Comments
 (0)