mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Migrate cloud services to support translations (#96319)
* Migrate cloud services to support translations * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
f3b0c56c8c
commit
e4af293428
@ -1,9 +1,4 @@
|
||||
# Describes the format for available cloud services
|
||||
|
||||
remote_connect:
|
||||
name: Remote connect
|
||||
description: Make instance UI available outside over NabuCasa cloud
|
||||
|
||||
remote_disconnect:
|
||||
name: Remote disconnect
|
||||
description: Disconnect UI from NabuCasa cloud
|
||||
|
@ -30,5 +30,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"remote_connect": {
|
||||
"name": "Remote connect",
|
||||
"description": "Makes the instance UI accessible from outside of the local network by using Home Assistant Cloud."
|
||||
},
|
||||
"remote_disconnect": {
|
||||
"name": "Remote disconnect",
|
||||
"description": "Disconnects the Home Assistant UI from the Home Assistant Cloud. You will no longer be able to access your Home Assistant instance from outside your local network."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user