diff --git a/demo/public/api/camera_proxy_stream/camera.backyard b/demo/public/api/camera_proxy_stream/camera.backyard new file mode 100644 index 0000000000..25120b26bf Binary files /dev/null and b/demo/public/api/camera_proxy_stream/camera.backyard differ diff --git a/demo/public/api/camera_proxy_stream/camera.driveway b/demo/public/api/camera_proxy_stream/camera.driveway new file mode 100644 index 0000000000..746c30267e Binary files /dev/null and b/demo/public/api/camera_proxy_stream/camera.driveway differ diff --git a/demo/public/api/camera_proxy_stream/camera.patio b/demo/public/api/camera_proxy_stream/camera.patio new file mode 100644 index 0000000000..746c30267e Binary files /dev/null and b/demo/public/api/camera_proxy_stream/camera.patio differ diff --git a/demo/public/api/camera_proxy_stream/camera.porch b/demo/public/api/camera_proxy_stream/camera.porch new file mode 100644 index 0000000000..3527dc52bf Binary files /dev/null and b/demo/public/api/camera_proxy_stream/camera.porch differ diff --git a/demo/src/configs/arsaboo/lovelace.ts b/demo/src/configs/arsaboo/lovelace.ts index 1d8258574c..5574cc2761 100644 --- a/demo/src/configs/arsaboo/lovelace.ts +++ b/demo/src/configs/arsaboo/lovelace.ts @@ -628,6 +628,55 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({ }, ], }, + { + icon: "mdi:information-outline", + id: "home-assistant", + title: "Home Assistant", + cards: [ + { + type: "markdown", + content: + "## What is Home Assistant?\nHome Assistant is open source home automation software, that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.", + }, + { + entities: [ + { + url: "https://www.home-assistant.io/", + type: "weblink", + name: "Home Assistant", + icon: "mdi:home-assistant", + }, + { + url: "https://www.home-assistant.io/getting-started/", + type: "weblink", + name: "Getting Started", + icon: "mdi:download", + }, + { + url: "https://www.home-assistant.io/cookbook/", + type: "weblink", + name: "Configuration Examples", + icon: "mdi:home-heart", + }, + { + url: "https://community.home-assistant.io/", + type: "weblink", + name: "Forum", + icon: "mdi:forum", + }, + { + url: "https://discord.gg/c5DvZ4e", + type: "weblink", + name: "Chat", + icon: "mdi:chat", + }, + ], + show_header_toggle: false, + type: "entities", + title: "Useful Links", + }, + ], + }, // { // icon: "mdi:weather-cloudy", // id: "weather",