Skip to content

Commit

Permalink
Fix game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mamontov committed Dec 18, 2021
1 parent 39fce69 commit 8b7d4f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/miwifi/core/luci.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ async def add_devices(self, devices: dict, is_force: bool = False) -> None:
else:
sensor_default["devices_5ghz_game"] = new_status["game"]["online_sta_count"]

del sensor_default["devices_5ghz_game"]
del sensor_default["devices_lan"]
del sensor_default["devices_guest"]
except:
Expand Down

0 comments on commit 8b7d4f4

Please sign in to comment.