Add title to water heater component (#130446)
This commit is contained in:
parent
8b505a2273
commit
fdb773c921
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"title": "Water heater",
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"action_type": {
|
"action_type": {
|
||||||
"turn_on": "[%key:common::device_automation::action_type::turn_on%]",
|
"turn_on": "[%key:common::device_automation::action_type::turn_on%]",
|
||||||
|
@ -7,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"entity_component": {
|
"entity_component": {
|
||||||
"_": {
|
"_": {
|
||||||
"name": "Water heater",
|
"name": "[%key:component::water_heater::title%]",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"eco": "Eco",
|
"eco": "Eco",
|
||||||
|
|
Loading…
Add table
Reference in a new issue