mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 09:24:31 +02:00
added is_on into types definition file for binary sensors
This commit is contained in:
parent
889d270eb7
commit
d74db8f57d
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ class MikrotikBinarySensorEntityDescription(BinarySensorEntityDescription):
|
|||
ha_connection: str = ""
|
||||
ha_connection_value: str = ""
|
||||
data_path: str = ""
|
||||
data_attribute: str = ""
|
||||
data_is_on: str = "available"
|
||||
data_name: str = ""
|
||||
data_uid: str = ""
|
||||
data_reference: str = ""
|
||||
|
@ -35,7 +35,6 @@ SENSOR_TYPES = {
|
|||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
ha_group="System",
|
||||
data_path="health",
|
||||
data_attribute="temperature",
|
||||
data_name="",
|
||||
data_uid="",
|
||||
data_reference="",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue