mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Add missing DISCHRG state (#13787)
* Add missing ups.status states. * Add missing DISCHRG state.
This commit is contained in:
parent
e593117ab6
commit
2b86059fd0
@ -113,6 +113,7 @@ STATE_TYPES = {
|
||||
'HB': 'High Battery',
|
||||
'RB': 'Battery Needs Replaced',
|
||||
'CHRG': 'Battery Charging',
|
||||
'DISCHRG': 'Battery Discharging',
|
||||
'BYPASS': 'Bypass Active',
|
||||
'CAL': 'Runtime Calibration',
|
||||
'OFF': 'Offline',
|
||||
|
Loading…
x
Reference in New Issue
Block a user