mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Improve action descriptions in rainmachine, fix casing (#137428)
This commit is contained in:
parent
27b96160e2
commit
28cedc4c13
@ -5,7 +5,7 @@
|
||||
"user": {
|
||||
"title": "Fill in your information",
|
||||
"data": {
|
||||
"ip_address": "Hostname or IP Address",
|
||||
"ip_address": "Hostname or IP address",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
}
|
||||
@ -157,7 +157,7 @@
|
||||
},
|
||||
"unpause_watering": {
|
||||
"name": "Unpause all watering",
|
||||
"description": "Unpauses all paused watering activities.",
|
||||
"description": "Resumes all paused watering activities.",
|
||||
"fields": {
|
||||
"device_id": {
|
||||
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
|
||||
@ -167,7 +167,7 @@
|
||||
},
|
||||
"push_flow_meter_data": {
|
||||
"name": "Push flow meter data",
|
||||
"description": "Push flow meter data to the RainMachine device.",
|
||||
"description": "Sends flow meter data from Home Assistant to the RainMachine device.",
|
||||
"fields": {
|
||||
"device_id": {
|
||||
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
|
||||
@ -185,7 +185,7 @@
|
||||
},
|
||||
"push_weather_data": {
|
||||
"name": "Push weather data",
|
||||
"description": "Push weather data from Home Assistant to the RainMachine device.\nLocal Weather Push service should be enabled from Settings > Weather > Developer tab for RainMachine to consider the values being sent. Units must be sent in metric; no conversions are performed by the integraion.\nSee details of RainMachine API Here: https://rainmachine.docs.apiary.io/#reference/weather-services/parserdata/post.",
|
||||
"description": "Sends weather data from Home Assistant to the RainMachine device.\nLocal Weather Push service should be enabled from Settings > Weather > Developer tab for RainMachine to consider the values being sent. Units must be sent in metric; no conversions are performed by the integraion.\nSee details of RainMachine API here: https://rainmachine.docs.apiary.io/#reference/weather-services/parserdata/post.",
|
||||
"fields": {
|
||||
"device_id": {
|
||||
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
|
||||
@ -193,7 +193,7 @@
|
||||
},
|
||||
"timestamp": {
|
||||
"name": "Timestamp",
|
||||
"description": "UNIX Timestamp for the weather data. If omitted, the RainMachine device's local time at the time of the call is used."
|
||||
"description": "UNIX timestamp for the weather data. If omitted, the RainMachine device's local time at the time of the call is used."
|
||||
},
|
||||
"mintemp": {
|
||||
"name": "Min temp",
|
||||
@ -251,7 +251,7 @@
|
||||
},
|
||||
"unrestrict_watering": {
|
||||
"name": "Unrestrict all watering",
|
||||
"description": "Unrestrict all watering activities.",
|
||||
"description": "Removes all watering restrictions.",
|
||||
"fields": {
|
||||
"device_id": {
|
||||
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user