Add mysensors remote platform (#86376)

This commit is contained in:
Martin Hjelmare 2023-01-22 21:04:42 +01:00 committed by GitHub
parent 5102d1a5f3
commit 9c76cd1b6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 387 additions and 5 deletions

View file

@ -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",