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 083cf7a commit 25b5ad7Copy full SHA for 25b5ad7
homeassistant/components/ping/__init__.py
@@ -15,7 +15,7 @@
15
16
17
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
18
- """Set up the template integration."""
+ """Set up the ping integration."""
19
await async_setup_reload_service(hass, DOMAIN, PLATFORMS)
20
hass.data[DOMAIN] = {
21
PING_PRIVS: await hass.async_add_executor_job(_can_use_icmp_lib_with_privilege),
0 commit comments