Improve description of `mode` field in `geniushub.set_zone_mode` action (#139513)

Improve description of `mode` field in 'geniushub.set_zone_mode' action

As the three choices for the `mode` field show up as radio buttons in the UI the description does not need to repeat them.

This improves translations by avoiding any over-translation of these values.
pull/139531/head
Norbert Rittel 2025-02-28 16:03:47 +01:00 committed by GitHub
parent 1b27365c58
commit 0f0866cd52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
},
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"description": "One of: off, timer or footprint."
"description": "The zone's operating mode."
}
}
},