Site updated at 2015-02-09 07:29:34 UTC
This commit is contained in:
parent
b80f1706d9
commit
74529fead0
13 changed files with 206 additions and 318 deletions
2
atom.xml
2
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-02-08T15:07:12-08:00</updated>
|
||||
<updated>2015-02-08T23:29:28-08:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: architecture | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-02-08T15:07:12-08:00</updated>
|
||||
<updated>2015-02-08T23:29:28-08:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: component | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/component/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-02-08T15:07:12-08:00</updated>
|
||||
<updated>2015-02-08T23:29:28-08:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: release-notes | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-02-08T15:07:12-08:00</updated>
|
||||
<updated>2015-02-08T23:29:28-08:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: website | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-02-08T15:07:12-08:00</updated>
|
||||
<updated>2015-02-08T23:29:28-08:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
[
|
||||
{
|
||||
"event": "time_changed",
|
||||
"listener_count": 1
|
||||
},
|
||||
{
|
||||
"event": "call_service",
|
||||
"listener_count": 1
|
||||
},
|
||||
{
|
||||
"event": "homeassistant_stop",
|
||||
"listener_count": 2
|
||||
},
|
||||
{
|
||||
"event": "state_changed",
|
||||
"listener_count": 3
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
BIN
demo/images/config_philips_hue.jpg
Normal file
BIN
demo/images/config_philips_hue.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
|
@ -13,7 +13,7 @@
|
|||
<script src='/demo/webcomponents.min.js'>
|
||||
</script>
|
||||
<link rel='import' href='/demo/frontend.html' />
|
||||
<splash-login auth='password'></splash-login>
|
||||
<home-assistant auth='password'></home-assistant>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
[
|
||||
{
|
||||
"domain": "homeassistant",
|
||||
"services": [
|
||||
"stop",
|
||||
"turn_off",
|
||||
"turn_on"
|
||||
]
|
||||
},
|
||||
{
|
||||
"domain": "light",
|
||||
"services": [
|
||||
"turn_off",
|
||||
"turn_on"
|
||||
]
|
||||
},
|
||||
{
|
||||
"domain": "switch",
|
||||
"services": [
|
||||
"turn_off",
|
||||
"turn_on"
|
||||
]
|
||||
}
|
||||
]
|
166
demo/states.json
166
demo/states.json
|
@ -1,166 +0,0 @@
|
|||
[
|
||||
{
|
||||
"attributes": {},
|
||||
"entity_id": "a.Demo_Mode",
|
||||
"last_changed": "14:55:24 21-12-2014",
|
||||
"state": "Enabled"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"brightness": 200,
|
||||
"xy_color": [
|
||||
0.861,
|
||||
0.3259
|
||||
]
|
||||
},
|
||||
"entity_id": "light.Ceiling",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "on"
|
||||
},
|
||||
{
|
||||
"attributes": {},
|
||||
"entity_id": "light.TV_Back_light",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "off"
|
||||
},
|
||||
{
|
||||
"attributes": {},
|
||||
"entity_id": "process.XBMC",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "on"
|
||||
},
|
||||
{
|
||||
"attributes": {},
|
||||
"entity_id": "switch.Christmas_Lights",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "off"
|
||||
},
|
||||
{
|
||||
"attributes": {},
|
||||
"entity_id": "switch.AC",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "on"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"auto": true,
|
||||
"entity_id": [
|
||||
"device_tracker.Paulus",
|
||||
"device_tracker.Anne_Therese"
|
||||
]
|
||||
},
|
||||
"entity_id": "group.all_devices",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "home"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"auto": false,
|
||||
"entity_id": [
|
||||
"light.Bowl",
|
||||
"light.Ceiling",
|
||||
"light.TV_Back_light",
|
||||
"switch.AC"
|
||||
]
|
||||
},
|
||||
"entity_id": "group.living_room",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "on"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"friendly_name": "Outside temperature",
|
||||
"unit_of_measurement": "\u00b0C"
|
||||
},
|
||||
"entity_id": "tellstick_sensor.Outside_temperature",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "15.6"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"brightness": 200,
|
||||
"xy_color": [
|
||||
0.861,
|
||||
0.3259
|
||||
]
|
||||
},
|
||||
"entity_id": "light.Bowl",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "on"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"entity_picture": "//graph.facebook.com/KillBillMovie/picture",
|
||||
"friendly_name": "Living Room"
|
||||
},
|
||||
"entity_id": "chromecast.Living_Rm",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "Netflix"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"friendly_name": "Outside humidity",
|
||||
"unit_of_measurement": "%"
|
||||
},
|
||||
"entity_id": "tellstick_sensor.Outside_humidity",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "54"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"next_rising": "06:47:45 22-12-2014",
|
||||
"next_setting": "16:46:55 21-12-2014"
|
||||
},
|
||||
"entity_id": "sun.sun",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "above_horizon"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"entity_picture": "//graph.facebook.com/schoutsen/picture"
|
||||
},
|
||||
"entity_id": "device_tracker.Paulus",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "home"
|
||||
},
|
||||
{
|
||||
"attributes": {},
|
||||
"entity_id": "light.Bed_light",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "off"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"auto": false,
|
||||
"entity_id": [
|
||||
"light.Bed_light",
|
||||
"switch.Christmas_Lights"
|
||||
]
|
||||
},
|
||||
"entity_id": "group.bedroom",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "off"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"auto": true,
|
||||
"entity_id": [
|
||||
"light.Bowl",
|
||||
"light.Ceiling",
|
||||
"light.TV_Back_light",
|
||||
"light.Bed_light"
|
||||
]
|
||||
},
|
||||
"entity_id": "group.all_lights",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "on"
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"entity_picture": "//graph.facebook.com/anne.t.frederiksen/picture"
|
||||
},
|
||||
"entity_id": "device_tracker.Anne_Therese",
|
||||
"last_changed": "14:55:25 21-12-2014",
|
||||
"state": "not_home"
|
||||
}
|
||||
]
|
10
demo/webcomponents.min.js
vendored
10
demo/webcomponents.min.js
vendored
File diff suppressed because one or more lines are too long
60
sitemap.xml
60
sitemap.xml
|
@ -37,180 +37,180 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/api.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/automation.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/browser.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/chromecast.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/discovery.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/downloader.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/blog/</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/blog/archives/</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sun.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/tellstick_sensor.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/wink.html</loc>
|
||||
<lastmod>2015-02-08T15:07:12-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:29:28-08:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||
<lastmod>2015-01-01T22:11:07-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:27:11-08:00</lastmod>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/index.html</loc>
|
||||
<lastmod>2015-01-01T22:09:04-08:00</lastmod>
|
||||
<lastmod>2015-02-08T23:22:22-08:00</lastmod>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue