Skip to content

Commit

Permalink
Fix typo in ping (#93701)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed May 28, 2023
1 parent 083cf7a commit 25b5ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/ping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


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

0 comments on commit 25b5ad7

Please sign in to comment.