mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Update reloadables to include telegram/smtp/mqtt (#6759)
This commit is contained in:
parent
fd1342f9d1
commit
fd6436d490
@ -829,7 +829,7 @@
|
|||||||
"introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current YAML configuration and load the new one.",
|
"introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current YAML configuration and load the new one.",
|
||||||
"reload": "Reload {domain}",
|
"reload": "Reload {domain}",
|
||||||
"core": "Reload location & customizations",
|
"core": "Reload location & customizations",
|
||||||
"group": "Reload groups",
|
"group": "Reload groups, group entities, and notify services",
|
||||||
"automation": "Reload automations",
|
"automation": "Reload automations",
|
||||||
"script": "Reload scripts",
|
"script": "Reload scripts",
|
||||||
"scene": "Reload scenes",
|
"scene": "Reload scenes",
|
||||||
@ -842,7 +842,7 @@
|
|||||||
"input_select": "Reload input selects",
|
"input_select": "Reload input selects",
|
||||||
"template": "Reload template entities",
|
"template": "Reload template entities",
|
||||||
"universal": "Reload universal media player entities",
|
"universal": "Reload universal media player entities",
|
||||||
"rest": "Reload rest entities",
|
"rest": "Reload rest entities and notify services",
|
||||||
"command_line": "Reload command line entities",
|
"command_line": "Reload command line entities",
|
||||||
"filter": "Reload filter entities",
|
"filter": "Reload filter entities",
|
||||||
"statistics": "Reload statistics entities",
|
"statistics": "Reload statistics entities",
|
||||||
@ -854,6 +854,9 @@
|
|||||||
"trend": "Reload trend entities",
|
"trend": "Reload trend entities",
|
||||||
"ping": "Reload ping binary sensor entities",
|
"ping": "Reload ping binary sensor entities",
|
||||||
"filesize": "Reload file size entities",
|
"filesize": "Reload file size entities",
|
||||||
|
"telegram": "Reload telegram notify services",
|
||||||
|
"smtp": "Reload smtp notify services",
|
||||||
|
"mqtt": "Reload mqtt entities",
|
||||||
"rpi_gpio": "Reload Raspberry Pi GPIO entities"
|
"rpi_gpio": "Reload Raspberry Pi GPIO entities"
|
||||||
},
|
},
|
||||||
"server_management": {
|
"server_management": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user