Fix typo in ping (#93701)

This commit is contained in:
Erik Montnemery
2023-05-28 10:11:46 -05:00
committed by GitHub
parent 083cf7a38b
commit 25b5ad7de4
+1 -1
View File
@@ -15,7 +15,7 @@ _LOGGER = logging.getLogger(__name__)
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),