mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-02 00:44:31 +02:00
Set update entity names like Supervisor entity names
This commit is contained in:
parent
e32ffd19a1
commit
e22a4c1295
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class MikrotikUpdateEntityDescription(UpdateEntityDescription):
|
|||
SENSOR_TYPES = {
|
||||
"system_rosupdate": MikrotikUpdateEntityDescription(
|
||||
key="system_rosupdate",
|
||||
name="RouterOS update",
|
||||
name="RouterOS Update",
|
||||
ha_group="System",
|
||||
data_path="fw-update",
|
||||
data_name="",
|
||||
|
@ -34,7 +34,7 @@ SENSOR_TYPES = {
|
|||
),
|
||||
"system_rbfwupdate": MikrotikUpdateEntityDescription(
|
||||
key="system_rbfwupdate",
|
||||
name="RouterBoard firmware update",
|
||||
name="RouterBoard Firmware Update",
|
||||
ha_group="System",
|
||||
data_path="routerboard",
|
||||
data_attribute="current-firmware",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue