mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Improve service names and descriptions for 'remote_connect' and 'remote_disconnect' in Home Assistant Cloud (#131993)
* Rename and reword 'remote_connect' and 'remote_disconnect' services for clarity * Trigger pipeline * Trigger pipeline * Trigger pipeline * Trigger pipeline * Apply suggestions from code review --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
b17b1f6db8
commit
c2e6f8e761
@ -68,12 +68,12 @@
|
||||
},
|
||||
"services": {
|
||||
"remote_connect": {
|
||||
"name": "Remote connect",
|
||||
"description": "Makes the instance UI accessible from outside of the local network by using Home Assistant Cloud."
|
||||
"name": "Enable remote access",
|
||||
"description": "Makes the instance UI accessible from outside of the local network by enabling your Home Assistant Cloud connection."
|
||||
},
|
||||
"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."
|
||||
"name": "Disable remote access",
|
||||
"description": "Disconnects the instance UI from Home Assistant Cloud. This disables access to it from outside your local network."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user