We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54cc3 commit 3c5d09eCopy full SHA for 3c5d09e
homeassistant/components/alarm_control_panel/__init__.py
@@ -61,7 +61,7 @@
61
62
63
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
64
- """Track states and offer events for sensors."""
+ """Set up the alarm control panel component."""
65
component = hass.data[DATA_COMPONENT] = EntityComponent[AlarmControlPanelEntity](
66
_LOGGER, DOMAIN, hass, SCAN_INTERVAL
67
)
0 commit comments