mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Make spelling of "self-test" consistent in zha
(#143842)
While the "self-test" button already contains the recommended hyphen it's missing in the switch and sensor entity names.
This commit is contained in:
@@ -1590,7 +1590,7 @@
|
|||||||
"name": "Floor temperature"
|
"name": "Floor temperature"
|
||||||
},
|
},
|
||||||
"self_test": {
|
"self_test": {
|
||||||
"name": "Self test result"
|
"name": "Self-test result"
|
||||||
},
|
},
|
||||||
"voc_index": {
|
"voc_index": {
|
||||||
"name": "VOC index"
|
"name": "VOC index"
|
||||||
@@ -1841,7 +1841,7 @@
|
|||||||
"name": "Mute siren"
|
"name": "Mute siren"
|
||||||
},
|
},
|
||||||
"self_test_switch": {
|
"self_test_switch": {
|
||||||
"name": "Self test"
|
"name": "Self-test"
|
||||||
},
|
},
|
||||||
"output_switch": {
|
"output_switch": {
|
||||||
"name": "Output switch"
|
"name": "Output switch"
|
||||||
|
Reference in New Issue
Block a user