mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
parent
6bd8cf0072
commit
adf35e5ec2
@ -14,5 +14,6 @@ def get_valid_flume_devices(flume_devices: FlumeDeviceList) -> list[dict[str, An
|
|||||||
return [
|
return [
|
||||||
device
|
device
|
||||||
for device in flume_devices.device_list
|
for device in flume_devices.device_list
|
||||||
if KEY_DEVICE_LOCATION_NAME in device[KEY_DEVICE_LOCATION]
|
if KEY_DEVICE_LOCATION in device
|
||||||
|
and KEY_DEVICE_LOCATION_NAME in device[KEY_DEVICE_LOCATION]
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user