mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-04 18:04:28 +02:00
renamed routeros update entity is for clarity #229
This commit is contained in:
parent
5d391cc09d
commit
4da561f515
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ class MikrotikUpdateEntityDescription(UpdateEntityDescription):
|
|||
|
||||
|
||||
SENSOR_TYPES = {
|
||||
"system_fwupdate": MikrotikUpdateEntityDescription(
|
||||
key="system_fwupdate",
|
||||
"system_rosupdate": MikrotikUpdateEntityDescription(
|
||||
key="system_rosupdate",
|
||||
name="RouterOS update",
|
||||
ha_group="System",
|
||||
data_path="fw-update",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue