mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Label emergency heat switch (#139872)
* Add label to emergency heat switch * Use sentence case names Co-authored-by: Franck Nijhof <frenck@frenck.nl> --------- Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -58,6 +58,9 @@
|
|||||||
"switch": {
|
"switch": {
|
||||||
"hold": {
|
"hold": {
|
||||||
"name": "Hold"
|
"name": "Hold"
|
||||||
|
},
|
||||||
|
"emergency_heat": {
|
||||||
|
"name": "Emergency heat"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user