#check availability of a web server

1 messages · Page 1 of 1 (latest)

small crane
#

hi this was working in the past and now giving me python errors :

#

now i get :

#

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/command_line/binary_sensor.py", line 52, in async_setup_platform
name: str = binary_sensor_config.get(CONF_NAME, DEFAULT_NAME)
^^^^^^^^^^^^^^^^^^^^^^^^