Remove nest legacy service descriptions and translations (#99510)
This commit is contained in:
parent
f52ba7042d
commit
8afab4845a
2 changed files with 0 additions and 98 deletions
|
@ -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:
|
|
|
@ -68,57 +68,5 @@
|
||||||
"title": "Legacy Works With Nest has been removed",
|
"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."
|
"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%]"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue