Improve action descriptions in rainmachine, fix casing (#137428)

This commit is contained in:
Norbert Rittel 2025-02-05 12:13:58 +01:00 committed by GitHub
parent 27b96160e2
commit 28cedc4c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
"user": { "user": {
"title": "Fill in your information", "title": "Fill in your information",
"data": { "data": {
"ip_address": "Hostname or IP Address", "ip_address": "Hostname or IP address",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
} }
@ -157,7 +157,7 @@
}, },
"unpause_watering": { "unpause_watering": {
"name": "Unpause all watering", "name": "Unpause all watering",
"description": "Unpauses all paused watering activities.", "description": "Resumes all paused watering activities.",
"fields": { "fields": {
"device_id": { "device_id": {
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]", "name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
@ -167,7 +167,7 @@
}, },
"push_flow_meter_data": { "push_flow_meter_data": {
"name": "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": { "fields": {
"device_id": { "device_id": {
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]", "name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
@ -185,7 +185,7 @@
}, },
"push_weather_data": { "push_weather_data": {
"name": "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": { "fields": {
"device_id": { "device_id": {
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]", "name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",
@ -193,7 +193,7 @@
}, },
"timestamp": { "timestamp": {
"name": "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": { "mintemp": {
"name": "Min temp", "name": "Min temp",
@ -251,7 +251,7 @@
}, },
"unrestrict_watering": { "unrestrict_watering": {
"name": "Unrestrict all watering", "name": "Unrestrict all watering",
"description": "Unrestrict all watering activities.", "description": "Removes all watering restrictions.",
"fields": { "fields": {
"device_id": { "device_id": {
"name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]", "name": "[%key:component::rainmachine::services::pause_watering::fields::device_id::name%]",