Improve descriptions of lifx.effect_sky action (#140400)

* Improve descriptions of `lifx.effect_sky` action

The 'Sky Effect' action of the LIFX integration allows three types of sky types to choose from:
- "Clouds"
- "Sunrise"
- "Sunset"
This commit fixes the wrong naming of the "Clouds" effect as "Cloud" and adds details about it to the descriptions of the `cloud_saturation_min`and `cloud_saturation_max` fields (from the online docs).

In addition the inconsistent capitalization of their `name` strings is fixed, too.

* Improve action description as well
This commit is contained in:
Norbert Rittel 2025-03-11 20:23:41 +01:00 committed by GitHub
parent f50325fc7d
commit 6fb6f92985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,23 +223,23 @@
},
"effect_sky": {
"name": "Sky effect",
"description": "Starts the firmware-based Sky effect on LIFX Ceiling.",
"description": "Starts a firmware-based effect on LIFX Ceiling lights that animates a sky scene across the device.",
"fields": {
"speed": {
"name": "Speed",
"description": "How long the Sunrise and Sunset sky types will take to complete. For the Cloud sky type, it is the speed of the clouds across the device."
"description": "How long the Sunrise and Sunset sky types will take to complete. For the Clouds sky type, it is the speed of the clouds across the device."
},
"sky_type": {
"name": "Sky type",
"description": "The style of sky that will be animated by the effect."
},
"cloud_saturation_min": {
"name": "Cloud saturation Minimum",
"description": "Minimum cloud saturation."
"name": "Cloud saturation minimum",
"description": "The minimum cloud saturation for the Clouds sky type."
},
"cloud_saturation_max": {
"name": "Cloud Saturation maximum",
"description": "Maximum cloud saturation."
"name": "Cloud saturation maximum",
"description": "The maximum cloud saturation for the Clouds sky type."
},
"palette": {
"name": "Palette",