mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add missing DISCHRG state (#13787)
* Add missing ups.status states. * Add missing DISCHRG state.
This commit is contained in:
committed by
Fabian Affolter
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',
|
||||
|
Reference in New Issue
Block a user