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
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
Describe the bug
Signing up a the integration with the temp readings true. Reports error
Version
Core
2023.11.3
Supervisor
2023.11.3
Operating System
11.1
Frontend
20231030.2
Expected behavior
Get the enteties with temperature readings
Additional context
Logger: custom_components.sector
Source: helpers/update_coordinator.py:290
Integration: Sector Alarm (documentation, issues)
First occurred: 22:58:51 (7 occurrences)
Last logged: 23:03:55
Unexpected error fetching sector data: 'xxxxx'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 290, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/sector/coordinator.py", line 266, in _async_update_data
data[key]["temp"][serial]["temperature"] = temp.get(
~~~~~~~~~~~~~~~~~^^^^^^^^
KeyError: 'xxxxxxx'
The text was updated successfully, but these errors were encountered: