mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Add translations for ZHA pilot wire mode and device mode (#136753)
This commit is contained in:
@@ -124,6 +124,12 @@
|
|||||||
},
|
},
|
||||||
"on_led_color": {
|
"on_led_color": {
|
||||||
"default": "mdi:palette"
|
"default": "mdi:palette"
|
||||||
|
},
|
||||||
|
"device_mode": {
|
||||||
|
"default": "mdi:cogs"
|
||||||
|
},
|
||||||
|
"pilot_wire_mode": {
|
||||||
|
"default": "mdi:radiator"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
@@ -1028,6 +1028,12 @@
|
|||||||
},
|
},
|
||||||
"operation_mode": {
|
"operation_mode": {
|
||||||
"name": "Operation mode"
|
"name": "Operation mode"
|
||||||
|
},
|
||||||
|
"device_mode": {
|
||||||
|
"name": "Device mode"
|
||||||
|
},
|
||||||
|
"pilot_wire_mode": {
|
||||||
|
"name": "Pilot wire mode"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
Reference in New Issue
Block a user