Add config flow support for cover

This commit is contained in:
Pierre Ståhl
2020-09-10 10:20:14 +02:00
parent ae64158da5
commit edc9debf83
4 changed files with 148 additions and 133 deletions

View File

@@ -37,7 +37,10 @@
"friendly_name": "Friendly name",
"current": "Current",
"current_consumption": "Current Consumption",
"voltage": "Voltage"
"voltage": "Voltage",
"open_cmd": "Open Command",
"close_cmd": "Close Command",
"stop_cmd": "Stop Command"
}
}
}