From 91e1ae035e06399dc5d176c965f70227bb917643 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 14 Aug 2018 12:29:55 +0200 Subject: [PATCH] Remove warning (#15969) --- homeassistant/components/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/services.yaml b/homeassistant/components/services.yaml index 6b8bded59b8..62da489aab4 100644 --- a/homeassistant/components/services.yaml +++ b/homeassistant/components/services.yaml @@ -506,9 +506,9 @@ homeassistant: reload_core_config: description: Reload the core configuration. restart: - description: Restart the Home Assistant service. It is normal to get a "Failed to call service homeassistant/restart" message. + description: Restart the Home Assistant service. stop: - description: Stop the Home Assistant service. It is normal to get a "Failed to call service homeassistant/stop" message. + description: Stop the Home Assistant service. toggle: description: Generic service to toggle devices on/off under any domain. Same usage as the light.turn_on, switch.turn_on, etc. services. fields: