Files
core/homeassistant/components/switch
Dan Smith 4cfa14c29d Support manually-defined WeMo devices
This is extremely useful if you want to support wemos that are on
another subnet or across a VPN. It also lets you sidestep the discovery
process, which is problematic for a lot of people and situations.

In order for this to work, we need to bump the pywemo requirement to
0.3.10, which includes my changes to make this possible.

WeMo devices can be manually configured by adding a static section to
the config, like this:

  switch:
    platform: wemo
    static:
       - 192.168.100.5
       - 192.168.100.6
2016-02-11 17:23:20 +00:00
..
2015-11-26 20:45:07 +01:00
2015-12-31 18:39:40 -05:00
2015-11-03 00:20:48 -08:00
2016-01-28 21:45:26 -08:00
2015-11-29 13:49:05 -08:00
2016-02-11 03:27:02 +01:00
2015-11-29 13:49:05 -08:00
2016-01-25 16:40:27 -05:00
2015-12-22 22:02:55 +01:00
2016-01-12 21:53:27 -08:00
2016-01-15 16:53:46 +00:00
2016-01-31 18:30:43 +01:00
2015-09-26 23:17:04 -07:00
2016-02-05 00:07:12 +01:00
2015-11-29 13:49:05 -08:00
2015-12-25 20:16:51 +01:00
2016-02-11 17:23:20 +00:00
2016-02-06 14:22:46 -06:00
2016-01-27 07:37:41 +01:00