hass 2020.12.0 comes with TypeError
Closed this issue · 1 comments
jurgenweber commented
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 199, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/nsw_rural_fire_service_fire_danger/sensor.py", line 64, in async_setup_platform
rest = RestData(
TypeError: __init__() missing 1 required positional argument: 'verify_ssl'```
exxamalte commented
This has already been fixed in the new repository: https://github.com/exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger
I will add a link in this repository later, to point users to the new HACS-compatible one.