1
2
@@ -153,6 +155,8 @@ James Cole has contributed support for the PushO
For more automation examples, see the getting started with automation page .
+James Cole has contributed the PushOver platform.
+
diff --git a/components/sensor.sabnzbd.html b/components/sensor.sabnzbd.html
index 89e221e507..8b59f15b20 100644
--- a/components/sensor.sabnzbd.html
+++ b/components/sensor.sabnzbd.html
@@ -105,7 +105,9 @@
-James Cole has contributed support to integrate SABnzbd . This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
+The sabnzbd platform will allow you to monitor your downloads with SABnzbd from within Home Assistant and setup automation based on the information.
+
+To use sabnzbd with your installation, add the following to your configuration.yaml
file:
1
2
@@ -138,7 +140,7 @@ James Cole has contributed support to integrate SAB
-
+James Cole has contributed the sabnzbd platform.
diff --git a/components/sensor.swiss_public_transport.html b/components/sensor.swiss_public_transport.html
new file mode 100644
index 0000000000..e51e4f2791
--- /dev/null
+++ b/components/sensor.swiss_public_transport.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+ Swiss Public Transport support - Home Assistant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Swiss Public Transport Support
+
+
+
+
+
+ The swiss public transport sensor will give you the next two departure times from a given location to another one in Switzerland.
+
+The Stationboard website can help to determine the exact name of the start and the end station. With the station names it’s necessary to search for the ID of those stations:
+
+http://transport.opendata.ch/v1/locations?query= [Station name]
+
+If the score is 100 (“score”:“100” in the response), it is a perfect match. Then add the data to your configuration.yaml
file as shown in the example:
+
+1
+2
+3
+4
+5
+# Example configuration.yaml entry
+sensor :
+ platform : swiss_public_transport
+ from : STATION_ID
+ to : STATION_ID
+
+
+
+The public timetables are coming from Swiss public transport .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/sensor.systemmonitor.html b/components/sensor.systemmonitor.html
index b3dc61bdec..faafc5dee3 100644
--- a/components/sensor.systemmonitor.html
+++ b/components/sensor.systemmonitor.html
@@ -104,7 +104,9 @@
- Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated.
+ The system monitoring sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
+
+To add this platform to your installation, add the following to your configuration.yaml
file:
+Theodor Lindquist has contributed the System monitoring platform.
+
diff --git a/components/sensor.time_date.html b/components/sensor.time_date.html
index 0d90637085..e26adc976c 100644
--- a/components/sensor.time_date.html
+++ b/components/sensor.time_date.html
@@ -119,7 +119,7 @@
# Example configuration.yaml entry
sensor :
platform : time_date
- monitored_variables :
+ display_options :
- type : 'time'
- type : 'date'
- type : 'date_time'
diff --git a/components/sensor.transmission.html b/components/sensor.transmission.html
index 57bf01a9bf..96941ef4da 100644
--- a/components/sensor.transmission.html
+++ b/components/sensor.transmission.html
@@ -148,7 +148,7 @@ The Transmission platform allows yo
-James Cole has contributed the transmission platform.
+James Cole has contributed the transmission platform.
diff --git a/components/switch.html b/components/switch.html
index 8a9e0f9922..76b2619389 100644
--- a/components/switch.html
+++ b/components/switch.html
@@ -9,20 +9,20 @@
- Lights - Home Assistant
+ Switches - Home Assistant
-
+
-
+
-
+
@@ -98,7 +98,7 @@
diff --git a/components/switch.transmission.html b/components/switch.transmission.html
new file mode 100644
index 0000000000..6cbe1a3cc0
--- /dev/null
+++ b/components/switch.transmission.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+ Transmission switch support - Home Assistant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Transmission Switch Support
+
+
+
+
+
+
+The transmission platform allows you to control your Transmission client from within Home Assistant. The platform enables you switch to your ‘Alternative Speed Limits’ (aka ‘Turtle mode’) setting.
+
+To add Transmission to your installation, add the following to your configuration.yaml
file:
+
+1
+2
+3
+4
+5
+6
+7
+8
+# Example configuration.yaml entry
+switch :
+ platform : transmission
+ name : Transmission
+ host : 192.168.1.26
+ port : 9091
+ username : YOUR_USERNAME
+ password : YOUR_PASSWORD
+
+
+
+Finbarr Brady has contributed the transmission switch platform.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/switch.wemo.html b/components/switch.wemo.html
index 5fc9a0f36a..99ef6b9e4e 100644
--- a/components/switch.wemo.html
+++ b/components/switch.wemo.html
@@ -104,7 +104,10 @@
-
+
+The wemo platform allows you to control your Belkin WeMo switches from within Home Assistant.
+
+To add Wemo switches to your installation, add the following to your configuration.yaml
file:
1
2
diff --git a/components/thermostat.nest.html b/components/thermostat.nest.html
index 9fb79398db..a051d424e1 100644
--- a/components/thermostat.nest.html
+++ b/components/thermostat.nest.html
@@ -104,7 +104,10 @@
- To set it up, add the following information to your configuration.yaml
file:
+
+The nest thermostat platform let you control a thermostat from Nest .
+
+To set it up, add the following information to your configuration.yaml
file:
1
2
diff --git a/components/wink.html b/components/wink.html
index 7c848fd239..006101fcb9 100644
--- a/components/wink.html
+++ b/components/wink.html
@@ -105,7 +105,7 @@
-Wink is a home automation hub that can control a whole wide range of devices on the market. Or, as they say in their own words:
+Wink is a home automation hub that can control a whole wide range of devices on the market. Or, as they say in their own words:
Wink offers one, quick and simple way to connect people with the products they rely on every day in their home.
diff --git a/components/zwave.html b/components/zwave.html
index 0453b4625c..f163cad103 100644
--- a/components/zwave.html
+++ b/components/zwave.html
@@ -106,7 +106,7 @@
-Z-Wave support for Home Assistant is very new. We have started now by integrating only the sensors.
+Z-Wave support for Home Assistant is very new. We have started now by integrating only the sensors.
Support for Z-Wave can be added by plugging a Z-Wave USB stick into your computer.
diff --git a/images/supported_brands/mpd.png b/images/supported_brands/mpd.png
new file mode 100644
index 0000000000..d8b6d96145
Binary files /dev/null and b/images/supported_brands/mpd.png differ
diff --git a/sitemap.xml b/sitemap.xml
index b4d0bee70a..2f8216044c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -77,397 +77,415 @@
https://home-assistant.io/developers/add_new_platform.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/getting-started/android.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/api.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/architecture.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/automation.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/browser.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/getting-started/configuration.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/configurator.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/conversation.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/creating_components.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_sun_light_trigger.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.ddwrt.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.luci.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.netgear.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.nmap_scanner.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.tomato.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/discovery.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/downloader.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/frontend.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/group.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/history.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
1.0
https://home-assistant.io/blog/
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/blog/archives/
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/getting-started/
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/isy994.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/keyboard.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/light.hue.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/light.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/logbook.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/media_player.cast.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/media_player.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
+ weekly
+ 0.7
+
+
+ https://home-assistant.io/components/media_player.mpd.html
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/modbus.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/notify.instapush.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/notify.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/notify.nma.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/notify.pushbullet.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/notify.pushover.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/notify.xmpp.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/python_api.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/developers/rest_api.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/scene.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/scheduler.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/script.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.bitcoin.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.mysensors.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.openweathermap.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.sabnzbd.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
+ weekly
+ 0.7
+
+
+ https://home-assistant.io/components/sensor.swiss_public_transport.html
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.systemmonitor.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.time_date.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sensor.transmission.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/simple_alarm.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/sun.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/switch.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
+ weekly
+ 0.7
+
+
+ https://home-assistant.io/components/switch.transmission.html
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/switch.wemo.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/tellstick.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/thermostat.heat_control.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/thermostat.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/thermostat.nest.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/getting-started/troubleshooting.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/vera.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/wink.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7
https://home-assistant.io/components/zwave.html
- 2015-05-31T00:22:19-07:00
+ 2015-06-02T21:14:43-07:00
weekly
0.7