1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/hive/strings.json
G Johansson 966784877f
Remove long overdue deprecated service boost_heating from Hive (#97444)
* Hive heating_boost deprecation

* Remove strings

* Remove service

* services

* Remove strings
2023-08-05 23:37:01 +02:00

105 lines
3.4 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Hive Login",
"description": "Enter your Hive login information.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"scan_interval": "Scan Interval (seconds)"
}
},
"2fa": {
"title": "Hive Two-factor Authentication.",
"description": "Enter your Hive authentication code. \n \n Please enter code 0000 to request another code.",
"data": {
"2fa": "Two-factor code"
}
},
"configuration": {
"data": {
"device_name": "Device Name"
},
"description": "Enter your Hive configuration ",
"title": "Hive Configuration."
},
"reauth": {
"title": "[%key:component::hive::config::step::user::title%]",
"description": "Re-enter your Hive login information.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_username": "Failed to sign into Hive. Your email address is not recognised.",
"invalid_password": "Failed to sign into Hive. Incorrect password please try again.",
"invalid_code": "Failed to sign into Hive. Your two-factor authentication code was incorrect.",
"no_internet_available": "An internet connection is required to connect to Hive.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"unknown_entry": "Unable to find existing entry.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"options": {
"step": {
"user": {
"title": "Options for Hive",
"description": "Update the scan interval to poll for data more often.",
"data": {
"scan_interval": "Scan Interval (seconds)"
}
}
}
},
"services": {
"boost_heating_on": {
"name": "Boost heating on",
"description": "Sets the boost mode ON defining the period of time and the desired target temperature for the boost.",
"fields": {
"time_period": {
"name": "Time Period",
"description": "Set the time period for the boost."
},
"temperature": {
"name": "Temperature",
"description": "Set the target temperature for the boost period."
}
}
},
"boost_heating_off": {
"name": "Boost heating off",
"description": "Sets the boost mode OFF.",
"fields": {
"entity_id": {
"name": "Entity ID",
"description": "Select entity_id to turn boost off."
}
}
},
"boost_hot_water": {
"name": "Boost hotwater",
"description": "Sets the boost mode ON or OFF defining the period of time for the boost.",
"fields": {
"entity_id": {
"name": "Entity ID",
"description": "Select entity_id to boost."
},
"time_period": {
"name": "Time period",
"description": "Set the time period for the boost."
},
"on_off": {
"name": "[%key:common::config_flow::data::mode%]",
"description": "Set the boost function on or off."
}
}
}
}
}