mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Use existing translations for mqtt subentry platform selector (#142876)
This commit is contained in:
@@ -472,9 +472,9 @@
|
|||||||
},
|
},
|
||||||
"platform": {
|
"platform": {
|
||||||
"options": {
|
"options": {
|
||||||
"notify": "Notify",
|
"notify": "[%key:component::notify::title%]",
|
||||||
"sensor": "Sensor",
|
"sensor": "[%key:component::sensor::title%]",
|
||||||
"switch": "Switch"
|
"switch": "[%key:component::switch::title%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"set_ca_cert": {
|
"set_ca_cert": {
|
||||||
|
Reference in New Issue
Block a user