mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
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:
parent
2d82a12e0a
commit
07302ea178
@ -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%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user