mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Add map to demo (#3295)
This commit is contained in:
parent
3e8606781e
commit
88b9348a81
@ -51,6 +51,18 @@ function copyFonts(staticDir) {
|
||||
fs.copySync(npmPath("@polymer/font-roboto-local/fonts"), staticPath("fonts"));
|
||||
}
|
||||
|
||||
function copyMapPanel(staticDir) {
|
||||
const staticPath = genStaticPath(staticDir);
|
||||
copyFileDir(
|
||||
npmPath("leaflet/dist/leaflet.css"),
|
||||
staticPath("images/leaflet/")
|
||||
);
|
||||
fs.copySync(
|
||||
npmPath("leaflet/dist/images"),
|
||||
staticPath("images/leaflet/images/")
|
||||
);
|
||||
}
|
||||
|
||||
function compressStatic(staticDir) {
|
||||
const staticPath = genStaticPath(staticDir);
|
||||
const fonts = gulp
|
||||
@ -84,14 +96,7 @@ gulp.task("copy-static", (done) => {
|
||||
npmPath("react-big-calendar/lib/css/react-big-calendar.css"),
|
||||
staticPath("panels/calendar/")
|
||||
);
|
||||
copyFileDir(
|
||||
npmPath("leaflet/dist/leaflet.css"),
|
||||
staticPath("images/leaflet/")
|
||||
);
|
||||
fs.copySync(
|
||||
npmPath("leaflet/dist/images"),
|
||||
staticPath("images/leaflet/images/")
|
||||
);
|
||||
copyMapPanel(staticDir);
|
||||
done();
|
||||
});
|
||||
|
||||
@ -104,6 +109,7 @@ gulp.task("copy-static-demo", (done) => {
|
||||
fs.copySync(path.resolve(paths.demo_dir, "public"), paths.demo_root);
|
||||
|
||||
copyPolyfills(paths.demo_static);
|
||||
copyMapPanel(paths.demo_static);
|
||||
copyFonts(paths.demo_static);
|
||||
copyTranslations(paths.demo_static);
|
||||
done();
|
||||
|
BIN
demo/public/assets/arsaboo/images/arsaboo.jpg
Normal file
BIN
demo/public/assets/arsaboo/images/arsaboo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
demo/public/assets/arsaboo/images/melody.jpg
Normal file
BIN
demo/public/assets/arsaboo/images/melody.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -8,39 +8,46 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
state: "zoning",
|
||||
attributes: {
|
||||
hidden: true,
|
||||
latitude: 52.3731339,
|
||||
longitude: 4.8903147,
|
||||
radius: 200,
|
||||
friendly_name: "Home",
|
||||
icon: "hademo:home",
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.243651+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.243651+00:00",
|
||||
context: { id: "a1b962da6bc54aad9d8e921e47c7ba87", user_id: null },
|
||||
},
|
||||
"zone.buckhead": {
|
||||
"zone.uva": {
|
||||
entity_id: "zone.buckhead",
|
||||
state: "zoning",
|
||||
attributes: {
|
||||
hidden: true,
|
||||
radius: 200,
|
||||
friendly_name: "Buckhead",
|
||||
radius: 400,
|
||||
friendly_name: "UvA",
|
||||
icon: "hademo:school",
|
||||
latitude: 52.3558182,
|
||||
longitude: 4.9535376,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.243765+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.243765+00:00",
|
||||
context: { id: "ed52190b694c458e8dc5bb733fc553ee", user_id: null },
|
||||
},
|
||||
"zone.downtown": {
|
||||
entity_id: "zone.downtown",
|
||||
state: "zoning",
|
||||
"person.arsaboo": {
|
||||
entity_id: "person.arsaboo",
|
||||
state: "not_home",
|
||||
attributes: {
|
||||
hidden: true,
|
||||
radius: 200,
|
||||
friendly_name: "Downtown",
|
||||
icon: "hademo:school",
|
||||
radius: 50,
|
||||
friendly_name: "Arsaboo",
|
||||
latitude: 52.3579946,
|
||||
longitude: 4.8664597,
|
||||
entity_picture: "/assets/arsaboo/images/arsaboo.jpg",
|
||||
},
|
||||
},
|
||||
"person.melody": {
|
||||
entity_id: "person.melody",
|
||||
state: "not_home",
|
||||
attributes: {
|
||||
radius: 50,
|
||||
friendly_name: "Melody",
|
||||
latitude: 52.3408927,
|
||||
longitude: 4.8711073,
|
||||
entity_picture: "/assets/arsaboo/images/melody.jpg",
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.243873+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.243873+00:00",
|
||||
context: { id: "9114964fdecd424ca96f60cfa8864422", user_id: null },
|
||||
},
|
||||
"sensor.livingroom_temp_rounded": {
|
||||
entity_id: "sensor.livingroom_temp_rounded",
|
||||
@ -48,9 +55,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
attributes: {
|
||||
friendly_name: "Living room temperature",
|
||||
},
|
||||
last_changed: "2019-01-22T18:23:58.615703+00:00",
|
||||
last_updated: "2019-01-22T18:23:58.615703+00:00",
|
||||
context: { id: "d8720a928ed645838679c2b5edc5e2fd", user_id: null },
|
||||
},
|
||||
"sensor.study_temp_rounded": {
|
||||
entity_id: "sensor.study_temp_rounded",
|
||||
@ -58,9 +62,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
attributes: {
|
||||
friendly_name: "Study temperature",
|
||||
},
|
||||
last_changed: "2019-01-22T19:17:17.881894+00:00",
|
||||
last_updated: "2019-01-22T19:17:17.881894+00:00",
|
||||
context: { id: "9e25fd2c4032461f83df3ed778fc031e", user_id: null },
|
||||
},
|
||||
"sensor.living_room": {
|
||||
entity_id: "sensor.living_room",
|
||||
@ -69,9 +70,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Harmony",
|
||||
entity_picture: "/assets/arsaboo/icons/Harmony.png",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:14.722625+00:00",
|
||||
last_updated: "2019-01-22T17:00:14.722625+00:00",
|
||||
context: { id: "8a3e097e681740cca0f82905dd9f84b6", user_id: null },
|
||||
},
|
||||
"sensor.total_tv_time": {
|
||||
entity_id: "sensor.total_tv_time",
|
||||
@ -84,9 +82,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:chart-line",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:14.938049+00:00",
|
||||
last_updated: "2019-01-22T17:00:14.938049+00:00",
|
||||
context: { id: "22b23e84bd7d4acfb97653fbb68ad6ef", user_id: null },
|
||||
},
|
||||
"climate.upstairs": {
|
||||
entity_id: "climate.upstairs",
|
||||
@ -116,9 +111,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
supported_features: 3575,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.810867+00:00",
|
||||
last_updated: "2019-01-22T19:33:14.146114+00:00",
|
||||
context: { id: "211635d7bddb468d927d18cee9f795cf", user_id: null },
|
||||
},
|
||||
"input_boolean.abodeupdate": {
|
||||
entity_id: "input_boolean.abodeupdate",
|
||||
@ -130,11 +122,7 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
icon_color:
|
||||
"if (state === 'on') return 'rgb(251, 210, 41)'; return 'rgb(54, 95, 140)';\n",
|
||||
},
|
||||
emulated_hue_hidden: false,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.881638+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.881638+00:00",
|
||||
context: { id: "7565c5becbca495c91550822d3284249", user_id: null },
|
||||
},
|
||||
"input_boolean.tv": {
|
||||
entity_id: "input_boolean.tv",
|
||||
@ -147,9 +135,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"if (state === 'on') return 'rgb(251, 210, 41)'; return 'rgb(54, 95, 140)';\n",
|
||||
},
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.882562+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.882562+00:00",
|
||||
context: { id: "0ac79c8674b242be968d08791e6b5932", user_id: null },
|
||||
},
|
||||
"input_boolean.homeautomation": {
|
||||
entity_id: "input_boolean.homeautomation",
|
||||
@ -162,9 +147,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"if (state === 'on') return 'rgb(251, 210, 41)'; return 'rgb(54, 95, 140)';\n",
|
||||
},
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.883106+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.883106+00:00",
|
||||
context: { id: "c6eb55b9528c49f181f624b38c9e2744", user_id: null },
|
||||
},
|
||||
"input_boolean.tvtime": {
|
||||
entity_id: "input_boolean.tvtime",
|
||||
@ -179,9 +161,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"if (state === 'on') return 'rgb(251, 210, 41)'; return 'rgb(54, 95, 140)';\n",
|
||||
},
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.883309+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.883309+00:00",
|
||||
context: { id: "5fdf8af8eb214e65ade4e3aeff3dd34b", user_id: null },
|
||||
},
|
||||
"input_select.livingroomharmony": {
|
||||
entity_id: "input_select.livingroomharmony",
|
||||
@ -199,9 +178,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:remote",
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.884366+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.884366+00:00",
|
||||
context: { id: "0f58b582c976468da868054edf770f92", user_id: null },
|
||||
},
|
||||
"input_select.hdmiswitcher": {
|
||||
entity_id: "input_select.hdmiswitcher",
|
||||
@ -213,9 +189,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:remote",
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.884597+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.884597+00:00",
|
||||
context: { id: "20071b60a5a84a10b48a218f1cad67e7", user_id: null },
|
||||
},
|
||||
"input_select.hdmiinput": {
|
||||
entity_id: "input_select.hdmiinput",
|
||||
@ -227,9 +200,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:remote",
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:56.884850+00:00",
|
||||
last_updated: "2019-01-22T16:59:56.884850+00:00",
|
||||
context: { id: "d807dee60854436f81ef374ab8267bd1", user_id: null },
|
||||
},
|
||||
"input_number.harmonyvolume": {
|
||||
entity_id: "input_number.harmonyvolume",
|
||||
@ -245,9 +215,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:volume-high",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:16.104666+00:00",
|
||||
last_updated: "2019-01-22T17:00:16.104666+00:00",
|
||||
context: { id: "46df627202ed4c3981ad140e06bcc578", user_id: null },
|
||||
},
|
||||
"script.tv_off": {
|
||||
entity_id: "script.tv_off",
|
||||
@ -258,9 +225,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"ui.panel.page-demo.config.arsaboo.labels.turn_tv_off"
|
||||
),
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:57.074073+00:00",
|
||||
last_updated: "2019-01-22T16:59:57.074073+00:00",
|
||||
context: { id: "618e16fb9dba4dde9c40feda1f10bcc9", user_id: null },
|
||||
},
|
||||
"sensor.usdinr": {
|
||||
entity_id: "sensor.usdinr",
|
||||
@ -273,9 +237,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "USDINR",
|
||||
icon: "hademo:currency-usd",
|
||||
},
|
||||
last_changed: "2019-01-22T18:25:11.582558+00:00",
|
||||
last_updated: "2019-01-22T18:25:11.582558+00:00",
|
||||
context: { id: "7737cf1420d241d8afb3f016179c133c", user_id: null },
|
||||
},
|
||||
"cover.garagedoor": {
|
||||
entity_id: "cover.garagedoor",
|
||||
@ -286,9 +247,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
supported_features: 11,
|
||||
homebridge_cover_type: "garage_door",
|
||||
},
|
||||
last_changed: "2019-01-22T19:31:05.399638+00:00",
|
||||
last_updated: "2019-01-22T19:31:05.399638+00:00",
|
||||
context: { id: "6ce1bded3a1c4601a4bc8e8c3823cc9f", user_id: null },
|
||||
},
|
||||
"light.master_lights": {
|
||||
entity_id: "light.master_lights",
|
||||
@ -299,9 +257,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Master Lights",
|
||||
supported_features: 63,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:57.423884+00:00",
|
||||
last_updated: "2019-01-22T16:59:57.423884+00:00",
|
||||
context: { id: "b2f91c5772a346b7a24cb28386276cca", user_id: null },
|
||||
},
|
||||
"light.living_room_lights": {
|
||||
entity_id: "light.living_room_lights",
|
||||
@ -312,9 +267,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Living Room Lights",
|
||||
supported_features: 55,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:05.573457+00:00",
|
||||
last_updated: "2019-01-22T17:00:05.573457+00:00",
|
||||
context: { id: "bbcc2a67b73a42a280f905c5de1d120d", user_id: null },
|
||||
},
|
||||
"switch.security_armed": {
|
||||
entity_id: "switch.security_armed",
|
||||
@ -322,9 +274,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
attributes: {
|
||||
friendly_name: "Home Security Arm",
|
||||
},
|
||||
last_changed: "2019-01-22T19:29:19.871240+00:00",
|
||||
last_updated: "2019-01-22T19:29:19.871240+00:00",
|
||||
context: { id: "2d370c236dc84c6ba4510fa9b537d926", user_id: null },
|
||||
},
|
||||
"light.kitchen_lights": {
|
||||
entity_id: "light.kitchen_lights",
|
||||
@ -332,12 +281,7 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
attributes: {
|
||||
friendly_name: "Kitchen lights",
|
||||
supported_features: 1,
|
||||
emulated_hue_hidden: false,
|
||||
emulated_hue_name: "Kitchen lights",
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:57.294651+00:00",
|
||||
last_updated: "2019-01-22T16:59:57.294651+00:00",
|
||||
context: { id: "84a69e03a3b14de29e6753fb10889da7", user_id: null },
|
||||
},
|
||||
"light.hue_color_lamp_1": {
|
||||
entity_id: "light.hue_color_lamp_1",
|
||||
@ -348,9 +292,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: localize("ui.panel.page-demo.config.arsaboo.names.left"),
|
||||
supported_features: 63,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:57.421788+00:00",
|
||||
last_updated: "2019-01-22T16:59:57.421788+00:00",
|
||||
context: { id: "573a69eccae942d5a4b9870c3585429f", user_id: null },
|
||||
},
|
||||
"light.hue_color_lamp_2": {
|
||||
entity_id: "light.hue_color_lamp_2",
|
||||
@ -363,9 +304,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
supported_features: 63,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:57.422442+00:00",
|
||||
last_updated: "2019-01-22T16:59:57.422442+00:00",
|
||||
context: { id: "19ae7cae5143419991ae92a7a3bda423", user_id: null },
|
||||
},
|
||||
"light.hue_color_lamp_3": {
|
||||
entity_id: "light.hue_color_lamp_3",
|
||||
@ -378,9 +316,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
supported_features: 63,
|
||||
},
|
||||
last_changed: "2019-01-22T16:59:57.423068+00:00",
|
||||
last_updated: "2019-01-22T16:59:57.423068+00:00",
|
||||
context: { id: "75d3c44287804191bdd86b967125d7a9", user_id: null },
|
||||
},
|
||||
"sensor.plexspy": {
|
||||
entity_id: "sensor.plexspy",
|
||||
@ -389,9 +324,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
unit_of_measurement: "Watching",
|
||||
friendly_name: "PlexSpy",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:00.185247+00:00",
|
||||
last_updated: "2019-01-22T17:00:00.185247+00:00",
|
||||
context: { id: "07a3c87af6c54b35914c529acf4e60bb", user_id: null },
|
||||
},
|
||||
"binary_sensor.ring_front_door_ding": {
|
||||
entity_id: "binary_sensor.ring_front_door_ding",
|
||||
@ -404,9 +336,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Front Door Ding",
|
||||
device_class: "occupancy",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.255653+00:00",
|
||||
last_updated: "2019-01-22T18:24:03.677589+00:00",
|
||||
context: { id: "d7508c32f2c346d5950e725b422d6695", user_id: null },
|
||||
},
|
||||
"sensor.ring_front_door_last_motion": {
|
||||
entity_id: "sensor.ring_front_door_last_motion",
|
||||
@ -426,9 +355,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Front Door Last Motion",
|
||||
icon: "hademo:history",
|
||||
},
|
||||
last_changed: "2019-01-22T18:22:33.829681+00:00",
|
||||
last_updated: "2019-01-22T18:23:04.162733+00:00",
|
||||
context: { id: "2ca6046f7da2486988032576da8dc475", user_id: null },
|
||||
},
|
||||
"camera.patio": {
|
||||
entity_id: "camera.patio",
|
||||
@ -442,9 +368,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"/api/camera_proxy/camera.patio?token=cbd8dfac9efb441f19168e271cb8629b0372d0c1f721353394b23ed0202013b0",
|
||||
supported_features: 0,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.259908+00:00",
|
||||
last_updated: "2019-01-22T19:35:30.063163+00:00",
|
||||
context: { id: "dc4051275fa84f9ba9a6db3190d07992", user_id: null },
|
||||
},
|
||||
"camera.porch": {
|
||||
entity_id: "camera.porch",
|
||||
@ -458,9 +381,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"/api/camera_proxy/camera.porch?token=479b332e0a7cad4c58e0fb98a1ecb7942e3b225190adb93a1341edfa7daf45b0",
|
||||
supported_features: 0,
|
||||
},
|
||||
last_changed: "2019-01-22T19:32:38.491230+00:00",
|
||||
last_updated: "2019-01-22T19:35:30.064062+00:00",
|
||||
context: { id: "4f09dc684f6d4a87990c8b821cf0f49a", user_id: null },
|
||||
},
|
||||
"camera.backyard": {
|
||||
entity_id: "camera.backyard",
|
||||
@ -474,9 +394,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"/api/camera_proxy/camera.backyard?token=9381b2e4edd1bb21e868e2193f5d132a5fae153ce4f458451d979a02712b4642",
|
||||
supported_features: 0,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.261698+00:00",
|
||||
last_updated: "2019-01-22T19:35:30.064857+00:00",
|
||||
context: { id: "010e1d23a42b4218a90c43c20cffa71f", user_id: null },
|
||||
},
|
||||
"camera.driveway": {
|
||||
entity_id: "camera.driveway",
|
||||
@ -490,9 +407,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"/api/camera_proxy/camera.driveway?token=ac38bf88c2c5896eed66ae15739a3e726677f92d79e0d57f83f726ac28bda746",
|
||||
supported_features: 0,
|
||||
},
|
||||
last_changed: "2019-01-22T19:32:38.618521+00:00",
|
||||
last_updated: "2019-01-22T19:35:30.065677+00:00",
|
||||
context: { id: "ed8e123e97994bf1b3798bb7c8d7bb85", user_id: null },
|
||||
},
|
||||
"light.gateway_light_34ce00813670": {
|
||||
entity_id: "light.gateway_light_34ce00813670",
|
||||
@ -502,11 +416,7 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"ui.panel.page-demo.config.arsaboo.names.hallway"
|
||||
),
|
||||
supported_features: 17,
|
||||
emulated_hue_hidden: false,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.343398+00:00",
|
||||
last_updated: "2019-01-22T17:00:03.343398+00:00",
|
||||
context: { id: "395a958263074e9eaebb582be34e46db", user_id: null },
|
||||
},
|
||||
"alarm_control_panel.abode_alarm": {
|
||||
entity_id: "alarm_control_panel.abode_alarm",
|
||||
@ -522,9 +432,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
icon: "hademo:security",
|
||||
entity_picture: "/assets/arsaboo/icons/Abode.jpg",
|
||||
},
|
||||
last_changed: "2019-01-22T19:29:19.864324+00:00",
|
||||
last_updated: "2019-01-22T19:29:19.864324+00:00",
|
||||
context: { id: "562080ae942046f0a9f0a9959bd493e8", user_id: null },
|
||||
},
|
||||
"binary_sensor.ring_front_door_motion": {
|
||||
entity_id: "binary_sensor.ring_front_door_motion",
|
||||
@ -537,9 +444,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Front Door Motion",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-22T18:24:14.683620+00:00",
|
||||
last_updated: "2019-01-22T18:24:14.683620+00:00",
|
||||
context: { id: "99bd1f8a0ef848b39293c846d3cf9ff4", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d00016daecc": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d00016daecc",
|
||||
@ -550,9 +454,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Living Room Occupancy",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-22T19:36:42.441431+00:00",
|
||||
last_updated: "2019-01-22T19:36:42.441431+00:00",
|
||||
context: { id: "95e6019573da458dac144f521517ce9f", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001bf26df": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001bf26df",
|
||||
@ -563,9 +464,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Garage Entry Door",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-22T19:31:03.412180+00:00",
|
||||
last_updated: "2019-01-22T19:31:03.412180+00:00",
|
||||
context: { id: "9cc9a481b6be439c93856b347402e4ac", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d0001a1f2ab": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d0001a1f2ab",
|
||||
@ -576,9 +474,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Guest Room Occupancy",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.630369+00:00",
|
||||
last_updated: "2019-01-22T17:00:03.630369+00:00",
|
||||
context: { id: "2acd91071ed2421a81cdb862af6b03db", user_id: null },
|
||||
},
|
||||
"binary_sensor.water_leak_sensor_158d0001d77800": {
|
||||
entity_id: "binary_sensor.water_leak_sensor_158d0001d77800",
|
||||
@ -588,9 +483,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Laundry Water Leak",
|
||||
device_class: "moisture",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.632708+00:00",
|
||||
last_updated: "2019-01-22T17:00:03.632708+00:00",
|
||||
context: { id: "252f80524c284844a9e47013c0f94ada", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d00016c53bf": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d00016c53bf",
|
||||
@ -601,9 +493,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Master Occupancy",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.635223+00:00",
|
||||
last_updated: "2019-01-22T17:00:03.635223+00:00",
|
||||
context: { id: "5c112c0a7a91492ba1d7eac30ed4ecf5", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d00016612af": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d00016612af",
|
||||
@ -614,9 +503,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Upstairs Occupancy",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.636514+00:00",
|
||||
last_updated: "2019-01-22T17:00:03.636514+00:00",
|
||||
context: { id: "fe418536af56428e9e8ab3724580e631", user_id: null },
|
||||
},
|
||||
"binary_sensor.front_door": {
|
||||
entity_id: "binary_sensor.front_door",
|
||||
@ -630,9 +516,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Front Door",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-22T19:31:27.023892+00:00",
|
||||
last_updated: "2019-01-22T19:31:27.023892+00:00",
|
||||
context: { id: "6e10573f7d7b470ea0a74f2d00475800", user_id: null },
|
||||
},
|
||||
"binary_sensor.back_door": {
|
||||
entity_id: "binary_sensor.back_door",
|
||||
@ -646,9 +529,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Back Door",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:03.642051+00:00",
|
||||
last_updated: "2019-01-22T17:00:03.642051+00:00",
|
||||
context: { id: "a2e7acd74b8646d2b32e40d7a1db4cf1", user_id: null },
|
||||
},
|
||||
"media_player.family_room_2": {
|
||||
entity_id: "media_player.family_room_2",
|
||||
@ -690,9 +570,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
"/api/media_player_proxy/media_player.family_room_2?token=be41a86e2a360761d67c36a010b09654b730deec092016ee92aafef79b1978ff&cache=e03d22fb103202e7",
|
||||
supported_features: 64063,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:04.802095+00:00",
|
||||
last_updated: "2019-01-22T17:00:04.802095+00:00",
|
||||
context: { id: "a4dfb3301f2149758368952e080d3247", user_id: null },
|
||||
},
|
||||
"sensor.ring_front_door_last_ding": {
|
||||
entity_id: "sensor.ring_front_door_last_ding",
|
||||
@ -712,9 +589,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "Front Door Last Ding",
|
||||
icon: "hademo:history",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:04.444969+00:00",
|
||||
last_updated: "2019-01-22T17:00:04.444969+00:00",
|
||||
context: { id: "8ae2198d1fd446f48ebdbcbb10c9bcde", user_id: null },
|
||||
},
|
||||
"light.lifxnrkitchen": {
|
||||
entity_id: "light.lifxnrkitchen",
|
||||
@ -725,9 +599,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
friendly_name: "LifxnrKitchen",
|
||||
supported_features: 55,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:05.570989+00:00",
|
||||
last_updated: "2019-01-22T17:00:05.570989+00:00",
|
||||
context: { id: "67f4c61e3a354ea99097bd5f43a88490", user_id: null },
|
||||
},
|
||||
"light.lifx5": {
|
||||
entity_id: "light.lifx5",
|
||||
@ -737,12 +608,7 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
max_mireds: 400,
|
||||
friendly_name: "Garage lights",
|
||||
supported_features: 55,
|
||||
emulated_hue_hidden: false,
|
||||
emulated_hue_name: "Garage Lights",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:05.580826+00:00",
|
||||
last_updated: "2019-01-22T17:00:05.580826+00:00",
|
||||
context: { id: "86f413dff85b44a491305279fa7f8939", user_id: null },
|
||||
},
|
||||
"light.lifxnrguest": {
|
||||
entity_id: "light.lifxnrguest",
|
||||
@ -755,9 +621,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
supported_features: 55,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:05.587119+00:00",
|
||||
last_updated: "2019-01-22T17:00:05.587119+00:00",
|
||||
context: { id: "8ee6c032fd784171a509a93c7a33197e", user_id: null },
|
||||
},
|
||||
"light.lifx3": {
|
||||
entity_id: "light.lifx3",
|
||||
@ -770,9 +633,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
supported_features: 55,
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:05.587973+00:00",
|
||||
last_updated: "2019-01-22T17:00:05.587973+00:00",
|
||||
context: { id: "8ad5cc04e437477fa495ecf7de36a7b8", user_id: null },
|
||||
},
|
||||
"sensor.illumination_158d00016c53bf": {
|
||||
entity_id: "sensor.illumination_158d00016c53bf",
|
||||
@ -784,9 +644,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
device_class: "illuminance",
|
||||
icon: "hademo:brightness-7",
|
||||
},
|
||||
last_changed: "2019-01-22T19:34:01.373772+00:00",
|
||||
last_updated: "2019-01-22T19:34:01.373772+00:00",
|
||||
context: { id: "2582b7ad576746b1b3ade68adb64c878", user_id: null },
|
||||
},
|
||||
"sensor.alok_to_home": {
|
||||
entity_id: "sensor.alok_to_home",
|
||||
@ -806,9 +663,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:car",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:15.963892+00:00",
|
||||
last_updated: "2019-01-22T17:00:15.963892+00:00",
|
||||
context: { id: "16e423e342274086b26b15de787cea3c", user_id: null },
|
||||
},
|
||||
"sensor.morning_commute": {
|
||||
entity_id: "sensor.morning_commute",
|
||||
@ -828,9 +682,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
),
|
||||
icon: "hademo:car",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:16.142799+00:00",
|
||||
last_updated: "2019-01-22T17:00:16.142799+00:00",
|
||||
context: { id: "fc0ee1d25cc941ce9ead8a8cefdf3df9", user_id: null },
|
||||
},
|
||||
"switch.wemoswitch": {
|
||||
entity_id: "switch.wemoswitch",
|
||||
@ -838,9 +689,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
attributes: {
|
||||
friendly_name: localize("ui.panel.page-demo.config.arsaboo.labels.air"),
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:22.455617+00:00",
|
||||
last_updated: "2019-01-22T17:00:22.455617+00:00",
|
||||
context: { id: "d5ddc6e4c88f436ab372934934c8675e", user_id: null },
|
||||
},
|
||||
"switch.driveway": {
|
||||
entity_id: "switch.driveway",
|
||||
@ -853,12 +701,7 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
icon:
|
||||
"if (state === 'on') return 'hademo:lightbulb-on'; return 'hademo:lightbulb';\n",
|
||||
},
|
||||
emulated_hue_hidden: false,
|
||||
emulated_hue_name: "Driveway Light",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:22.398939+00:00",
|
||||
last_updated: "2019-01-22T17:00:22.398939+00:00",
|
||||
context: { id: "422aaa88552048fba49ad02c698d878e", user_id: null },
|
||||
},
|
||||
"switch.wemoporch": {
|
||||
entity_id: "switch.wemoporch",
|
||||
@ -871,11 +714,6 @@ export const demoEntitiesArsaboo: DemoConfig["entities"] = (localize) =>
|
||||
icon:
|
||||
"if (state === 'on') return 'hademo:lightbulb-on'; return 'hademo:lightbulb';\n",
|
||||
},
|
||||
emulated_hue_hidden: false,
|
||||
emulated_hue_name: "Porch Lights",
|
||||
},
|
||||
last_changed: "2019-01-22T17:00:22.435345+00:00",
|
||||
last_updated: "2019-01-22T17:00:22.435345+00:00",
|
||||
context: { id: "fdbe1a67cfc64adc8bfafeb84bcd12ad", user_id: null },
|
||||
},
|
||||
});
|
||||
|
@ -12,9 +12,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Powertec",
|
||||
icon: "mdi:briefcase",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.430813+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.430813+00:00",
|
||||
context: { id: "c1120d64a06142dab9d7c34fd7d937e6", user_id: null },
|
||||
},
|
||||
"zone.kindy": {
|
||||
entity_id: "zone.kindy",
|
||||
@ -25,9 +22,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Kindy",
|
||||
icon: "mdi:school",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.430969+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.430969+00:00",
|
||||
context: { id: "a4218f348e5f4a7cbdfdd25874d10570", user_id: null },
|
||||
},
|
||||
"zone.stocklands": {
|
||||
entity_id: "zone.stocklands",
|
||||
@ -38,9 +32,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Stocklands",
|
||||
icon: "mdi:cart",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431095+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431095+00:00",
|
||||
context: { id: "689e63e51bd44de5bd93087c82cfa984", user_id: null },
|
||||
},
|
||||
"zone.parlour": {
|
||||
entity_id: "zone.parlour",
|
||||
@ -51,9 +42,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Parlour",
|
||||
icon: "mdi:coffee",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431219+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431219+00:00",
|
||||
context: { id: "fd7e2e644cc54f368bc4d7105fc504a4", user_id: null },
|
||||
},
|
||||
"zone.work_home_beacon_25mins": {
|
||||
entity_id: "zone.work_home_beacon_25mins",
|
||||
@ -64,9 +52,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Work Home Beacon 25mins",
|
||||
icon: "mdi:car",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431340+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431340+00:00",
|
||||
context: { id: "3dd3290258974c57a20d847905ac4035", user_id: null },
|
||||
},
|
||||
"zone.work_home_beacon_15mins": {
|
||||
entity_id: "zone.work_home_beacon_15mins",
|
||||
@ -77,9 +62,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Work Home Beacon 15mins",
|
||||
icon: "mdi:car",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431463+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431463+00:00",
|
||||
context: { id: "a46b76ccc3ed4e19b32ed0ae1487e0c3", user_id: null },
|
||||
},
|
||||
"zone.work_home_beacon_5mins": {
|
||||
entity_id: "zone.work_home_beacon_5mins",
|
||||
@ -90,9 +72,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Work Home Beacon 5mins",
|
||||
icon: "mdi:car",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431585+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431585+00:00",
|
||||
context: { id: "4059a802ae224f4e83d7f22f5946f6fb", user_id: null },
|
||||
},
|
||||
"zone.darwin": {
|
||||
entity_id: "zone.darwin",
|
||||
@ -103,9 +82,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Darwin",
|
||||
icon: "mdi:airplane",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431704+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431704+00:00",
|
||||
context: { id: "d1b9cc62453e48d78fac4de7eceac848", user_id: null },
|
||||
},
|
||||
"zone.brisbane": {
|
||||
entity_id: "zone.brisbane",
|
||||
@ -116,9 +92,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Brisbane",
|
||||
icon: "mdi:car",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.431821+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.431821+00:00",
|
||||
context: { id: "db90c5f4e13240dfb028265f2a0c6ab2", user_id: null },
|
||||
},
|
||||
"zone.sydney": {
|
||||
entity_id: "zone.sydney",
|
||||
@ -129,9 +102,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Sydney",
|
||||
icon: "mdi:airplane",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.432543+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.432543+00:00",
|
||||
context: { id: "b558af0f406241f2b5e0338eec3e34a8", user_id: null },
|
||||
},
|
||||
"zone.melbourne": {
|
||||
entity_id: "zone.melbourne",
|
||||
@ -142,9 +112,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Melbourne",
|
||||
icon: "mdi:airplane",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.432673+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.432673+00:00",
|
||||
context: { id: "b864ec85733e46949bc9b20bb1d4fa46", user_id: null },
|
||||
},
|
||||
"zone.perth": {
|
||||
entity_id: "zone.perth",
|
||||
@ -155,9 +122,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Perth",
|
||||
icon: "mdi:airplane",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.432794+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.432794+00:00",
|
||||
context: { id: "d450738483f74e2194c7d52dc540cc70", user_id: null },
|
||||
},
|
||||
"zone.adelaide": {
|
||||
entity_id: "zone.adelaide",
|
||||
@ -168,9 +132,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Adelaide",
|
||||
icon: "mdi:airplane",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.432912+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.432912+00:00",
|
||||
context: { id: "9964d216d1e841c88f7c847d21cdaeac", user_id: null },
|
||||
},
|
||||
"zone.tasmania": {
|
||||
entity_id: "zone.tasmania",
|
||||
@ -181,9 +142,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Tasmania",
|
||||
icon: "mdi:airplane",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433033+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433033+00:00",
|
||||
context: { id: "097127a6a4c1420dbb7f714cdb47769b", user_id: null },
|
||||
},
|
||||
"zone.uk": {
|
||||
entity_id: "zone.uk",
|
||||
@ -194,9 +152,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "UK",
|
||||
icon: "mdi:earth",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433150+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433150+00:00",
|
||||
context: { id: "dff58ae59b9048ecbdded5dbdfc8edc8", user_id: null },
|
||||
},
|
||||
"zone.france": {
|
||||
entity_id: "zone.france",
|
||||
@ -207,9 +162,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "France",
|
||||
icon: "mdi:earth",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433279+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433279+00:00",
|
||||
context: { id: "f0dbc9fe806a452481080de7df6e8b06", user_id: null },
|
||||
},
|
||||
"zone.netherlands": {
|
||||
entity_id: "zone.netherlands",
|
||||
@ -220,9 +172,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Netherlands",
|
||||
icon: "mdi:earth",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433395+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433395+00:00",
|
||||
context: { id: "4d59ecf66b434bb48fa116e9e263617f", user_id: null },
|
||||
},
|
||||
"zone.switzerland": {
|
||||
entity_id: "zone.switzerland",
|
||||
@ -233,9 +182,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Switzerland",
|
||||
icon: "mdi:earth",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433511+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433511+00:00",
|
||||
context: { id: "eaf56c63c2fa4b64bc2d9f57c299fd4e", user_id: null },
|
||||
},
|
||||
"zone.italy": {
|
||||
entity_id: "zone.italy",
|
||||
@ -246,9 +192,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Italy",
|
||||
icon: "mdi:earth",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433628+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433628+00:00",
|
||||
context: { id: "8d2af1ca5e064a9a859261375357420f", user_id: null },
|
||||
},
|
||||
"zone.home": {
|
||||
entity_id: "zone.home",
|
||||
@ -259,9 +202,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Kingia Castle",
|
||||
icon: "mdi:home",
|
||||
},
|
||||
last_changed: "2019-01-14T08:56:59.433746+00:00",
|
||||
last_updated: "2019-01-14T08:56:59.433746+00:00",
|
||||
context: { id: "87c9fa771f9943bd9b91957e2fd2bb17", user_id: null },
|
||||
},
|
||||
"sensor.lower_temperature": {
|
||||
entity_id: "sensor.lower_temperature",
|
||||
@ -276,9 +216,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Downstairs Temperature",
|
||||
icon: "mdi:sofa",
|
||||
},
|
||||
last_changed: "2019-01-18T19:27:15.224071+00:00",
|
||||
last_updated: "2019-01-18T19:27:15.224071+00:00",
|
||||
context: { id: "d2efd90df9214a55b2fb52d3d547af54", user_id: null },
|
||||
},
|
||||
"sensor.upstairs_temperature": {
|
||||
entity_id: "sensor.upstairs_temperature",
|
||||
@ -293,9 +230,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Upstairs Temperature",
|
||||
icon: "mdi:hotel",
|
||||
},
|
||||
last_changed: "2019-01-18T19:23:10.307890+00:00",
|
||||
last_updated: "2019-01-18T19:23:10.307890+00:00",
|
||||
context: { id: "aeead40329e14918a5f4024f57a4b8ba", user_id: null },
|
||||
},
|
||||
"sensor.next_bus": {
|
||||
entity_id: "sensor.next_bus",
|
||||
@ -305,9 +239,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Time to Next Bus",
|
||||
icon: "mdi:bus-clock",
|
||||
},
|
||||
last_changed: "2019-01-18T19:28:01.035644+00:00",
|
||||
last_updated: "2019-01-18T19:28:01.035644+00:00",
|
||||
context: { id: "4aa5848850ae44e48c1159bc1ba48e9c", user_id: null },
|
||||
},
|
||||
"sensor.battery_tina": {
|
||||
entity_id: "sensor.battery_tina",
|
||||
@ -318,9 +249,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:battery-charging",
|
||||
device_class: "battery",
|
||||
},
|
||||
last_changed: "2019-01-18T19:26:45.464947+00:00",
|
||||
last_updated: "2019-01-18T19:26:45.464947+00:00",
|
||||
context: { id: "1d657ffd7bb344b8bf06ff22836bdba6", user_id: null },
|
||||
},
|
||||
"sensor.battery_james": {
|
||||
entity_id: "sensor.battery_james",
|
||||
@ -331,9 +259,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "",
|
||||
device_class: "battery",
|
||||
},
|
||||
last_changed: "2019-01-18T12:17:52.040153+00:00",
|
||||
last_updated: "2019-01-18T18:58:35.848089+00:00",
|
||||
context: { id: "81f5a90f05e24d3795e2e99c80b4ce15", user_id: null },
|
||||
},
|
||||
"sensor.james": {
|
||||
entity_id: "sensor.james",
|
||||
@ -343,9 +268,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:walk",
|
||||
entity_picture: "/local/james.jpg",
|
||||
},
|
||||
last_changed: "2019-01-18T06:31:24.315507+00:00",
|
||||
last_updated: "2019-01-18T06:31:24.315507+00:00",
|
||||
context: { id: "e24c5331fdca4055829f5905f9006377", user_id: null },
|
||||
},
|
||||
"sensor.tina": {
|
||||
entity_id: "sensor.tina",
|
||||
@ -355,17 +277,11 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:walk",
|
||||
entity_picture: "/local/tina.jpg",
|
||||
},
|
||||
last_changed: "2019-01-18T03:12:11.415222+00:00",
|
||||
last_updated: "2019-01-18T03:12:11.415222+00:00",
|
||||
context: { id: "97c677519d2c41258e09754742b1a661", user_id: null },
|
||||
},
|
||||
"sensor.aqi": {
|
||||
entity_id: "sensor.aqi",
|
||||
state: "20",
|
||||
attributes: { friendly_name: "Air Quality Index" },
|
||||
last_changed: "2019-01-18T18:57:27.696759+00:00",
|
||||
last_updated: "2019-01-18T18:57:27.696759+00:00",
|
||||
context: { id: "96a025a4d52849efbe53b4790ab0584d", user_id: null },
|
||||
},
|
||||
"sensor.bom_temp": {
|
||||
entity_id: "sensor.bom_temp",
|
||||
@ -375,97 +291,61 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Gold Coast Temperature",
|
||||
device_class: "temperature",
|
||||
},
|
||||
last_changed: "2019-01-18T19:05:22.110622+00:00",
|
||||
last_updated: "2019-01-18T19:05:22.110622+00:00",
|
||||
context: { id: "a793308a4653496fa5676fe42725d7b7", user_id: null },
|
||||
},
|
||||
"sensor.forks": {
|
||||
entity_id: "sensor.forks",
|
||||
state: "32",
|
||||
attributes: { friendly_name: "forks" },
|
||||
last_changed: "2019-01-17T01:58:06.790553+00:00",
|
||||
last_updated: "2019-01-17T01:58:06.790553+00:00",
|
||||
context: { id: "06af241838484b9596881681be5a4012", user_id: null },
|
||||
},
|
||||
"sensor.stars_last_week": {
|
||||
entity_id: "sensor.stars_last_week",
|
||||
state: "0",
|
||||
attributes: { friendly_name: "Last Week" },
|
||||
last_changed: "2019-01-14T08:58:04.014555+00:00",
|
||||
last_updated: "2019-01-14T08:58:04.014555+00:00",
|
||||
context: { id: "4aa610a907e849efa8b32a78e807fce3", user_id: null },
|
||||
},
|
||||
"sensor.issues": {
|
||||
entity_id: "sensor.issues",
|
||||
state: "26",
|
||||
attributes: { friendly_name: "issues" },
|
||||
last_changed: "2019-01-16T07:57:51.055084+00:00",
|
||||
last_updated: "2019-01-16T07:57:51.055084+00:00",
|
||||
context: { id: "8cb53830772549eface4d8737b3f766f", user_id: null },
|
||||
},
|
||||
"sensor.stars": {
|
||||
entity_id: "sensor.stars",
|
||||
state: "282",
|
||||
attributes: { friendly_name: "stars" },
|
||||
last_changed: "2019-01-16T21:58:01.522658+00:00",
|
||||
last_updated: "2019-01-16T21:58:01.522658+00:00",
|
||||
context: { id: "6943e39111ea49629262802740195c3d", user_id: null },
|
||||
},
|
||||
"sensor.stars_this_month": {
|
||||
entity_id: "sensor.stars_this_month",
|
||||
state: "12",
|
||||
attributes: { friendly_name: "This Month" },
|
||||
last_changed: "2019-01-16T21:58:01.559398+00:00",
|
||||
last_updated: "2019-01-16T21:58:01.559398+00:00",
|
||||
context: { id: "e6ddf5e4348842c2966bac17d82930fd", user_id: null },
|
||||
},
|
||||
"sensor.stars_last_month": {
|
||||
entity_id: "sensor.stars_last_month",
|
||||
state: "0",
|
||||
attributes: { friendly_name: "Last Month" },
|
||||
last_changed: "2019-01-14T08:58:04.022654+00:00",
|
||||
last_updated: "2019-01-14T08:58:04.022654+00:00",
|
||||
context: { id: "0cf396f4f5b34243824b3c8221017ddf", user_id: null },
|
||||
},
|
||||
"sensor.git_stars_next_dif": {
|
||||
entity_id: "sensor.git_stars_next_dif",
|
||||
state: "45",
|
||||
attributes: { friendly_name: "Next Target" },
|
||||
last_changed: "2019-01-18T08:58:36.490901+00:00",
|
||||
last_updated: "2019-01-18T08:58:36.490901+00:00",
|
||||
context: { id: "78c815150be545ab9d515988ac537f06", user_id: null },
|
||||
},
|
||||
"sensor.git_stars_last_dif": {
|
||||
entity_id: "sensor.git_stars_last_dif",
|
||||
state: "31",
|
||||
attributes: { friendly_name: "Next Target" },
|
||||
last_changed: "2019-01-17T21:58:23.379460+00:00",
|
||||
last_updated: "2019-01-17T21:58:23.379460+00:00",
|
||||
context: { id: "6dd2104a5e86400ebc9c448fe8557574", user_id: null },
|
||||
},
|
||||
"sensor.subscribers": {
|
||||
entity_id: "sensor.subscribers",
|
||||
state: "32",
|
||||
attributes: { friendly_name: "subscribers" },
|
||||
last_changed: "2019-01-15T12:57:30.802676+00:00",
|
||||
last_updated: "2019-01-15T12:57:30.802676+00:00",
|
||||
context: { id: "17585750a5cb4a4db64bcae7d52d8899", user_id: null },
|
||||
},
|
||||
"sensor.stars_this_week": {
|
||||
entity_id: "sensor.stars_this_week",
|
||||
state: "12",
|
||||
attributes: { friendly_name: "This Week" },
|
||||
last_changed: "2019-01-16T21:58:01.556195+00:00",
|
||||
last_updated: "2019-01-16T21:58:01.556195+00:00",
|
||||
context: { id: "aa97170544654051860768b744d7b748", user_id: null },
|
||||
},
|
||||
"sensor.git_stars_trend_dif": {
|
||||
entity_id: "sensor.git_stars_trend_dif",
|
||||
state: "1486",
|
||||
attributes: { friendly_name: "Trending Target" },
|
||||
last_changed: "2019-01-17T17:58:22.314538+00:00",
|
||||
last_updated: "2019-01-17T17:58:22.314538+00:00",
|
||||
context: { id: "35d95c7dc5c543dab6e9c808f62b711c", user_id: null },
|
||||
},
|
||||
"binary_sensor.james_bag_status": {
|
||||
entity_id: "binary_sensor.james_bag_status",
|
||||
@ -475,9 +355,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:briefcase",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-14T21:12:17.037576+00:00",
|
||||
last_updated: "2019-01-14T21:12:17.037576+00:00",
|
||||
context: { id: "f5c6084b5e9c4d6e9e0734a4a6dbd85e", user_id: null },
|
||||
},
|
||||
"binary_sensor.tina_gps_status": {
|
||||
entity_id: "binary_sensor.tina_gps_status",
|
||||
@ -487,9 +364,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:crosshairs-gps",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-18T03:12:11.391690+00:00",
|
||||
last_updated: "2019-01-18T03:12:11.391690+00:00",
|
||||
context: { id: "4940a85adbb24fbd8472f4b647a4372f", user_id: null },
|
||||
},
|
||||
"binary_sensor.tina_ble_status": {
|
||||
entity_id: "binary_sensor.tina_ble_status",
|
||||
@ -499,9 +373,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:bluetooth-audio",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-14T08:58:04.037535+00:00",
|
||||
last_updated: "2019-01-14T08:58:04.037535+00:00",
|
||||
context: { id: "5c4a4e92e0ab4d1898783feeb895e12a", user_id: null },
|
||||
},
|
||||
"binary_sensor.james_car_status": {
|
||||
entity_id: "binary_sensor.james_car_status",
|
||||
@ -511,9 +382,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:car-side",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-14T21:11:24.613784+00:00",
|
||||
last_updated: "2019-01-14T21:11:24.613784+00:00",
|
||||
context: { id: "e808b25e595346fcb06a365ee1fd49ff", user_id: null },
|
||||
},
|
||||
"binary_sensor.james_ble_status": {
|
||||
entity_id: "binary_sensor.james_ble_status",
|
||||
@ -523,9 +391,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:bluetooth-audio",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-14T20:45:44.607734+00:00",
|
||||
last_updated: "2019-01-14T20:45:44.607734+00:00",
|
||||
context: { id: "9663630a8bd24ee3a269bb6e7d4ab024", user_id: null },
|
||||
},
|
||||
"binary_sensor.tina_keys_status": {
|
||||
entity_id: "binary_sensor.tina_keys_status",
|
||||
@ -535,9 +400,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:key",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-14T08:58:04.041286+00:00",
|
||||
last_updated: "2019-01-14T08:58:04.041286+00:00",
|
||||
context: { id: "48d44191df8841f5bc2f4d148db269c1", user_id: null },
|
||||
},
|
||||
"binary_sensor.james_keys_status": {
|
||||
entity_id: "binary_sensor.james_keys_status",
|
||||
@ -547,9 +409,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:key",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-14T21:11:07.377711+00:00",
|
||||
last_updated: "2019-01-14T21:11:07.377711+00:00",
|
||||
context: { id: "a965c2cf10b54e328a75db3de2833a02", user_id: null },
|
||||
},
|
||||
"binary_sensor.james_gps_status": {
|
||||
entity_id: "binary_sensor.james_gps_status",
|
||||
@ -559,9 +418,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:crosshairs-gps",
|
||||
device_class: "connectivity",
|
||||
},
|
||||
last_changed: "2019-01-18T06:31:24.293839+00:00",
|
||||
last_updated: "2019-01-18T06:31:24.293839+00:00",
|
||||
context: { id: "800d6eef0ce141448c9f576ee43c0672", user_id: null },
|
||||
},
|
||||
"binary_sensor.garage": {
|
||||
entity_id: "binary_sensor.garage",
|
||||
@ -571,33 +427,21 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:garage",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-18T05:32:29.053625+00:00",
|
||||
last_updated: "2019-01-18T05:32:29.053625+00:00",
|
||||
context: { id: "bf35d862a2214198a0f7a945eabf36d2", user_id: null },
|
||||
},
|
||||
"binary_sensor.recycle": {
|
||||
entity_id: "binary_sensor.recycle",
|
||||
state: "off",
|
||||
attributes: { friendly_name: "Recycle", icon: "mdi:recycle" },
|
||||
last_changed: "2019-01-14T08:57:00.348349+00:00",
|
||||
last_updated: "2019-01-14T08:58:04.463267+00:00",
|
||||
context: { id: "76ef24942b0b4822bde851fc9e5e1b37", user_id: null },
|
||||
},
|
||||
"binary_sensor.trash": {
|
||||
entity_id: "binary_sensor.trash",
|
||||
state: "off",
|
||||
attributes: { friendly_name: "Trash", icon: "mdi:delete" },
|
||||
last_changed: "2019-01-15T14:00:01.040666+00:00",
|
||||
last_updated: "2019-01-15T14:00:01.040666+00:00",
|
||||
context: { id: "7bb9aaeb1b6b41e3be746e200a452318", user_id: null },
|
||||
},
|
||||
"binary_sensor.alarm": {
|
||||
entity_id: "binary_sensor.alarm",
|
||||
state: "off",
|
||||
attributes: { friendly_name: "Alarm", icon: "mdi:security-home" },
|
||||
last_changed: "2019-01-14T08:57:00.349685+00:00",
|
||||
last_updated: "2019-01-18T11:17:13.014318+00:00",
|
||||
context: { id: "16fd03ae798d4abc8d3ca6189b9a9e19", user_id: null },
|
||||
},
|
||||
"binary_sensor.windows": {
|
||||
entity_id: "binary_sensor.windows",
|
||||
@ -607,9 +451,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:window-open",
|
||||
device_class: "window",
|
||||
},
|
||||
last_changed: "2019-01-18T09:04:17.995330+00:00",
|
||||
last_updated: "2019-01-18T09:04:17.995330+00:00",
|
||||
context: { id: "38e6c51af4a643a1aaffacc473459d66", user_id: null },
|
||||
},
|
||||
"binary_sensor.doors": {
|
||||
entity_id: "binary_sensor.doors",
|
||||
@ -619,9 +460,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:door-closed",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-18T19:17:16.499271+00:00",
|
||||
last_updated: "2019-01-18T19:17:16.499271+00:00",
|
||||
context: { id: "debe9843a732402bb62f8ee16e47fe26", user_id: null },
|
||||
},
|
||||
"binary_sensor.lights": {
|
||||
entity_id: "binary_sensor.lights",
|
||||
@ -631,9 +469,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:lightbulb",
|
||||
device_class: "light",
|
||||
},
|
||||
last_changed: "2019-01-18T18:59:16.225881+00:00",
|
||||
last_updated: "2019-01-18T18:59:16.225881+00:00",
|
||||
context: { id: "d4895a1468b34208b62a33c403ee049e", user_id: null },
|
||||
},
|
||||
"alarm_control_panel.ha_alarm": {
|
||||
entity_id: "alarm_control_panel.ha_alarm",
|
||||
@ -644,12 +479,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "HA Alarm",
|
||||
icon: "mdi:security-home",
|
||||
},
|
||||
last_changed: "2019-01-18T18:59:16.103038+00:00",
|
||||
last_updated: "2019-01-18T18:59:16.103038+00:00",
|
||||
context: {
|
||||
id: "c4e3fa0f7f29431087bcef1a6f55fc3b",
|
||||
user_id: "c6d308d516b841e68b14427624fd13e0",
|
||||
},
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001e73c09": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001e73c09",
|
||||
@ -660,9 +489,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Back Door Sensor",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-18T19:17:16.489053+00:00",
|
||||
last_updated: "2019-01-18T19:17:16.489053+00:00",
|
||||
context: { id: "8ddde2fbee0f4dacaed736752d30da79", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001e73af4": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001e73af4",
|
||||
@ -673,9 +499,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Kitchen Window",
|
||||
device_class: "window",
|
||||
},
|
||||
last_changed: "2019-01-14T08:57:08.943587+00:00",
|
||||
last_updated: "2019-01-18T04:42:35.215550+00:00",
|
||||
context: { id: "6013ffc2e9c446319d1fca6795138a20", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d00022c2f21": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d00022c2f21",
|
||||
@ -686,9 +509,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Staircase Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:28:25.428449+00:00",
|
||||
last_updated: "2019-01-18T19:28:25.428449+00:00",
|
||||
context: { id: "c1236d8e2b3c4e5eb1c08f8b68996f3e", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001e73a73": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001e73a73",
|
||||
@ -699,9 +519,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Jackson Window",
|
||||
device_class: "window",
|
||||
},
|
||||
last_changed: "2019-01-17T10:24:42.962509+00:00",
|
||||
last_updated: "2019-01-17T10:24:42.962509+00:00",
|
||||
context: { id: "19262eecf0d746c89c992350ea3187bf", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d000201351c": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d000201351c",
|
||||
@ -712,9 +529,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Jackson Room Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:26:18.055694+00:00",
|
||||
last_updated: "2019-01-18T19:28:11.133616+00:00",
|
||||
context: { id: "aed85caae799477ab769c878d2fc3aa0", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001e73aad": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001e73aad",
|
||||
@ -725,9 +539,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Hudson Window",
|
||||
device_class: "window",
|
||||
},
|
||||
last_changed: "2019-01-18T05:29:44.504900+00:00",
|
||||
last_updated: "2019-01-18T05:29:44.504900+00:00",
|
||||
context: { id: "72facb8dbed94e978cfcd6ad60da21e7", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d0002006d46": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d0002006d46",
|
||||
@ -738,9 +549,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Hudson Room Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:27:20.044976+00:00",
|
||||
last_updated: "2019-01-18T19:28:01.700029+00:00",
|
||||
context: { id: "121952f287dc41868870891690b7ab18", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001e74875": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001e74875",
|
||||
@ -751,9 +559,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bathroom Window",
|
||||
device_class: "window",
|
||||
},
|
||||
last_changed: "2019-01-18T09:04:17.963573+00:00",
|
||||
last_updated: "2019-01-18T16:07:38.652287+00:00",
|
||||
context: { id: "83ce1b87de414a23a1223d3721712b15", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d000200e4ab": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d000200e4ab",
|
||||
@ -764,9 +569,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bathroom Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T17:04:51.065363+00:00",
|
||||
last_updated: "2019-01-18T17:33:37.358909+00:00",
|
||||
context: { id: "bb4d6ec2c1634194a843b93cc64474a2", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d0001e5d118": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d0001e5d118",
|
||||
@ -777,9 +579,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Living Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:28:32.639483+00:00",
|
||||
last_updated: "2019-01-18T19:28:32.639483+00:00",
|
||||
context: { id: "19858190bb284f9280cc521ee5ea7a08", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d0001e63803": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d0001e63803",
|
||||
@ -790,9 +589,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bedroom Motion Densor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:27:20.031506+00:00",
|
||||
last_updated: "2019-01-18T19:28:05.990986+00:00",
|
||||
context: { id: "3907daecb7fe49638b3d4dcbf716050a", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d0001f36741": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d0001f36741",
|
||||
@ -803,9 +599,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bedroom Window",
|
||||
device_class: "window",
|
||||
},
|
||||
last_changed: "2019-01-18T09:36:45.480842+00:00",
|
||||
last_updated: "2019-01-18T09:41:44.724656+00:00",
|
||||
context: { id: "52bfda25d7fe4945a07c1b667909afde", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d000200ea5b": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d000200ea5b",
|
||||
@ -816,9 +609,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Patio Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:02:44.124615+00:00",
|
||||
last_updated: "2019-01-18T19:20:41.377013+00:00",
|
||||
context: { id: "bd79ecfe99884ecfaff483569412332a", user_id: null },
|
||||
},
|
||||
"binary_sensor.water_leak_sensor_158d00026e26dc": {
|
||||
entity_id: "binary_sensor.water_leak_sensor_158d00026e26dc",
|
||||
@ -828,9 +618,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Kitchen Leak Sensor",
|
||||
device_class: "moisture",
|
||||
},
|
||||
last_changed: "2019-01-14T08:57:08.966446+00:00",
|
||||
last_updated: "2019-01-15T21:46:47.375891+00:00",
|
||||
context: { id: "f4bfeb155fed4da5a84911c8e4f382b9", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d000225432d": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d000225432d",
|
||||
@ -841,9 +628,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Patio Door Sensor",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-18T11:08:54.826953+00:00",
|
||||
last_updated: "2019-01-18T11:08:54.826953+00:00",
|
||||
context: { id: "3be61e6b08df4539bb5be17c46c57eb2", user_id: null },
|
||||
},
|
||||
"binary_sensor.door_window_sensor_158d00022016b2": {
|
||||
entity_id: "binary_sensor.door_window_sensor_158d00022016b2",
|
||||
@ -854,9 +638,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Front Door Sensor",
|
||||
device_class: "door",
|
||||
},
|
||||
last_changed: "2019-01-18T11:15:37.170616+00:00",
|
||||
last_updated: "2019-01-18T11:15:37.170616+00:00",
|
||||
context: { id: "18dee29b96d9475587974e9fe23b041b", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d0001e5d147": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d0001e5d147",
|
||||
@ -867,9 +648,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Entrance Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T11:17:30.719455+00:00",
|
||||
last_updated: "2019-01-18T11:45:26.680090+00:00",
|
||||
context: { id: "de0b26c1d7494de8a5af973e6f098d7c", user_id: null },
|
||||
},
|
||||
"binary_sensor.smoke_sensor_158d0001b8ddc7": {
|
||||
entity_id: "binary_sensor.smoke_sensor_158d0001b8ddc7",
|
||||
@ -880,9 +658,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Downstairs Smoke Detector",
|
||||
device_class: "smoke",
|
||||
},
|
||||
last_changed: "2019-01-14T08:57:08.972973+00:00",
|
||||
last_updated: "2019-01-14T08:57:08.972973+00:00",
|
||||
context: { id: "55a958822b534c8ea67f2def2380c0c2", user_id: null },
|
||||
},
|
||||
"binary_sensor.smoke_sensor_158d0001b8deba": {
|
||||
entity_id: "binary_sensor.smoke_sensor_158d0001b8deba",
|
||||
@ -893,9 +668,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Upstairs Smoke Detector",
|
||||
device_class: "smoke",
|
||||
},
|
||||
last_changed: "2019-01-14T08:57:08.973800+00:00",
|
||||
last_updated: "2019-01-14T08:57:08.973800+00:00",
|
||||
context: { id: "a4df1a6a2fcd431f9fc374562317f43a", user_id: null },
|
||||
},
|
||||
"binary_sensor.motion_sensor_158d0001e5cf11": {
|
||||
entity_id: "binary_sensor.motion_sensor_158d0001e5cf11",
|
||||
@ -906,9 +678,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Playroom Motion Sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T19:21:57.159579+00:00",
|
||||
last_updated: "2019-01-18T19:24:56.764707+00:00",
|
||||
context: { id: "c811022df9274ebf84fd14b005b58d55", user_id: null },
|
||||
},
|
||||
"binary_sensor.water_leak_sensor_158d0002338651": {
|
||||
entity_id: "binary_sensor.water_leak_sensor_158d0002338651",
|
||||
@ -918,9 +687,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bathroom Leak Sensor",
|
||||
device_class: "moisture",
|
||||
},
|
||||
last_changed: "2019-01-14T08:57:08.975457+00:00",
|
||||
last_updated: "2019-01-14T08:57:08.975457+00:00",
|
||||
context: { id: "402512d782014da9ac2fd57e2c984f40", user_id: null },
|
||||
},
|
||||
"sensor.us_air_pollution_level_2": {
|
||||
entity_id: "sensor.us_air_pollution_level_2",
|
||||
@ -932,9 +698,6 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "U.S. Air Pollution Level",
|
||||
icon: "mdi:emoticon-excited",
|
||||
},
|
||||
last_changed: "2019-01-15T04:59:09.009635+00:00",
|
||||
last_updated: "2019-01-15T04:59:09.009635+00:00",
|
||||
context: { id: "5ba0cfab9733498eb1ccf06d8c88cb67", user_id: null },
|
||||
},
|
||||
"sensor.us_main_pollutant_2": {
|
||||
entity_id: "sensor.us_main_pollutant_2",
|
||||
@ -948,8 +711,5 @@ export const demoEntitiesJimpower: DemoConfig["entities"] = () =>
|
||||
friendly_name: "U.S. Main Pollutant",
|
||||
icon: "mdi:chemical-weapon",
|
||||
},
|
||||
last_changed: "2019-01-15T04:49:08.675430+00:00",
|
||||
last_updated: "2019-01-15T04:49:08.675430+00:00",
|
||||
context: { id: "15f2b232efd94c5fbeef00a51bb4dd41", user_id: null },
|
||||
},
|
||||
});
|
||||
|
@ -12,9 +12,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Anna",
|
||||
icon: "mdi:home-variant",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.731926+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.731926+00:00",
|
||||
context: { id: "77f8305e96e24d8ebbac1d52a394f725", user_id: null },
|
||||
},
|
||||
"zone.peak_hq": {
|
||||
entity_id: "zone.peak_hq",
|
||||
@ -25,9 +22,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "PEAK HQ",
|
||||
icon: "mdi:briefcase",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.732676+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.732676+00:00",
|
||||
context: { id: "10a51d25775144ca84d19aa1fec3f473", user_id: null },
|
||||
},
|
||||
"zone.bellas_jobb": {
|
||||
entity_id: "zone.bellas_jobb",
|
||||
@ -38,9 +32,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bellas jobb",
|
||||
icon: "mdi:briefcase",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.733288+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.733288+00:00",
|
||||
context: { id: "c8001f0ab45f43a2b66af3dc849aca36", user_id: null },
|
||||
},
|
||||
"zone.geab": {
|
||||
entity_id: "zone.geab",
|
||||
@ -51,9 +42,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "GEAB",
|
||||
icon: "mdi:briefcase",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.733871+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.733871+00:00",
|
||||
context: { id: "57ba8b28976649ae90ff3d0652daa551", user_id: null },
|
||||
},
|
||||
"zone.mamma": {
|
||||
entity_id: "zone.mamma",
|
||||
@ -64,9 +52,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Mamma",
|
||||
icon: "mdi:home-variant",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.735150+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.735150+00:00",
|
||||
context: { id: "ebeb9fa7177746ddb5edd43d076b5209", user_id: null },
|
||||
},
|
||||
"zone.skolan": {
|
||||
entity_id: "zone.skolan",
|
||||
@ -77,9 +62,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Skolan",
|
||||
icon: "mdi:school",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.735883+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.735883+00:00",
|
||||
context: { id: "70c93139b05e465e9d7f3645f473061c", user_id: null },
|
||||
},
|
||||
"zone.ica_fjallbacken": {
|
||||
entity_id: "zone.ica_fjallbacken",
|
||||
@ -90,9 +72,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "ICA Fj\u00e4llbacken",
|
||||
icon: "mdi:cart",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.736498+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.736498+00:00",
|
||||
context: { id: "d17736ee569d4b9ab92c608bad43c14d", user_id: null },
|
||||
},
|
||||
"zone.tempo": {
|
||||
entity_id: "zone.tempo",
|
||||
@ -103,9 +82,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Tempo",
|
||||
icon: "mdi:cart",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.737081+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.737081+00:00",
|
||||
context: { id: "e3917e5da14443ea8da81abcb9e3f0d1", user_id: null },
|
||||
},
|
||||
"zone.home": {
|
||||
entity_id: "zone.home",
|
||||
@ -116,25 +92,16 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Hem",
|
||||
icon: "mdi:home",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:22.737655+00:00",
|
||||
last_updated: "2019-01-18T15:51:22.737655+00:00",
|
||||
context: { id: "d04a42c532614232bfebbbe6c27395eb", user_id: null },
|
||||
},
|
||||
"sensor.total_clients_wireless": {
|
||||
entity_id: "sensor.total_clients_wireless",
|
||||
state: "18",
|
||||
attributes: { friendly_name: "Total clients", icon: "mdi:account-group" },
|
||||
last_changed: "2019-01-18T16:00:34.285208+00:00",
|
||||
last_updated: "2019-01-18T16:00:34.285208+00:00",
|
||||
context: { id: "6e6fe5b3265948289e7817ca7dc74bea", user_id: null },
|
||||
},
|
||||
"sensor.zwave_battery_front_door": {
|
||||
entity_id: "sensor.zwave_battery_front_door",
|
||||
state: "63",
|
||||
attributes: { friendly_name: "Battery", icon: "mdi:battery-60" },
|
||||
last_changed: "2019-01-18T15:55:28.392149+00:00",
|
||||
last_updated: "2019-01-18T15:55:28.392149+00:00",
|
||||
context: { id: "eb2f5a4c8d534e83b2bcc7f87e8a9851", user_id: null },
|
||||
},
|
||||
"sensor.oskar_devices": {
|
||||
entity_id: "sensor.oskar_devices",
|
||||
@ -143,9 +110,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Oskar",
|
||||
entity_picture: "/assets/kernehed/oscar.jpg",
|
||||
},
|
||||
last_changed: "2019-01-18T15:53:16.145962+00:00",
|
||||
last_updated: "2019-01-18T15:53:16.145962+00:00",
|
||||
context: { id: "0e20cf8e4fef40839e4c06921d95b139", user_id: null },
|
||||
},
|
||||
"sensor.bella_devices": {
|
||||
entity_id: "sensor.bella_devices",
|
||||
@ -154,9 +118,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Bella",
|
||||
entity_picture: "/assets/kernehed/bella.jpg",
|
||||
},
|
||||
last_changed: "2019-01-18T15:53:16.152450+00:00",
|
||||
last_updated: "2019-01-18T15:53:16.152450+00:00",
|
||||
context: { id: "43b2512b239f46efbdcc4241c3140b06", user_id: null },
|
||||
},
|
||||
"sensor.oskar_bluetooth": {
|
||||
entity_id: "sensor.oskar_bluetooth",
|
||||
@ -165,9 +126,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Oskar",
|
||||
entity_picture: "/assets/kernehed/oscar.jpg",
|
||||
},
|
||||
last_changed: "2019-01-18T16:04:26.642398+00:00",
|
||||
last_updated: "2019-01-18T16:04:26.642398+00:00",
|
||||
context: { id: "7d3de12e4c424bdf9242fa3128fc0a7f", user_id: null },
|
||||
},
|
||||
"sensor.battery_oskar": {
|
||||
entity_id: "sensor.battery_oskar",
|
||||
@ -177,9 +135,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "oskar batteri",
|
||||
device_class: "battery",
|
||||
},
|
||||
last_changed: "2019-01-18T15:54:50.511369+00:00",
|
||||
last_updated: "2019-01-18T15:54:50.511369+00:00",
|
||||
context: { id: "566a01d2fbf8482c9d295405aea3ef18", user_id: null },
|
||||
},
|
||||
"sensor.battery_bella": {
|
||||
entity_id: "sensor.battery_bella",
|
||||
@ -189,9 +144,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "bella batteri",
|
||||
device_class: "battery",
|
||||
},
|
||||
last_changed: "2019-01-18T15:53:16.248139+00:00",
|
||||
last_updated: "2019-01-18T15:53:16.248139+00:00",
|
||||
context: { id: "0daeaca38b584becb17ddeaff6c0821e", user_id: null },
|
||||
},
|
||||
"binary_sensor.unifi_camera": {
|
||||
entity_id: "binary_sensor.unifi_camera",
|
||||
@ -200,9 +152,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "R\u00f6relsesensor kamera",
|
||||
icon: "mdi:walk",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:25.599307+00:00",
|
||||
last_updated: "2019-01-18T15:51:25.599307+00:00",
|
||||
context: { id: "6c34816433ac4e4a8fb1d66586ff8312", user_id: null },
|
||||
},
|
||||
"sensor.db_size": {
|
||||
entity_id: "sensor.db_size",
|
||||
@ -212,9 +161,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "DB size",
|
||||
icon: "mdi:database",
|
||||
},
|
||||
last_changed: "2019-01-18T16:02:26.081784+00:00",
|
||||
last_updated: "2019-01-18T16:02:26.081784+00:00",
|
||||
context: { id: "185f9f7391a7470e95f591c3278012f7", user_id: null },
|
||||
},
|
||||
"input_select.christmas_pattern": {
|
||||
entity_id: "input_select.christmas_pattern",
|
||||
@ -237,9 +183,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Choose pattern:",
|
||||
icon: "mdi:snowflake",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:27.137496+00:00",
|
||||
last_updated: "2019-01-18T15:51:27.137496+00:00",
|
||||
context: { id: "17f2d1bc9ec345589b135d3c5d45f485", user_id: null },
|
||||
},
|
||||
"input_select.christmas_palette": {
|
||||
entity_id: "input_select.christmas_palette",
|
||||
@ -259,9 +202,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Choose palette:",
|
||||
icon: "mdi:vanish",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:27.138686+00:00",
|
||||
last_updated: "2019-01-18T15:51:27.138686+00:00",
|
||||
context: { id: "4eecf1f28d744100aef459c9262ebff8", user_id: null },
|
||||
},
|
||||
"binary_sensor.harmony_hub": {
|
||||
entity_id: "binary_sensor.harmony_hub",
|
||||
@ -275,17 +215,11 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:remote",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:29.431080+00:00",
|
||||
last_updated: "2019-01-18T16:01:40.417721+00:00",
|
||||
context: { id: "28f6ae7c0f834c41858bb6c08d4baabf", user_id: null },
|
||||
},
|
||||
"switch.rest_julbelysning": {
|
||||
entity_id: "switch.rest_julbelysning",
|
||||
state: "on",
|
||||
attributes: { friendly_name: "Julbelysning" },
|
||||
last_changed: "2019-01-18T15:53:16.345017+00:00",
|
||||
last_updated: "2019-01-18T15:53:16.345017+00:00",
|
||||
context: { id: "0252d0bce23c4329a2beb62094d3cfe7", user_id: null },
|
||||
},
|
||||
"binary_sensor.ubiquiti_nvr": {
|
||||
entity_id: "binary_sensor.ubiquiti_nvr",
|
||||
@ -299,9 +233,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:server-network",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:38.352047+00:00",
|
||||
last_updated: "2019-01-18T16:01:49.078087+00:00",
|
||||
context: { id: "02c4f1b1cc3447748cf7956311b27e6f", user_id: null },
|
||||
},
|
||||
"binary_sensor.server_1": {
|
||||
entity_id: "binary_sensor.server_1",
|
||||
@ -315,9 +246,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:server-network",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:46.562111+00:00",
|
||||
last_updated: "2019-01-18T16:01:44.857908+00:00",
|
||||
context: { id: "8b3645c1acbb418f8594b30bffd8df04", user_id: null },
|
||||
},
|
||||
"binary_sensor.windows_server": {
|
||||
entity_id: "binary_sensor.windows_server",
|
||||
@ -331,9 +259,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:server-network",
|
||||
},
|
||||
last_changed: "2019-01-18T15:51:51.945544+00:00",
|
||||
last_updated: "2019-01-18T16:02:00.100310+00:00",
|
||||
context: { id: "84fc4435143243a398235928f4d46c1c", user_id: null },
|
||||
},
|
||||
"binary_sensor.ubiquiti_controller": {
|
||||
entity_id: "binary_sensor.ubiquiti_controller",
|
||||
@ -347,9 +272,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:server-network",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:00.042894+00:00",
|
||||
last_updated: "2019-01-18T16:02:04.175934+00:00",
|
||||
context: { id: "92d789cb452147d5b0d433f7495e1b21", user_id: null },
|
||||
},
|
||||
"binary_sensor.server_2": {
|
||||
entity_id: "binary_sensor.server_2",
|
||||
@ -363,9 +285,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:server-network",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:08.637459+00:00",
|
||||
last_updated: "2019-01-18T16:02:33.942666+00:00",
|
||||
context: { id: "6215707ffd1d42ad9f72a40317cb2472", user_id: null },
|
||||
},
|
||||
"alarm_control_panel.kernehed_manison": {
|
||||
entity_id: "alarm_control_panel.kernehed_manison",
|
||||
@ -532,9 +451,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
},
|
||||
friendly_name: "Our Manison",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:08.647500+00:00",
|
||||
last_updated: "2019-01-18T15:52:08.647500+00:00",
|
||||
context: { id: "d7d20117f8dc430699f85ebe49d00345", user_id: null },
|
||||
},
|
||||
"sensor.qbittorrent_down_speed": {
|
||||
entity_id: "sensor.qbittorrent_down_speed",
|
||||
@ -544,17 +460,11 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Nedladdning",
|
||||
icon: "mdi:file-download",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:08.782929+00:00",
|
||||
last_updated: "2019-01-18T15:52:08.782929+00:00",
|
||||
context: { id: "a680b2cbf5d64b98b0a37595a1939197", user_id: null },
|
||||
},
|
||||
"sensor.qbittorrent_status": {
|
||||
entity_id: "sensor.qbittorrent_status",
|
||||
state: "idle",
|
||||
attributes: { friendly_name: "Status", icon: "mdi:resistor" },
|
||||
last_changed: "2019-01-18T15:56:54.148361+00:00",
|
||||
last_updated: "2019-01-18T15:56:54.148361+00:00",
|
||||
context: { id: "e7675363c274496eaa23346ff3383772", user_id: null },
|
||||
},
|
||||
"sensor.qbittorrent_up_speed": {
|
||||
entity_id: "sensor.qbittorrent_up_speed",
|
||||
@ -564,9 +474,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Uppladdning",
|
||||
icon: "mdi:file-upload",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:08.872888+00:00",
|
||||
last_updated: "2019-01-18T15:52:08.872888+00:00",
|
||||
context: { id: "cfb7424d3c54429baab49ef3dda53a33", user_id: null },
|
||||
},
|
||||
"sensor.pi_hole_ads_blocked_today": {
|
||||
entity_id: "sensor.pi_hole_ads_blocked_today",
|
||||
@ -577,9 +484,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Pi-Hole Ads Blocked Today",
|
||||
icon: "mdi:close-octagon-outline",
|
||||
},
|
||||
last_changed: "2019-01-18T16:03:05.284888+00:00",
|
||||
last_updated: "2019-01-18T16:03:05.284888+00:00",
|
||||
context: { id: "d9191530bc94401ca88a2a1aff07387d", user_id: null },
|
||||
},
|
||||
"sensor.pi_hole_dns_unique_clients": {
|
||||
entity_id: "sensor.pi_hole_dns_unique_clients",
|
||||
@ -590,9 +494,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Pi-Hole DNS Unique Clients",
|
||||
icon: "mdi:account-outline",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:09.605689+00:00",
|
||||
last_updated: "2019-01-18T15:52:09.605689+00:00",
|
||||
context: { id: "e9f0c3578ff4454fb53121d99c606e74", user_id: null },
|
||||
},
|
||||
"sensor.pi_hole_dns_queries_today": {
|
||||
entity_id: "sensor.pi_hole_dns_queries_today",
|
||||
@ -603,9 +504,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Pi-Hole DNS Queries Today",
|
||||
icon: "mdi:comment-question-outline",
|
||||
},
|
||||
last_changed: "2019-01-18T16:03:05.274660+00:00",
|
||||
last_updated: "2019-01-18T16:03:05.274660+00:00",
|
||||
context: { id: "dab495be096549438bca2bb5078e41c1", user_id: null },
|
||||
},
|
||||
"sensor.memory_free": {
|
||||
entity_id: "sensor.memory_free",
|
||||
@ -615,9 +513,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Memory free",
|
||||
icon: "mdi:memory",
|
||||
},
|
||||
last_changed: "2019-01-18T16:05:09.553687+00:00",
|
||||
last_updated: "2019-01-18T16:05:09.553687+00:00",
|
||||
context: { id: "8a208015f2c74ed39bada502922d0d0d", user_id: null },
|
||||
},
|
||||
"sensor.processor_use": {
|
||||
entity_id: "sensor.processor_use",
|
||||
@ -627,9 +522,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Processor use",
|
||||
icon: "mdi:memory",
|
||||
},
|
||||
last_changed: "2019-01-18T16:05:09.793229+00:00",
|
||||
last_updated: "2019-01-18T16:05:09.793229+00:00",
|
||||
context: { id: "c5f93e10c82a431a95f85587a5e8ce95", user_id: null },
|
||||
},
|
||||
"binary_sensor.gaming_pc": {
|
||||
entity_id: "binary_sensor.gaming_pc",
|
||||
@ -643,9 +535,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:laptop",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:19.270243+00:00",
|
||||
last_updated: "2019-01-18T16:02:25.800945+00:00",
|
||||
context: { id: "46211ef0d63e4d75b521cf9ffe121b06", user_id: null },
|
||||
},
|
||||
"sensor.speedtest_download": {
|
||||
entity_id: "sensor.speedtest_download",
|
||||
@ -662,9 +551,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Speedtest Download",
|
||||
icon: "mdi:speedometer",
|
||||
},
|
||||
last_changed: "2019-01-18T16:01:02.379273+00:00",
|
||||
last_updated: "2019-01-18T16:01:02.379273+00:00",
|
||||
context: { id: "820da4cd237c49eb83dd1f2ad109882a", user_id: null },
|
||||
},
|
||||
"sensor.speedtest_upload": {
|
||||
entity_id: "sensor.speedtest_upload",
|
||||
@ -681,9 +567,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Speedtest Upload",
|
||||
icon: "mdi:speedometer",
|
||||
},
|
||||
last_changed: "2019-01-18T16:01:02.722583+00:00",
|
||||
last_updated: "2019-01-18T16:01:02.722583+00:00",
|
||||
context: { id: "f390680ee9b44e6aa1ae44ece757f329", user_id: null },
|
||||
},
|
||||
"sensor.speedtest_ping": {
|
||||
entity_id: "sensor.speedtest_ping",
|
||||
@ -700,9 +583,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Speedtest Ping",
|
||||
icon: "mdi:speedometer",
|
||||
},
|
||||
last_changed: "2019-01-18T16:01:02.809026+00:00",
|
||||
last_updated: "2019-01-18T16:01:02.809026+00:00",
|
||||
context: { id: "a81bd7b4f4f748b290b2156e4b43b919", user_id: null },
|
||||
},
|
||||
"sensor.last_boot": {
|
||||
entity_id: "sensor.last_boot",
|
||||
@ -713,9 +593,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
icon: "mdi:clock",
|
||||
device_class: "timestamp",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:24.128311+00:00",
|
||||
last_updated: "2019-01-18T15:52:24.128311+00:00",
|
||||
context: { id: "5d0f7cdb75074973aa06d08e3680ebbf", user_id: null },
|
||||
},
|
||||
"sensor.plex": {
|
||||
entity_id: "sensor.plex",
|
||||
@ -725,9 +602,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Plex",
|
||||
icon: "mdi:plex",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:24.140024+00:00",
|
||||
last_updated: "2019-01-18T15:52:24.140024+00:00",
|
||||
context: { id: "2f992b87ce544a489bbf2d8929b0e4a2", user_id: null },
|
||||
},
|
||||
"binary_sensor.teamspeak": {
|
||||
entity_id: "binary_sensor.teamspeak",
|
||||
@ -741,9 +615,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:server-network",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:28.615587+00:00",
|
||||
last_updated: "2019-01-18T16:02:21.732951+00:00",
|
||||
context: { id: "73ca74db48e74164b2aeaadc6cce5d34", user_id: null },
|
||||
},
|
||||
"sensor.disk_free_home": {
|
||||
entity_id: "sensor.disk_free_home",
|
||||
@ -753,9 +624,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Disk free /home",
|
||||
icon: "mdi:harddisk",
|
||||
},
|
||||
last_changed: "2019-01-18T16:02:03.575620+00:00",
|
||||
last_updated: "2019-01-18T16:02:03.575620+00:00",
|
||||
context: { id: "02f4dad30931408081c02e89bafa1171", user_id: null },
|
||||
},
|
||||
"weather.smhi_vader": {
|
||||
entity_id: "weather.smhi_vader",
|
||||
@ -836,9 +704,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
cloudiness: 25,
|
||||
friendly_name: "V\u00e4der",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:33.173548+00:00",
|
||||
last_updated: "2019-01-18T15:52:33.173548+00:00",
|
||||
context: { id: "1c85566e7912415eb124dd9834a4f906", user_id: null },
|
||||
},
|
||||
"binary_sensor.ubiquiti_switch": {
|
||||
entity_id: "binary_sensor.ubiquiti_switch",
|
||||
@ -852,9 +717,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:nas",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:35.266657+00:00",
|
||||
last_updated: "2019-01-18T16:02:29.854283+00:00",
|
||||
context: { id: "dc9ba8c7aa194d2bbe84331506d8320f", user_id: null },
|
||||
},
|
||||
"binary_sensor.entre_kamera": {
|
||||
entity_id: "binary_sensor.entre_kamera",
|
||||
@ -868,9 +730,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "connectivity",
|
||||
icon: "mdi:cctv",
|
||||
},
|
||||
last_changed: "2019-01-18T15:52:45.321631+00:00",
|
||||
last_updated: "2019-01-18T16:01:55.993590+00:00",
|
||||
context: { id: "511076d91fb94bafaae7d5ebe08bfee7", user_id: null },
|
||||
},
|
||||
"sensor.bella_tid_till_hem": {
|
||||
entity_id: "sensor.bella_tid_till_hem",
|
||||
@ -887,9 +746,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Antal minuter hem",
|
||||
icon: "mdi:timer",
|
||||
},
|
||||
last_changed: "2019-01-18T15:53:19.161560+00:00",
|
||||
last_updated: "2019-01-18T15:53:19.161560+00:00",
|
||||
context: { id: "3da5acfb211d47afb9c744a6ba135344", user_id: null },
|
||||
},
|
||||
"sensor.oskar_tid_till_hem": {
|
||||
entity_id: "sensor.oskar_tid_till_hem",
|
||||
@ -907,9 +763,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "Antal minuter hem",
|
||||
icon: "mdi:timer",
|
||||
},
|
||||
last_changed: "2019-01-18T15:53:19.197183+00:00",
|
||||
last_updated: "2019-01-18T15:53:19.197183+00:00",
|
||||
context: { id: "cade22f8710648868dd55a9d562ebe76", user_id: null },
|
||||
},
|
||||
"lock.polycontrol_danalock_v3_btze_locked": {
|
||||
entity_id: "lock.polycontrol_danalock_v3_btze_locked",
|
||||
@ -921,9 +774,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
value_id: "72057594513489920",
|
||||
friendly_name: "Frontdoor",
|
||||
},
|
||||
last_changed: "2019-01-18T15:53:36.058341+00:00",
|
||||
last_updated: "2019-01-18T15:53:36.058341+00:00",
|
||||
context: { id: "e12f4a5ee7864b95bde4d5da1c8753b9", user_id: null },
|
||||
},
|
||||
"binary_sensor.front_door_sensor": {
|
||||
entity_id: "binary_sensor.front_door_sensor",
|
||||
@ -935,9 +785,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "opening",
|
||||
icon: "mdi:door",
|
||||
},
|
||||
last_changed: "2019-01-18T16:03:19.907644+00:00",
|
||||
last_updated: "2019-01-18T16:03:19.907644+00:00",
|
||||
context: { id: "5c9724de70d249218710cd48d662383a", user_id: null },
|
||||
},
|
||||
"binary_sensor.altan_motion_sensor": {
|
||||
entity_id: "binary_sensor.altan_motion_sensor",
|
||||
@ -948,9 +795,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "altan_motion_sensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T16:02:09.208632+00:00",
|
||||
last_updated: "2019-01-18T16:02:09.208632+00:00",
|
||||
context: { id: "fa3835c018ab4f2caa5fc7a629765ce1", user_id: null },
|
||||
},
|
||||
"binary_sensor.back_door_sensor": {
|
||||
entity_id: "binary_sensor.back_door_sensor",
|
||||
@ -962,9 +806,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "opening",
|
||||
icon: "mdi:door",
|
||||
},
|
||||
last_changed: "2019-01-18T16:02:09.221573+00:00",
|
||||
last_updated: "2019-01-18T16:02:09.221573+00:00",
|
||||
context: { id: "79b24786327f402d98039fc7f64a5cac", user_id: null },
|
||||
},
|
||||
"binary_sensor.badrumssensor": {
|
||||
entity_id: "binary_sensor.badrumssensor",
|
||||
@ -975,9 +816,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "badrumssensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T16:02:09.230201+00:00",
|
||||
last_updated: "2019-01-18T16:02:09.230201+00:00",
|
||||
context: { id: "d717171f27ac4788baf5a01aa76103cb", user_id: null },
|
||||
},
|
||||
"binary_sensor.trapp_motion_sensor": {
|
||||
entity_id: "binary_sensor.trapp_motion_sensor",
|
||||
@ -990,9 +828,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "motion",
|
||||
icon: "mdi:walk",
|
||||
},
|
||||
last_changed: "2019-01-18T16:05:22.880965+00:00",
|
||||
last_updated: "2019-01-18T16:05:22.880965+00:00",
|
||||
context: { id: "930f8a9f68044b9e9081d446bac41dec", user_id: null },
|
||||
},
|
||||
"binary_sensor.tvattstugan_motion_sensor": {
|
||||
entity_id: "binary_sensor.tvattstugan_motion_sensor",
|
||||
@ -1005,9 +840,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "motion",
|
||||
icon: "mdi:walk",
|
||||
},
|
||||
last_changed: "2019-01-18T16:05:18.681492+00:00",
|
||||
last_updated: "2019-01-18T16:05:18.681492+00:00",
|
||||
context: { id: "5203da025f024e6fa3f23d51e49a6792", user_id: null },
|
||||
},
|
||||
"binary_sensor.dorrklockan": {
|
||||
entity_id: "binary_sensor.dorrklockan",
|
||||
@ -1019,9 +851,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "opening",
|
||||
icon: "mdi:bell",
|
||||
},
|
||||
last_changed: "2019-01-18T16:03:12.046042+00:00",
|
||||
last_updated: "2019-01-18T16:03:12.046042+00:00",
|
||||
context: { id: "fdfdad57b15c456687f610a65e3ef4cb", user_id: null },
|
||||
},
|
||||
"binary_sensor.skafferiet_motion_sensor": {
|
||||
entity_id: "binary_sensor.skafferiet_motion_sensor",
|
||||
@ -1033,9 +862,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "motion",
|
||||
icon: "mdi:walk",
|
||||
},
|
||||
last_changed: "2019-01-18T16:02:09.287461+00:00",
|
||||
last_updated: "2019-01-18T16:02:09.287461+00:00",
|
||||
context: { id: "51facd375f354ae5aef8c343d6e76290", user_id: null },
|
||||
},
|
||||
"binary_sensor.kallaren_motion_sensor": {
|
||||
entity_id: "binary_sensor.kallaren_motion_sensor",
|
||||
@ -1048,9 +874,6 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
device_class: "motion",
|
||||
icon: "mdi:walk",
|
||||
},
|
||||
last_changed: "2019-01-18T16:05:17.181070+00:00",
|
||||
last_updated: "2019-01-18T16:05:17.181070+00:00",
|
||||
context: { id: "56df28bb79234daba64d61ae7daf0f54", user_id: null },
|
||||
},
|
||||
"binary_sensor.banksensor": {
|
||||
entity_id: "binary_sensor.banksensor",
|
||||
@ -1062,8 +885,5 @@ export const demoEntitiesKernehed: DemoConfig["entities"] = () =>
|
||||
friendly_name: "B\u00e4nksensor",
|
||||
device_class: "motion",
|
||||
},
|
||||
last_changed: "2019-01-18T16:05:03.828041+00:00",
|
||||
last_updated: "2019-01-18T16:05:03.828041+00:00",
|
||||
context: { id: "a270883993b04d90bee5c27180c43cb8", user_id: null },
|
||||
},
|
||||
});
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@ import { HassConfig } from "home-assistant-js-websocket";
|
||||
export const demoConfig: HassConfig = {
|
||||
location_name: "Home",
|
||||
elevation: 300,
|
||||
latitude: 51.5287352,
|
||||
longitude: -0.381773,
|
||||
latitude: 52.3731339,
|
||||
longitude: 4.8903147,
|
||||
unit_system: {
|
||||
length: "km",
|
||||
mass: "kg",
|
||||
|
@ -79,13 +79,13 @@ export const demoPanels: Panels = {
|
||||
// config: null,
|
||||
// url_path: "history",
|
||||
// },
|
||||
// map: {
|
||||
// component_name: "map",
|
||||
// icon: "hass:tooltip-account",
|
||||
// title: "map",
|
||||
// config: null,
|
||||
// url_path: "map",
|
||||
// },
|
||||
map: {
|
||||
component_name: "map",
|
||||
icon: "hass:tooltip-account",
|
||||
title: "map",
|
||||
config: null,
|
||||
url_path: "map",
|
||||
},
|
||||
// config: {
|
||||
// component_name: "config",
|
||||
// icon: "hass:settings",
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {
|
||||
HassEntityAttributeBase,
|
||||
HassEntities,
|
||||
HassEntity,
|
||||
} from "home-assistant-js-websocket";
|
||||
|
||||
/* tslint:disable:max-classes-per-file */
|
||||
@ -257,7 +257,11 @@ export const getEntity = (
|
||||
): Entity =>
|
||||
new (TYPES[domain] || Entity)(domain, objectId, state, baseAttributes);
|
||||
|
||||
export const convertEntities = (states: HassEntities): Entity[] =>
|
||||
type LimitedEntity = Pick<HassEntity, "state" | "attributes" | "entity_id">;
|
||||
|
||||
export const convertEntities = (states: {
|
||||
[entityId: string]: LimitedEntity;
|
||||
}): Entity[] =>
|
||||
Object.keys(states).map((entId) => {
|
||||
const stateObj = states[entId];
|
||||
const [domain, objectId] = entId.split(".", 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user