hass-core/homeassistant/components/google_assistant/strings.json
Joost Lekkerkerker 28540b0cb2
Migrate google assistant to has entity name (#96593)
* Migrate google assistant to has entity name

* Fix tests

* Add device name

* Update homeassistant/components/google_assistant/button.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-07-16 17:39:27 +02:00

21 lines
690 B
JSON

{
"entity": {
"button": {
"sync_devices": {
"name": "Synchronize devices"
}
}
},
"services": {
"request_sync": {
"name": "Request sync",
"description": "Sends a request_sync command to Google.",
"fields": {
"agent_user_id": {
"name": "Agent user ID",
"description": "Only needed for automations. Specific Home Assistant user id (not username, ID in configuration > users > under username) to sync with Google Assistant. Do not need when you call this service through Home Assistant front end or API. Used in automation script or other place where context.user_id is missing."
}
}
}
}
}