Skip to content

Commit

Permalink
Add idle_time sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Nov 1, 2020
1 parent 352586d commit 6cb3d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_gateway3/core/bluetooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_ble_domain(param: str) -> Optional[str]:
elif param in (
'action', 'rssi', 'temperature', 'humidity', 'illuminance',
'moisture', 'conductivity', 'battery', 'formaldehyde',
'mosquitto'):
'mosquitto', 'idle_time'):
return 'sensor'

return None
Expand Down

0 comments on commit 6cb3d4a

Please sign in to comment.