Skip to content

Commit 25b5ad7

Browse files
authored
Fix typo in ping (home-assistant#93701)
1 parent 083cf7a commit 25b5ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/ping/__init__.py

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

1616

1717
async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
18-
"""Set up the template integration."""
18+
"""Set up the ping integration."""
1919
await async_setup_reload_service(hass, DOMAIN, PLATFORMS)
2020
hass.data[DOMAIN] = {
2121
PING_PRIVS: await hass.async_add_executor_job(_can_use_icmp_lib_with_privilege),

0 commit comments

Comments
 (0)