You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to do an install of everlights3 on 2023.12.0. This is the first time I have installed the new integration. I am getting the following error:
This error originated from a custom integration.
Logger: custom_components.everlights3.light
Source: custom_components/everlights3/light.py:34
Integration: Everlights 3.0 (documentation)
First occurred: 10:13:37 AM (2 occurrences)
Last logged: 10:14:30 AM
invalid everlights hub ip address or hub is unavailable
Traceback (most recent call last):
File "/config/custom_components/everlights3/light.py", line 34, in async_setup_entry
sdata = get_v1.sync(client=client)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/everlights3/client/api/default/get_v1.py", line 76, in sync
return sync_detailed(
^^^^^^^^^^^^^^
File "/config/custom_components/everlights3/client/api/default/get_v1.py", line 60, in sync_detailed
return _build_response(client=client, response=response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/everlights3/client/api/default/get_v1.py", line 37, in _build_response
parsed=_parse_response(client=client, response=response),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/everlights3/client/api/default/get_v1.py", line 23, in _parse_response
response_200 = Status.from_dict(response.json())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/everlights3/client/models/status.py", line 97, in from_dict
zones_item = Zone.from_dict(zones_item_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/everlights3/client/models/zone.py", line 97, in from_dict
last_active_date = d.pop("lastActiveDate")
^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'lastActiveDate'
The text was updated successfully, but these errors were encountered:
I tried to do an install of everlights3 on 2023.12.0. This is the first time I have installed the new integration. I am getting the following error:
The text was updated successfully, but these errors were encountered: