mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-31 15:09:32 +02:00
Changed update entity name to RouterOS update #229
This commit is contained in:
parent
1a4479da78
commit
24e91ba115
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class MikrotikUpdateEntityDescription(UpdateEntityDescription):
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
"system_fwupdate": MikrotikUpdateEntityDescription(
|
"system_fwupdate": MikrotikUpdateEntityDescription(
|
||||||
key="system_fwupdate",
|
key="system_fwupdate",
|
||||||
name="Firmware update",
|
name="RouterOS update",
|
||||||
ha_group="System",
|
ha_group="System",
|
||||||
data_path="fw-update",
|
data_path="fw-update",
|
||||||
data_name="",
|
data_name="",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue