Regression of Flume device/entities not created #77739 in 2022.11 · Issue #81438 · home-assistant/core · GitHub
More Web Proxy on the site http://driver.im/
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
Issue in Flume device/entities not created #77739 recurs after update to 2022.11.1
Was working in 2022.10.5 (After being broken in previous builds)
Log:
Logger: homeassistant.components.binary_sensor
Source: components/flume/util.py:17
Integration: Binary sensor (documentation, issues)
First occurred: 8:22:35 PM (1 occurrences)
Last logged: 8:22:35 PM
Error while setting up flume platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/flume/binary_sensor.py", line 94, in async_setup_entry
flume_devices = get_valid_flume_devices(flume_devices)
File "/usr/src/homeassistant/homeassistant/components/flume/util.py", line 14, in get_valid_flume_devices
return [
File "/usr/src/homeassistant/homeassistant/components/flume/util.py", line 17, in
if KEY_DEVICE_LOCATION_NAME in device[KEY_DEVICE_LOCATION]
KeyError: 'location'
What version of Home Assistant Core has the issue?
core-2022.11.1
What was the last working version of Home Assistant Core?
Logger: homeassistant.components.binary_sensor
Source: components/flume/util.py:17
Integration: Binary sensor (documentation, issues)
First occurred: 8:22:35 PM (1 occurrences)
Last logged: 8:22:35 PM
Error while setting up flume platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/flume/binary_sensor.py", line 94, in async_setup_entry
flume_devices = get_valid_flume_devices(flume_devices)
File "/usr/src/homeassistant/homeassistant/components/flume/util.py", line 14, in get_valid_flume_devices
return [
File "/usr/src/homeassistant/homeassistant/components/flume/util.py", line 17, in <listcomp>
if KEY_DEVICE_LOCATION_NAME in device[KEY_DEVICE_LOCATION]
KeyError: 'location'
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hey there @ChrisMandich, @bdraco, @jeeftor, mind taking a look at this issue as it has been labeled with an integration (flume) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of flume can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Change the title of the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign flume Removes the current integration label and assignees on the issue, add the integration domain after the command.
The problem
Issue in Flume device/entities not created #77739 recurs after update to 2022.11.1
Was working in 2022.10.5 (After being broken in previous builds)
Log:
Logger: homeassistant.components.binary_sensor
Source: components/flume/util.py:17
Integration: Binary sensor (documentation, issues)
First occurred: 8:22:35 PM (1 occurrences)
Last logged: 8:22:35 PM
Error while setting up flume platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/flume/binary_sensor.py", line 94, in async_setup_entry
flume_devices = get_valid_flume_devices(flume_devices)
File "/usr/src/homeassistant/homeassistant/components/flume/util.py", line 14, in get_valid_flume_devices
return [
File "/usr/src/homeassistant/homeassistant/components/flume/util.py", line 17, in
if KEY_DEVICE_LOCATION_NAME in device[KEY_DEVICE_LOCATION]
KeyError: 'location'
What version of Home Assistant Core has the issue?
core-2022.11.1
What was the last working version of Home Assistant Core?
core-2022.10.5
What type of installation are you running?
Home Assistant OS
Integration causing the issue
flume
Link to integration documentation on our website
https://www.home-assistant.io/integrations/flume/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: