mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Fix for broken virtual keys (#7439)
This commit is contained in:
parent
1d9f1487c3
commit
ea36c91919
@ -577,6 +577,8 @@ def _device_from_servicecall(hass, service):
|
||||
"""Extract homematic device from service call."""
|
||||
address = service.data.get(ATTR_ADDRESS)
|
||||
proxy = service.data.get(ATTR_PROXY)
|
||||
if address == 'BIDCOS-RF':
|
||||
address = 'BidCoS-RF'
|
||||
|
||||
if proxy:
|
||||
return hass.data[DATA_HOMEMATIC].devices[proxy].get(address)
|
||||
|
Loading…
x
Reference in New Issue
Block a user