mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Add icon translations to apcupsd (#111342)
* Add icon translations to apcupsd * Add icon translations to apcupsd
This commit is contained in:
committed by
GitHub
parent
cb6cf3bedc
commit
859c28fdb7
@@ -19,7 +19,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
_DESCRIPTION = BinarySensorEntityDescription(
|
||||
key="statflag",
|
||||
name="UPS Online Status",
|
||||
icon="mdi:heart",
|
||||
translation_key="online_status",
|
||||
)
|
||||
# The bit in STATFLAG that indicates the online status of the APC UPS.
|
||||
_VALUE_ONLINE_MASK: Final = 0b1000
|
||||
|
||||
Reference in New Issue
Block a user