From fd6436d490438be2b85ebff52096eb32667d5a08 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 3 Sep 2020 10:47:08 -0500 Subject: [PATCH] Update reloadables to include telegram/smtp/mqtt (#6759) --- src/translations/en.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 0c5094c143..df63a21322 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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": {