mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-21 04:33:38 +00:00
Updated HACS and also fixed Garadget #727
This commit is contained in:
8
config/custom_components/hacs/helpers/network.py
Normal file
8
config/custom_components/hacs/helpers/network.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Verify network."""
|
||||
from socket import gaierror
|
||||
from integrationhelper import Logger
|
||||
|
||||
|
||||
def internet_connectivity_check(host="api.github.com"):
|
||||
"""Verify network connectivity."""
|
||||
return True
|
Reference in New Issue
Block a user