Add shared code to a common module

This commit is contained in:
Pierre Ståhl
2020-09-23 19:58:24 +02:00
committed by rospogrigio
parent fefee6944f
commit 450060488b
3 changed files with 193 additions and 3 deletions

View File

@@ -51,7 +51,9 @@
"stop_cmd": "Stop Command",
"unit_of_measurement": "Unit of Measurement",
"device_class": "Device Class",
"scaling": "Scaling Factor"
"scaling": "Scaling Factor",
"state_on": "On Value",
"state_off": "Off Value"
}
}
}
@@ -82,7 +84,9 @@
"stop_cmd": "Stop Command",
"unit_of_measurement": "Unit of Measurement",
"device_class": "Device Class",
"scaling": "Scaling Factor"
"scaling": "Scaling Factor",
"state_on": "On Value",
"state_off": "Off Value"
}
},
"yaml_import": {