Skip to content

Commit

Permalink
Make UniFi WiFi clients numerical (#105032)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Dec 5, 2023
1 parent 84e74e4 commit e80ee09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/unifi/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class UnifiSensorEntityDescription(
key="WLAN clients",
entity_category=EntityCategory.DIAGNOSTIC,
has_entity_name=True,
state_class=SensorStateClass.MEASUREMENT,
allowed_fn=lambda controller, obj_id: True,
api_handler_fn=lambda api: api.wlans,
available_fn=async_wlan_available_fn,
Expand Down

0 comments on commit e80ee09

Please sign in to comment.