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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user