Support adding and removing entities to devices (#191)

New entities can be added via + button under Integrations (like when
adding a new device) and entities can be removed from Options.
This commit is contained in:
Pierre Ståhl
2020-12-17 21:36:24 +01:00
committed by GitHub
parent 6869a0ac5d
commit 654c6cdc62
4 changed files with 108 additions and 46 deletions

View File

@@ -1,7 +1,8 @@
{
"config": {
"abort": {
"already_configured": "Device has already been configured."
"already_configured": "Device has already been configured.",
"device_updated": "Device configuration has been updated!"
},
"error": {
"cannot_connect": "Cannot connect to device. Verify that address is correct and try again.",
@@ -87,7 +88,8 @@
"friendly_name": "Friendly Name",
"host": "Host",
"local_key": "Local key",
"protocol_version": "Protocol Version"
"protocol_version": "Protocol Version",
"entities": "Entities (uncheck an entity to remove it)"
}
},
"entity": {