Merge pull request #28 from postlund/sensor

Add generic sensor platform
This commit is contained in:
rospogrigio
2020-09-21 00:43:44 +02:00
committed by GitHub
3 changed files with 197 additions and 3 deletions

View File

@@ -48,7 +48,10 @@
"voltage": "Voltage",
"open_cmd": "Open Command",
"close_cmd": "Close Command",
"stop_cmd": "Stop Command"
"stop_cmd": "Stop Command",
"unit_of_measurement": "Unit of Measurement",
"device_class": "Device Class",
"scaling": "Scaling Factor"
}
}
}
@@ -76,7 +79,10 @@
"voltage": "Voltage",
"open_cmd": "Open Command",
"close_cmd": "Close Command",
"stop_cmd": "Stop Command"
"stop_cmd": "Stop Command",
"unit_of_measurement": "Unit of Measurement",
"device_class": "Device Class",
"scaling": "Scaling Factor"
}
},
"yaml_import": {