Make use of "counterclockwise" consistent in hue (#143521)

This commit is contained in:
Norbert Rittel
2025-04-23 18:34:37 +02:00
committed by GitHub
parent 199a274c80
commit 8df0a950f7

View File

@@ -57,7 +57,7 @@
"3": "[%key:component::hue::device_automation::trigger_subtype::button_3%]",
"4": "[%key:component::hue::device_automation::trigger_subtype::button_4%]",
"clock_wise": "Rotation clockwise",
"counter_clock_wise": "Rotation counter-clockwise"
"counter_clock_wise": "Rotation counterclockwise"
},
"trigger_type": {
"remote_button_long_release": "\"{subtype}\" released after long press",
@@ -96,7 +96,7 @@
"event_type": {
"state": {
"clock_wise": "Clockwise",
"counter_clock_wise": "Counter clockwise"
"counter_clock_wise": "Counterclockwise"
}
}
}