diff --git a/homeassistant/components/nest/services.yaml b/homeassistant/components/nest/services.yaml deleted file mode 100644 index 5f68bd6a1f2..00000000000 --- a/homeassistant/components/nest/services.yaml +++ /dev/null @@ -1,46 +0,0 @@ -# Describes the format for available Nest services - -set_away_mode: - fields: - away_mode: - required: true - selector: - select: - options: - - "away" - - "home" - structure: - example: "Apartment" - selector: - object: - -set_eta: - fields: - eta: - required: true - selector: - time: - eta_window: - default: "00:01" - selector: - time: - trip_id: - example: "Leave Work" - selector: - text: - structure: - example: "Apartment" - selector: - object: - -cancel_eta: - fields: - trip_id: - required: true - example: "Leave Work" - selector: - text: - structure: - example: "Apartment" - selector: - object: diff --git a/homeassistant/components/nest/strings.json b/homeassistant/components/nest/strings.json index 2c2def6b7a3..717ce5075f7 100644 --- a/homeassistant/components/nest/strings.json +++ b/homeassistant/components/nest/strings.json @@ -68,57 +68,5 @@ "title": "Legacy Works With Nest has been removed", "description": "Legacy Works With Nest has been removed from Home Assistant, and the API shuts down as of September 2023.\n\nYou must take action to use the SDM API. Remove all `nest` configuration from `configuration.yaml` and restart Home Assistant, then see the Nest [integration instructions]({documentation_url}) for set up instructions and supported devices." } - }, - "services": { - "set_away_mode": { - "name": "Set away mode", - "description": "Sets the away mode for a Nest structure.", - "fields": { - "away_mode": { - "name": "Away mode", - "description": "New mode to set." - }, - "structure": { - "name": "Structure", - "description": "Name(s) of structure(s) to change. Defaults to all structures if not specified." - } - } - }, - "set_eta": { - "name": "Set estimated time of arrival", - "description": "Sets or update the estimated time of arrival window for a Nest structure.", - "fields": { - "eta": { - "name": "ETA", - "description": "Estimated time of arrival from now." - }, - "eta_window": { - "name": "ETA window", - "description": "Estimated time of arrival window." - }, - "trip_id": { - "name": "Trip ID", - "description": "Unique ID for the trip. Default is auto-generated using a timestamp." - }, - "structure": { - "name": "[%key:component::nest::services::set_away_mode::fields::structure::name%]", - "description": "[%key:component::nest::services::set_away_mode::fields::structure::description%]" - } - } - }, - "cancel_eta": { - "name": "Cancel ETA", - "description": "Cancels an existing estimated time of arrival window for a Nest structure.", - "fields": { - "trip_id": { - "name": "[%key:component::nest::services::set_eta::fields::trip_id::name%]", - "description": "Unique ID for the trip." - }, - "structure": { - "name": "[%key:component::nest::services::set_away_mode::fields::structure::name%]", - "description": "[%key:component::nest::services::set_away_mode::fields::structure::description%]" - } - } - } } }