mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 01:14:30 +02:00
Fix wrong typehint
This commit is contained in:
parent
c26817bd25
commit
013f946681
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class MikrotikSwitchEntityDescription(SwitchEntityDescription):
|
|||
func: str = "MikrotikSwitch"
|
||||
|
||||
|
||||
SENSOR_TYPES: tuple[MikrotikSensorEntityDescription, ...] = (
|
||||
SENSOR_TYPES: tuple[MikrotikSwitchEntityDescription, ...] = (
|
||||
MikrotikSwitchEntityDescription(
|
||||
key="interface",
|
||||
name="Port",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue