From e317d4394188cd1d8fe001697514204f7f29f63e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 25 Oct 2015 15:42:57 +0100 Subject: [PATCH] Remove listing --- source/_components/switch.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/_components/switch.markdown b/source/_components/switch.markdown index 85897e57f0a..2de6b1c796e 100644 --- a/source/_components/switch.markdown +++ b/source/_components/switch.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -Keeps track which switches are in the network, their state and allows you to control them. +Keeps track which switches are in your environment, their state and allows you to control them. * Maintains a state per switch and a combined state `all_switches`. * Registers services `switch/turn_on` and `switch/turn_off` to control switches. @@ -18,7 +18,3 @@ Optional service data: - `entity_id` - only act on specific switch. Else targets all. -Supported platforms: - - * `wemo` for Belkin WeMo switches - * `tellstick` for Tellstick switches