mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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',
|
'HB': 'High Battery',
|
||||||
'RB': 'Battery Needs Replaced',
|
'RB': 'Battery Needs Replaced',
|
||||||
'CHRG': 'Battery Charging',
|
'CHRG': 'Battery Charging',
|
||||||
|
'DISCHRG': 'Battery Discharging',
|
||||||
'BYPASS': 'Bypass Active',
|
'BYPASS': 'Bypass Active',
|
||||||
'CAL': 'Runtime Calibration',
|
'CAL': 'Runtime Calibration',
|
||||||
'OFF': 'Offline',
|
'OFF': 'Offline',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user