Add mysensors remote platform (#86376)
This commit is contained in:
parent
5102d1a5f3
commit
9c76cd1b6a
10 changed files with 387 additions and 5 deletions
|
@ -165,6 +165,10 @@ SENSORS: dict[str, SensorEntityDescription] = {
|
|||
device_class=SensorDeviceClass.CURRENT,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
"V_IR_RECORD": SensorEntityDescription(
|
||||
key="V_IR_RECORD",
|
||||
icon="mdi:remote",
|
||||
),
|
||||
"V_PH": SensorEntityDescription(
|
||||
key="V_PH",
|
||||
native_unit_of_measurement="pH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue