mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Use existing translations for mqtt subentry platform selector (#142876)
This commit is contained in:
parent
6c7865a247
commit
4f0928d93b
@ -472,9 +472,9 @@
|
||||
},
|
||||
"platform": {
|
||||
"options": {
|
||||
"notify": "Notify",
|
||||
"sensor": "Sensor",
|
||||
"switch": "Switch"
|
||||
"notify": "[%key:component::notify::title%]",
|
||||
"sensor": "[%key:component::sensor::title%]",
|
||||
"switch": "[%key:component::switch::title%]"
|
||||
}
|
||||
},
|
||||
"set_ca_cert": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user