Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeath authored Nov 28, 2023
1 parent 79fdf6b commit 0859ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/rd200_ble/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ async def async_step_user(
or discovery_info.advertisement.local_name.startswith("FR:HA")
or discovery_info.advertisement.local_name.startswith("FR:HC")
or discovery_info.advertisement.local_name.startswith("FR:HD")
or discovery_info.advertisement.local_name.startswith("FR:HF")
or discovery_info.advertisement.local_name.startswith("FR:RD")
or discovery_info.advertisement.local_name.startswith("FR:GL")
or discovery_info.advertisement.local_name.startswith("FR:GJ")
Expand Down

0 comments on commit 0859ddc

Please sign in to comment.