1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02: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:
Franck Nijhof 2023-07-11 23:21:00 +02:00 committed by GitHub
parent f3b0c56c8c
commit e4af293428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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."
}
}
}