Skip to content

Commit

Permalink
Fix fibaro sensor additional sensor lookup (#115148)
Browse files Browse the repository at this point in the history
  • Loading branch information
rappenze authored and frenck committed Apr 8, 2024
1 parent fc96535 commit 265d04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/fibaro/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ async def async_setup_entry(
Platform.COVER,
Platform.LIGHT,
Platform.LOCK,
Platform.SENSOR,
Platform.SWITCH,
)
for device in controller.fibaro_devices[platform]
Expand Down

0 comments on commit 265d04c

Please sign in to comment.