mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Make use of "counterclockwise" consistent in hue
(#143521)
This commit is contained in:
parent
199a274c80
commit
8df0a950f7
@ -57,7 +57,7 @@
|
|||||||
"3": "[%key:component::hue::device_automation::trigger_subtype::button_3%]",
|
"3": "[%key:component::hue::device_automation::trigger_subtype::button_3%]",
|
||||||
"4": "[%key:component::hue::device_automation::trigger_subtype::button_4%]",
|
"4": "[%key:component::hue::device_automation::trigger_subtype::button_4%]",
|
||||||
"clock_wise": "Rotation clockwise",
|
"clock_wise": "Rotation clockwise",
|
||||||
"counter_clock_wise": "Rotation counter-clockwise"
|
"counter_clock_wise": "Rotation counterclockwise"
|
||||||
},
|
},
|
||||||
"trigger_type": {
|
"trigger_type": {
|
||||||
"remote_button_long_release": "\"{subtype}\" released after long press",
|
"remote_button_long_release": "\"{subtype}\" released after long press",
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"event_type": {
|
"event_type": {
|
||||||
"state": {
|
"state": {
|
||||||
"clock_wise": "Clockwise",
|
"clock_wise": "Clockwise",
|
||||||
"counter_clock_wise": "Counter clockwise"
|
"counter_clock_wise": "Counterclockwise"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user