Upgraded demo

This commit is contained in:
Paulus Schoutsen 2015-02-08 23:29:22 -08:00
parent e391ddb7a1
commit ceaa89dfe6
7 changed files with 171 additions and 283 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -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];

View File

@ -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"
]
}
]

View File

@ -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"
}
]

File diff suppressed because one or more lines are too long