mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 01:14:30 +02:00
Fixed script button for new entity naming
This commit is contained in:
parent
f487441038
commit
ac789a81c2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class MikrotikButtonEntityDescription(SensorEntityDescription):
|
|||
SENSOR_TYPES = {
|
||||
"script": MikrotikButtonEntityDescription(
|
||||
key="script",
|
||||
name="script",
|
||||
name="",
|
||||
icon="mdi:script-text-outline",
|
||||
device_class=None,
|
||||
entity_category=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue