Fix duplicate descriptions of homematicip_cloud.activate_eco_mode_with_… actions (#140885)

Update strings.json

Currently both the `activate_eco_mode_with_duration` and the `activate_eco_mode_with_period` actions have the identical description:

"Activates eco mode with period."

To resolve this confusing duplicate, both actions get their own descriptions, making the latter consistent with that of the `activate_vacation` action.
This commit is contained in:
Norbert Rittel 2025-03-18 20:27:21 +01:00 committed by GitHub
parent 2d82a12e0a
commit 07302ea178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
"services": {
"activate_eco_mode_with_duration": {
"name": "Activate eco mode with duration",
"description": "Activates eco mode with period.",
"description": "Activates the eco mode for a specified duration.",
"fields": {
"duration": {
"name": "Duration",
@ -49,7 +49,7 @@
},
"activate_eco_mode_with_period": {
"name": "Activate eco more with period",
"description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::description%]",
"description": "Activates the eco mode until a given time.",
"fields": {
"endtime": {
"name": "Endtime",
@ -63,7 +63,7 @@
},
"activate_vacation": {
"name": "Activate vacation",
"description": "Activates the vacation mode until the given time.",
"description": "Activates the vacation mode until a given time.",
"fields": {
"endtime": {
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_period::fields::endtime::name%]",