Update reloadables to include telegram/smtp/mqtt (#6759)

This commit is contained in:
J. Nick Koston 2020-09-03 10:47:08 -05:00 committed by GitHub
parent fd1342f9d1
commit fd6436d490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.",
"reload": "Reload {domain}",
"core": "Reload location & customizations",
"group": "Reload groups",
"group": "Reload groups, group entities, and notify services",
"automation": "Reload automations",
"script": "Reload scripts",
"scene": "Reload scenes",
@ -842,7 +842,7 @@
"input_select": "Reload input selects",
"template": "Reload template entities",
"universal": "Reload universal media player entities",
"rest": "Reload rest entities",
"rest": "Reload rest entities and notify services",
"command_line": "Reload command line entities",
"filter": "Reload filter entities",
"statistics": "Reload statistics entities",
@ -854,6 +854,9 @@
"trend": "Reload trend entities",
"ping": "Reload ping binary sensor 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"
},
"server_management": {