From 316f39c0c27defc042e4271b00c4ff800d7d2d46 Mon Sep 17 00:00:00 2001 From: Adam <22942687+SilvrrGIT@users.noreply.github.com> Date: Wed, 23 Oct 2019 13:10:43 -0500 Subject: [PATCH] Update example to match current WeMo docs. (#10963) WeMo is now an integration of its own and does not belong under switch. --- .../restart_ha_if_wemo_switch_is_not_detected.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown b/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown index 7a1beb312eb..3caf90f7caf 100644 --- a/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown +++ b/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown @@ -29,9 +29,11 @@ notify: - platform: pushbullet api_key: *** name: pushbullet - + +wemo: + discovery: true + switch: - - platform: wemo - platform: mqtt state_topic: "home/killhass" command_topic: "home/killhass"