Finally decommissioned Floorplan completely from the config #922
|
@ -960,7 +960,7 @@ Feel free to join the conversations there.
|
|||
[![Screenshot of Alarm Clock View](https://i.imgur.com/mLMrky1.jpg)](https://www.vcloudinfo.com/2017/11/building-worlds-greatest-smart-alarm.html)
|
||||
[![Screenshot of Alarm View](https://i.imgur.com/zmb3Rtn.png)](https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)
|
||||
|
||||
**All files are now being edited with [VSCode](https://code.visualstudio.com/).**
|
||||
**All files are now being edited with [Cursor.ai](https://www.cursor.com/).**
|
||||
|
||||
**Still have questions on my Config?** <br>
|
||||
**Message me on X :** [![Follow CCostan](https://img.shields.io/twitter/follow/CCostan)](https://www.x.com/ccostan) or [![Follow Bear Stone Home](https://img.shields.io/twitter/follow/BearStoneHA)](https://www.x.com/BearStoneHA)
|
||||
|
|
|
@ -1 +1 @@
|
|||
2024.10.3
|
||||
2024.11.0
|
|
@ -16,7 +16,8 @@
|
|||
|
||||
condition:
|
||||
- condition: time
|
||||
before: '23:00:00'
|
||||
after: '09:00:00'
|
||||
before: '22:00:00'
|
||||
- condition: or #Either we are home or Guest_Mode is on.
|
||||
conditions:
|
||||
- condition: state
|
||||
|
@ -42,13 +43,13 @@
|
|||
{% if now().strftime("%B") == 'October' %}
|
||||
https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/october-clock/cuckoo-clock-01.wav
|
||||
{% else %}
|
||||
https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/cuckcoo-clockcuckoo-clock-01.wav
|
||||
https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/cuckoo-clock/cuckoo-clock-01.wav
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if now().strftime("%B") == 'October' %}
|
||||
https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/october-clock/cuckoo-clock-{{now().strftime("%I")}}.wav
|
||||
{% else %}
|
||||
https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/cuckcoo-clock/cuckoo-clock-{{now().strftime("%I")}}.wav
|
||||
https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/cuckoo-clock/cuckoo-clock-{{now().strftime("%I")}}.wav
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
media_content_type: audio/mp4
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
blueprint:
|
||||
name: Invert a binary sensor
|
||||
description: Creates a binary_sensor which holds the inverted value of a reference binary_sensor
|
||||
domain: template
|
||||
source_url: https://github.com/home-assistant/core/blob/dev/homeassistant/components/template/blueprints/inverted_binary_sensor.yaml
|
||||
input:
|
||||
reference_entity:
|
||||
name: Binary sensor to be inverted
|
||||
description: The binary_sensor which needs to have its value inverted
|
||||
selector:
|
||||
entity:
|
||||
domain: binary_sensor
|
||||
variables:
|
||||
reference_entity: !input reference_entity
|
||||
binary_sensor:
|
||||
state: >
|
||||
{% if states(reference_entity) == 'on' %}
|
||||
off
|
||||
{% elif states(reference_entity) == 'off' %}
|
||||
on
|
||||
{% else %}
|
||||
{{ states(reference_entity) }}
|
||||
{% endif %}
|
||||
# delay_on: not_used in this example
|
||||
# delay_off: not_used in this example
|
||||
# auto_off: not_used in this example
|
||||
availability: "{{ states(reference_entity) not in ('unknown', 'unavailable') }}"
|
|
@ -14,7 +14,7 @@ automation:
|
|||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.blink_blink1_temperature
|
||||
above: 55
|
||||
above: 60
|
||||
for:
|
||||
minutes: 20
|
||||
- platform: event
|
||||
|
@ -23,7 +23,7 @@ automation:
|
|||
condition:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.blink_blink1_temperature
|
||||
above: 55
|
||||
above: 60
|
||||
|
||||
action:
|
||||
|
||||
|
|
|
@ -280,7 +280,7 @@
|
|||
{{ lightning() }}
|
||||
{% endif %}
|
||||
|
||||
{% if (states('sensor.blink_blink1_temperature')|int(0)) > 50 and no_fridge != 1 %}
|
||||
{% if (states('sensor.blink_blink1_temperature')|int(0)) > 55 and no_fridge != 1 %}
|
||||
{{ fridge() }}
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -1,65 +0,0 @@
|
|||
<h1 align="center">
|
||||
<a name="logo" href="https://www.vCloudInfo.com/tag/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
|
||||
<br>
|
||||
Bear Stone Smart Home Documentation
|
||||
</h1>
|
||||
<h4 align="center">Be sure to :star: my configuration repo so you can keep up to date on any daily progress!</h4>
|
||||
<div align="center">
|
||||
|
||||
[![X Follow](https://img.shields.io/twitter/follow/ccostan?color=blue&label=talk&logo=twitter&style=for-the-badge)](https://x.com/ccostan)
|
||||
[![YouTube Subscribe](https://img.shields.io/youtube/channel/subscribers/UC301G8JJFzY0BZ_0lshpKpQ?label=VIEW&logo=Youtube&logoColor=%23DF5D44&style=for-the-badge)](https://www.youtube.com/vCloudInfo?sub_confirmation=1)
|
||||
[![GitHub Follow](https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig?label=sTARS&logo=Github&style=for-the-badge)](https://github.com/CCOSTAN)
|
||||
<h4>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/commits/master"><img src="https://img.shields.io/github/last-commit/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/></a>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/commits/master"><img src="https://img.shields.io/github/commit-activity/y/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/></a>
|
||||
</h4>
|
||||
</div>
|
||||
<p align="center"><a align="center" target="_blank" href="https://vcloudinfo.us12.list-manage.com/subscribe?u=45cab4343ffdbeb9667c28a26&id=e01847e94f"><img src="https://feeds.feedburner.com/RecentCommitsToBearStoneHA.1.gif" alt="Recent Commits to Bear Stone Smart Home" style="border:0"></a></p>
|
||||
|
||||
<div align="center"><a name="menu"></a>
|
||||
<h4>
|
||||
<a href="https://www.vCloudInfo.com/tag/iot">
|
||||
Blog
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
|
||||
Devices
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">
|
||||
Todo List
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://x.com/BearStoneHA">
|
||||
Smart Home Stats
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://www.vcloudinfo.com/click-here">
|
||||
Follow Me
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/tree/master/config">
|
||||
Code
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#diagram">
|
||||
Diagram
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://youtube.com/vCloudInfo">
|
||||
Youtube
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://amzn.to/2HXSx2M">
|
||||
Support
|
||||
</a>
|
||||
</h4>
|
||||
|
||||
![Screenshot of SmartHome](https://lh3.googleusercontent.com/-vKGF5gdz_VY/WVpP7qjsmjI/AAAAAAADVZ4/sGyiS1PjouUQxrEbWVfot6raxcElv4r-wCHMYCw/s1600/clip_image001%255B4%255D)
|
||||
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/up_arrow.png" width="25" ></a>
|
||||
|
||||
**Still have questions on my Config?** <br>
|
||||
**Message me on X :** [![Follow CCostan](https://img.shields.io/twitter/follow/CCostan)](https://www.x.com/ccostan) or [![Follow Bear Stone Home](https://img.shields.io/twitter/follow/BearStoneHA)](https://www.x.com/BearStoneHA)
|
||||
<!-- Subscribe Section -->
|
||||
<a href="https://eepurl.com/dmXFYz"><img align="center" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/email_link.png" height="50" ></a>.
|
||||
<!-- Subscribe Section END-->
|
|
@ -1,205 +0,0 @@
|
|||
SVG shapes */
|
||||
|
||||
svg, svg * {
|
||||
vector-effect: non-scaling-stroke !important;
|
||||
pointer-events: all !important;
|
||||
}
|
||||
/*
|
||||
/* Hover over */
|
||||
|
||||
/* Interior Garage */
|
||||
#binary_sensor\.mcu1_gpio12.window-opened {
|
||||
transform: rotate(270deg);
|
||||
transform-origin: left;
|
||||
}
|
||||
/* Back Door */
|
||||
#binary_sensor\.mcu2_gpio5.window-opened {
|
||||
transform: rotate(270deg);
|
||||
transform-origin: right;
|
||||
}
|
||||
#binary_sensor\.kitchen_door_opened.window-opened {
|
||||
transform: rotate(270deg);
|
||||
transform-origin: right;
|
||||
}
|
||||
|
||||
#sensor\.pirateweather_minutely_summary {
|
||||
fill: #231F26 !important;
|
||||
fill-opacity: 1.0;
|
||||
}
|
||||
|
||||
.entity:hover:not(.static-text):not(.static-temp):not(.static-text-date):not:(.static-text-time) {
|
||||
stroke: #03A9F4 !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
.warning-background, .warning-text-background {
|
||||
fill: #fcf8e3 !important;
|
||||
fill-opacity: 1 !important;
|
||||
stroke: #faebcc !important;
|
||||
stroke-width: 1px !important;
|
||||
}
|
||||
|
||||
.static-text
|
||||
{
|
||||
fill: #FFFFA6 !important;
|
||||
font-family : Helvetica !important;
|
||||
font-weight : bold !important;
|
||||
font-size : 15px !important;
|
||||
}
|
||||
|
||||
.static-text-date
|
||||
{
|
||||
font-family : Helvetica !important;
|
||||
font-weight : bold !important;
|
||||
font-size : 16px !important;
|
||||
fill : #FFFFA6 !important;
|
||||
}
|
||||
|
||||
.static-text-time
|
||||
{
|
||||
font-family : Helvetica !important;
|
||||
font-weight : bold !important;
|
||||
font-size : 35px !important;
|
||||
fill: #FFFFA6 !important;
|
||||
}
|
||||
|
||||
.static-temp
|
||||
{
|
||||
font-family: Helvetica !important;
|
||||
font-size: 22px !important;
|
||||
fill: #FFFFA6 !important;
|
||||
}
|
||||
/* Last motion entity */
|
||||
|
||||
.last-motion {
|
||||
stroke: #808080 !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Presence */
|
||||
.presence-on {
|
||||
fill: #BDF271 !important;
|
||||
}
|
||||
|
||||
.presence-off {
|
||||
fill: #3D3B3F !important;
|
||||
}
|
||||
|
||||
/* Text Home/Away */
|
||||
|
||||
.text-home {
|
||||
fill: #BDF271 !important;
|
||||
}
|
||||
|
||||
.text-away {
|
||||
fill: #E7376B !important;
|
||||
}
|
||||
|
||||
/* switches */
|
||||
|
||||
.switch-on {
|
||||
fill: orange !important;
|
||||
}
|
||||
|
||||
.switch-on-blue {
|
||||
fill: blue !important;
|
||||
}
|
||||
|
||||
.switch-off {
|
||||
fill: #cccccc !important;
|
||||
}
|
||||
|
||||
/* Juicebox */
|
||||
.juicebox-plugged {
|
||||
fill: orange !important;
|
||||
}
|
||||
.juicebox-standby {
|
||||
fill: grey !important;
|
||||
}
|
||||
.juicebox-charging {
|
||||
fill: green !important;
|
||||
}
|
||||
/* Buttons */
|
||||
|
||||
.button-on {
|
||||
fill: #FFFFA6 !important;
|
||||
fill-opacity: 0.25;
|
||||
}
|
||||
|
||||
.button-off {
|
||||
fill: #3D3B3F !important;
|
||||
fill-opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Nest Protects */
|
||||
|
||||
.protect-on {
|
||||
fill: green !important;
|
||||
}
|
||||
|
||||
.protect-off {
|
||||
fill: red !important;
|
||||
}
|
||||
|
||||
/* Windows / Doors / Entry Points */
|
||||
|
||||
.window-open {
|
||||
fill: #c60919 !important;
|
||||
|
||||
}
|
||||
|
||||
.window-closed {
|
||||
fill: #00FFFF !important;
|
||||
}
|
||||
|
||||
/* Light */
|
||||
|
||||
.light-off {
|
||||
fill: #231F26 !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: black !important;
|
||||
stroke-width: 1;
|
||||
stroke-opacity:0.1;
|
||||
}
|
||||
.light-off:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
.outdoor-light-off {
|
||||
fill: grey !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: black !important;
|
||||
stroke-width: 1;
|
||||
stroke-opacity:0.1;
|
||||
}
|
||||
.outdoor-light-off:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(2);
|
||||
}
|
||||
.light-blue-on {
|
||||
fill: blue !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: #FFFFA6 !important;
|
||||
stroke-width: 10;
|
||||
stroke-opacity: 0.25;
|
||||
}
|
||||
.light-blue-on:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(3);
|
||||
}
|
||||
|
||||
.light-on {
|
||||
fill: yellow !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: #FFFFA6 !important;
|
||||
stroke-width: 10;
|
||||
stroke-opacity: 0.25;
|
||||
}
|
||||
.light-on:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(3);
|
||||
}
|
|
@ -1,975 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1"
|
||||
id="artboard" inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" sodipodi:docname="alarm.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1024 600"
|
||||
style="enable-background:new 0 0 1024 600;" xml:space="preserve">
|
||||
<g id="Floor_Plan" transform="translate(0,2.0698958e-5)">
|
||||
<rect id="Background" x="0.2" y="-0.5" style="fill:#231F26;" width="1024" height="600"/>
|
||||
<g id="Date_and_Time">
|
||||
<path id="box" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M264.5,111.8H37.2c-6.8,0-12.3-5.9-12.3-13.3V49.2
|
||||
c0-7.3,5.5-13.3,12.3-13.3h227.2c6.8,0,12.3,5.9,12.3,13.3v49.3C276.8,105.9,271.3,111.8,264.5,111.8L264.5,111.8z"/>
|
||||
<g id="sensor.floorplan_date" transform="translate(-4)">
|
||||
|
||||
<text id="text4522" transform="matrix(1 0 0 1 41.3238 63.3948)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:17.93px;">Friday, June 30</text>
|
||||
</g>
|
||||
<g id="sensor.floorplan_time">
|
||||
|
||||
<text id="text4525" transform="matrix(1 0 0 1 35.34 100.4411)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:37.7086px;">9:36 PM</text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Second_Floor" transform="translate(25.670008,-0.46672742)">
|
||||
<g id="Second_Floor_Plan">
|
||||
<path id="path2580" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M127.7,395.4l31.4-0.2l0.1,10h1.7l-0.1-9.9
|
||||
l9.1-0.1v-2.6h-5.6l-0.1-14.6l62.5-0.5v-1.8l17.6-0.1v5h1.8l0.1,17.6h-1.8l0.3,40.2l-47.1,0.4l-1.4,1.5l1.3,1.2l0.9-0.9l46.3-0.4
|
||||
l0.2,16h1.8l0.2,17.6h-1.8l0.2,16.7L187,491v-5.6h-1.6v4.8l-10.7,0.1l-0.2-30.6l10.7-0.1l0.1,7.5h1.6l-0.1-13.9l0.7-0.7l-1.3-1.1
|
||||
l-0.4,0.4l-12.1-11.1l-1.2,1.3l0.4,39l-26.8,0.2l-0.4-50.8l14.4-0.1l3.2,3l1.2-1.2l-3.2-3l-0.1-10.7h-1.7l0.1,10.2l-35.3,0.3
|
||||
l-0.1-14l-30.9,0.2l-0.5-63.4l34.8-0.3L127.7,395.4"/>
|
||||
<path id="path2578" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M169.7,395l-9.1,0.1l0.1,10H159l-0.1-10
|
||||
l-31.3,0.2l-0.3-44.3l-34.7,0.3l0.5,63.6l30.8-0.2l0.1,14l35.3-0.3l-0.1-10.3h1.7l0.1,10.8l3.2,3l-0.1,0.1l-1.1,1.2l-3.2-3
|
||||
l-14.4,0.1l0.4,51l26.7-0.2l-0.4-39.2l0,0l1.2-1.2l12.1,11.2l0.4-0.4l1.3,1.2l-0.7,0.7l0.1,13.9h-1.6l-0.1-7.5l-10.7,0.1
|
||||
l0.2,30.8l10.7-0.1v-4.8h1.6v5.7l58.3-0.8l-0.2-16.7h3.6l0.2,20.3l-77.6,0.5l-0.1-10.2l-28.5,0.2l-0.4-52.7l-21.4,0.2l-0.1-14.1
|
||||
l-30.8,0.2L89,347.7l41.8-0.3l0.3,44.3l29.5-0.2v0.9l9-0.1L169.7,395 M248.1,436.4l0.2,19.9h-3.5l-0.2-16.3l-46.3,0.4l-0.9,0.9
|
||||
l0,0l-1.3-1.2l1.4-1.5l47-0.4l-0.3-40.3h3.6l0.3,38.4 M175.9,456.1l7-0.1v-1.8l-7.1-6.6L175.9,456.1 M247.6,373.5l0.1,6.8h-3.6
|
||||
l-0.1-6.8H247.6 M162.2,374.2l64.2-0.5v3.6l-64.2,0.5V374.2"/>
|
||||
|
||||
<text id="second_floor_text" transform="matrix(1 0 0 1 156.0425 362.0238)" style="fill:#757575; font-family:'Helvetica'; font-size:9.28px;">SECOND FLOOR</text>
|
||||
|
||||
<text id="text743-2" transform="matrix(1 0 0 1 175.5794 405.9195)" style="fill:#757575; font-family:'Helvetica'; font-size:9.28px;">LIVING ROOM</text>
|
||||
|
||||
<text id="text749-3" transform="matrix(1 0 0 1 193.7634 485.1224)" style="fill:#757575; font-family:'Helvetica'; font-size:9.28px;">BEDROOM</text>
|
||||
</g>
|
||||
<g id="Doors">
|
||||
<path id="path23" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M196.5,440.8c5.7,5,6.7,13.5,2.3,19.6l-11-9.8
|
||||
l-1,1.1l11.1,10c5.5-6.1,4.9-15.5-1.2-21l0,0l-0.1-0.1L196.5,440.8z"/>
|
||||
<path id="path25" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M163.6,432.6c4.3-4.5,11.4-5,16.3-1.1l-8.3,8.7
|
||||
l0.9,0.9l8.4-8.9c-4.9-4.7-12.7-4.6-17.4,0.2l0,0L163.6,432.6z"/>
|
||||
<path id="path27" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M159.8,404.9c6.6,0,12.2,5,12.8,11.6h-12.8v1.3h13
|
||||
c0-7.2-5.7-13-12.9-13.1h-0.1V404.9z"/>
|
||||
</g>
|
||||
<g id="up_stairs">
|
||||
<rect id="rect30" x="127.5" y="376.9" style="fill:#616262;" width="42.1" height="17"/>
|
||||
<path id="path32" inkscape:connector-curvature="0" d="M130.8,394.1h39v-17.3h-42.5v17.3H130.8z M166.3,377.1h3.2v16.7h-3.2
|
||||
V377.1z M162.7,377.1h3.2v16.7h-3.2V377.1z M159.2,377.1h3.2v16.7h-3.2V377.1z M155.7,377.1h3.1v16.7h-3.2L155.7,377.1z
|
||||
M152.2,377.1h3.2v16.7h-3.2V377.1z M148.7,377.1h3.2v16.7h-3.2V377.1z M145.1,377.1h3.2v16.7h-3.2V377.1z M141.6,377.1h3.2v16.7
|
||||
h-3.2V377.1z M138.1,377.1h3.2v16.7h-3.2V377.1z M134.6,377.1h3.2v16.7h-3.2V377.1z M131.1,377.1h3.2v16.7h-3.2V377.1z
|
||||
M127.5,377.1h3.2v16.7h-3.2L127.5,377.1z"/>
|
||||
<path id="path34" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M135.1,385.5l-3.8,2.1l0.2-1.1h-2v-2h2l-0.2-1.1
|
||||
L135.1,385.5z"/>
|
||||
</g>
|
||||
<g id="US_bathroom_icon" transform="rotate(-179.51832,157.81077,456.50345)">
|
||||
<path id="path37" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M160.6,464.5c0,1.2,1,2.2,2.2,2.2s2.2-1,2.2-2.2
|
||||
s-1-2.2-2.2-2.2S160.6,463.3,160.6,464.5z"/>
|
||||
<path id="path39" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M156,464.5c0-1.2-1-2.2-2.2-2.2s-2.2,1-2.2,2.2
|
||||
s1,2.2,2.2,2.2l0,0C155,466.8,156,465.8,156,464.5z"/>
|
||||
<path id="path41" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M157.9,451.7L157.9,451.7c-0.8-0.5-1.6-0.8-2.4-1.1
|
||||
l-0.4-3.4c0-0.5-0.4-0.9-0.9-0.9h-0.7c-0.5,0-0.9,0.4-0.9,0.9l-0.4,3.4c-0.9,0.2-1.7,0.6-2.5,1.1c-0.4,0.2-0.6,0.7-0.4,1.1
|
||||
l2.2,6.8c0.3,0.9,1.2,1.6,2.2,1.6h0.2c1,0,1.9-0.6,2.2-1.6l2.2-6.8C158.5,452.4,158.3,451.9,157.9,451.7L157.9,451.7z"/>
|
||||
<path id="path43" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M166.4,458.3l-0.1-3.3c0-0.4-0.2-0.8-0.6-1
|
||||
l-0.7-0.4l-0.8-6.5c-0.1-0.4-0.4-0.8-0.9-0.8h-1.2c-0.4,0-0.8,0.3-0.9,0.8l-0.8,6.5l-0.7,0.4c-0.4,0.2-0.6,0.6-0.6,1l-0.1,3.3
|
||||
c0,1.6,1.2,2.9,2.8,2.9h1.4C165.1,461.2,166.3,459.9,166.4,458.3L166.4,458.3z"/>
|
||||
</g>
|
||||
<g id="Closet_Doors">
|
||||
<path id="path46" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M186.1,468.1l5.1,2.5l-5.1,2.5l0.3,1.1
|
||||
c1.9-0.9,5.8-2.8,5.8-2.8v-1.5l-5.9-2.8L186.1,468.1z"/>
|
||||
<path id="path48" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M186.1,478.8l5.1,2.5l-5.1,2.5l0.3,1.1
|
||||
c1.9-0.9,5.8-2.8,5.8-2.8v-1.5l-5.9-2.8L186.1,478.8z"/>
|
||||
</g>
|
||||
<path id="binary_sensor.mcu2_gpio13" inkscape:connector-curvature="0" inkscape:label="#rect469" style="fill:#29D9C2;" d="
|
||||
M247,474.7h-0.9c-1,0-1.9-0.8-1.9-1.9v-15.3c0-1,0.8-1.9,1.9-1.9h0.9c1,0,1.9,0.8,1.9,1.9v15.3C248.9,473.9,248,474.7,247,474.7z"
|
||||
/>
|
||||
<g id="binary_sensor.mcu3_gpio14" inkscape:label="#g1800">
|
||||
<path id="rect471" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M246.1,398.6h-0.9c-1,0-1.9-0.8-1.9-1.9v-15.3
|
||||
c0-1,0.8-1.9,1.9-1.9h0.9c1,0,1.9,0.8,1.9,1.9v15.3C247.9,397.8,247.1,398.6,246.1,398.6z"/>
|
||||
<path id="rect473" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M242.8,377.4h-15.3c-1,0-1.9-0.8-1.9-1.9v-0.9
|
||||
c0-1,0.8-1.9,1.9-1.9h15.3c1,0,1.9,0.8,1.9,1.9v0.9C244.7,376.6,243.9,377.4,242.8,377.4z"/>
|
||||
</g>
|
||||
<circle id="light.upstairs_lamp" style="fill:#231F26;" cx="234.6" cy="429.4" r="4.6"/>
|
||||
|
||||
<rect id="sensor.pirateweather_minutely_summary" x="10.3" y="342.4" inkscape:label="#rect395" style="fill:#CCCCCC;" width="74" height="59.3">
|
||||
</rect>
|
||||
</g>
|
||||
<g id="First_Floor">
|
||||
<g id="Floor_Plan-2">
|
||||
<path id="Floor_Plan_BG" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M298.4,243.1v32.2h2.7v75h47.8v2.5h-47.7
|
||||
V372h-2.7v17h2.6v53h-2.6v17h2.7v13.6h95v2.7h17v-2.7h3.1v2.7h17v-2.7h14v-13.3h2.7v-40.8h-2.7v-44.2h-2.6v-2.7h2.4v-0.2h2.5v0.4
|
||||
h0.8v7.6h14.7v2.7h56.8v-2.7h21.5v-0.1h5l10.5,10.8L557,392l11.9,12.2l1.9-1.9l2.5,2.6h4.6v2.7h16.9v-2.7h15.3l18.5-18.6v-40.1
|
||||
h8.8v2.7h17.4v-2.7h11.5c0-0.3-0.1-27.5-0.1-27.8h-22.8v-53h2.3v52.5h34.7v2.5l-2,2.1h-2.7V347h2.7v2.3h-12.1v28.8l-10,9.9h-5.2
|
||||
v-2.7h-17v2.7h-3.4l-19.5,19.5h-7.8V481h26.3v2.7h17V481h39.4v-1.9h2.6v2h23.7v2.7h18.5v-2.7h41.3l-0.1-37.4l-25.7,0.1v-0.9
|
||||
h-57.7v19.2h-2.6V347h3.7v2.6h-1.1v91.1h83.4v-72.2h2.6v-17H772v-31.2h-28.9v29.2H713v-2.6h27.7v-26.5h-22.9v-2.7h-1.9v-0.1h56.2
|
||||
v-50.8h2.7v-17h-2.7v-35.7h-44.3v-2.6h3.9v-26.7h-39.3v26.7h1.3v2.6h-1.2v103.6h2.8v2.7h4v0.1H690v-74.3h-44.3v3.2h-2.2v-5.7
|
||||
h46.4v-58.8h-23.8v-2.6h68v26.2H767V39h-5.9v-2.7H655.2V39h-10.6v19.7h-11.3V56h-52.5v2.7h-1.5V174h6.1v8.2h62.4v2.6h-5v0.1h-5.1
|
||||
v2.6h-55.6v8.3h-11.7v1.2h2.7c2.6,0.1,2.7,0.1,2.7,0.5l0.1,0.5h61.8v25h2.4v-22.4h2.7v0.1h2.7v27.7H573v-26h-8.1v-12h11.8v-132
|
||||
h-20.4v-2.7H530v2.7h-14.4v-2.7h-26.4v2.7h-19.5V86h-3v-2.7h-46.8V86h-2.5v8h-4.3v2.3h-2.7v3.3h-0.7V62.4h-18.9v-2.7h-26.4v2.7
|
||||
h-15.2v-2.7h-26.4v2.7h-22.1v128.1h108v-48.4h1V132h0.7v6.9h2.7v2.3h5.3v3.5h-6.3v45.8h5.8v2.6h-19.5l0.1,157.1h51v4.1h-2.4v-1.7
|
||||
h-27.4l-0.1,13.8l0.4,5.4h2.9v2.5h-5.6v-21.4h-44.5v-2.5h4v-0.2h2.6v-29.8h-2.7v-10h19.1v-52.3h-27.4v-2.6h27.4v-28.3h-25.7v16
|
||||
h-3.9v-2.6h1.3v-16h28.2v-31.5h-94.8v47.5h45.7v2.6L298.4,243.1z M458.9,190.5h11.2l2.7-0.1h73v128h-2.5v2.7l0,0v-128h-84.4
|
||||
L458.9,190.5z"/>
|
||||
<path id="Floor_Plan_Outline" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M712.5,486.4v-5.3h-23.7v-2h-2.6v2
|
||||
h-39.4v5.4L712.5,486.4z M416.3,477.9v-5.3h-3.1v5.3H416.3z M452.6,477.9v-18.6h-5.3v13.3h-14v5.3L452.6,477.9z M396.1,477.9
|
||||
v-5.3h-95V459h-5.7v18.9H396.1z M571,410.1h6.8v-5.3h-4.6l-2.5-2.6l-3.8,3.7L571,410.1z M295.4,442h5.7v-52.8h-5.7V442z
|
||||
M546.2,384.6l8.8,9.1l3.8-3.7l-10.5-10.8h-5v0.1h-21.5v5.3H546.2z M444.7,374.2h2.6v44.2h5.3v-33.8H465v-5.3h-14.7v-7.6h-0.8
|
||||
v-0.4H447v0.3h-2.4L444.7,374.2z M688.7,462.1v-19.2h57.7v0.9l25.7-0.1v37.4h-41.3v5.3h46.6l-0.1-40.4v-77.4H772v72.1h-83.3
|
||||
v-91.2h1.1v-2.6h-3.7v115.2L688.7,462.1z M301.1,372.1v-19.2h47.7v-2.5H301v-75h-5.6v96.8L301.1,372.1z M713.1,349.5h30.1v-29.2
|
||||
h28.9v31.2h5.3v-84.7h-5.3v50.8h-54.3v2.8h22.9v26.5h-27.6L713.1,349.5z M645.7,313.1v-47.8h-2.2v47.8H645.7z M578.2,228.4h67.2
|
||||
v-27.7h-5.3V223h-61.9L578.2,228.4z M543.3,193v128l0,0v-7.9h2.5V190.3h-73.1v0.1H459v2.6H543.3z M322.8,57.1h-27.5v186h51.2
|
||||
v-2.6h-45.7V193h94.9v31.6h-28.2v16h-1.3v2.6h3.9v-16h25.7v28.3h-27.4v2.6h27.4v52.3h-19.1v10h5.3v-4.6h11v31.9h-8.5v2.6h-7.9
|
||||
v0.2h-4v2.6h44.5v21.4h5.6V372h-3l-0.4-5.4l0.1-13.8l27.3-0.1v1.8h2.5v-4.1h-51l-0.1-157.1h19.5v-2.6h-5.8v-45.6h6.3v-3.5h-5.3
|
||||
v-2.3h-3.3v3.1h-1v48.4h-108V62.7h22.2L322.8,57.1z M364.5,62.4v-5.3h-15.2v5.3H364.5z M409.7,62.4v33.9h3.4V94h4.3v-8h2.4v-5.3
|
||||
H415V57.1h-24.2v5.3H409.7z M470.1,86V58.4h19.1v-5.3h-21.8v27.6h-0.7V86H470.1z M530,58.4v-5.3h-14.4v5.3H530z M576.8,58.4v132
|
||||
H565v12h10.7v-5.3h-5.4v-1.3h11.8v-8.2h55.5v-2.7h10.2v-2.6h-62.4v-8.1h-6.2V58.7h1.5v-5.5h-24.5v5.4L576.8,58.4z M644.6,58.6
|
||||
V38.9h10.6v-5.3h-15.9v19.5h-5.9v5.5H644.6z M643.5,243.6v5.8h2.2v-3.2H690v74.2h5.3v-2.7h-2.8V214.2h1.2v-2.6h-1.4v-26.7h39.3
|
||||
v26.7h-3.8v2.6h44.3v35.7h5.3v-41h-5.1V33.6h-11.2v5.3h6v169.4h-32.9v-26.2h-67.9v2.6H690v58.9H643.5z M666.2,317.9h14.1v1.3
|
||||
c0,1.2,0,1.3-1,2.3s-1.1,1.1-2.3,1.1h-1.2v3.5c-4.7,0-9.4,5.9-9.4,5.9L666.2,317.9z M594.8,410.1v-5.3h15.3l18.5-18.5v-40.1h8.8
|
||||
v5.3h-3.5v3.9h27v-3.9h-6v-5.3h15.5v0.8l-0.6-0.4v2.3l-3.6,0.4v28.8l-10,9.9H651v-5.3h3.1l6.9-6.8V358h-27v24.6l0,0v5.3h-3.4
|
||||
l-19.4,19.5h-7.8V481h26.3v5.4h-31.6v-76.3L594.8,410.1z"/>
|
||||
<rect id="rect1972" x="637.5" y="184.6" style="fill:#9A9A9B;" width="2.6" height="18.4"/>
|
||||
</g>
|
||||
<g id="Doors-2">
|
||||
<g id="Front_Doors">
|
||||
<g id="path13766">
|
||||
|
||||
<rect id="rect66" x="420.8" y="104.6" transform="matrix(1 -3.141335e-03 3.141335e-03 1 -0.3318 1.3232)" style="fill:#00ADEE;" width="0.5" height="3.4"/>
|
||||
</g>
|
||||
<g id="path13768">
|
||||
<path id="path69" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M443.8,84.6c0,6.3-2.5,12.3-7,16.7
|
||||
c-4.5,4.5-10.6,6.9-16.9,6.9v-0.5c6.2,0,12.1-2.4,16.5-6.8c4.4-4.3,6.9-10.2,6.8-16.4L443.8,84.6z"/>
|
||||
</g>
|
||||
<g id="path13770">
|
||||
<path id="path72" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M443.8,84.6c-0.1,12.7,10.2,23.1,22.9,23.2l0,0
|
||||
v0.5l0,0c-13-0.1-23.4-10.6-23.4-23.6L443.8,84.6z"/>
|
||||
</g>
|
||||
<g id="path13772">
|
||||
|
||||
<rect id="rect77" x="420.8" y="84.7" transform="matrix(1 -3.141335e-03 3.141335e-03 1 -0.2693 1.3231)" style="fill:#00ADEE;" width="0.5" height="3.4"/>
|
||||
</g>
|
||||
<g id="path13774">
|
||||
|
||||
<rect id="rect82" x="465.3" y="104.6" transform="matrix(1 -3.141335e-03 3.141335e-03 1 -0.3316 1.463)" style="fill:#00ADEE;" width="0.5" height="3.4"/>
|
||||
</g>
|
||||
<g id="path13776">
|
||||
<rect id="rect87" x="466.7" y="82.7" style="fill:#00ADEE;" width="0.5" height="3.4"/>
|
||||
</g>
|
||||
<g id="path13778">
|
||||
<polygon id="polygon92" style="fill:#071010;" points="421.3,87.9 421.3,104.5 420.8,104.5 420.8,87.9 "/>
|
||||
</g>
|
||||
<g id="path13780">
|
||||
<polygon id="polygon97" style="fill:#071011;" points="465.8,87.9 465.8,104.5 465.3,104.5 465.3,87.9 "/>
|
||||
</g>
|
||||
</g>
|
||||
<path id="path101" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M345.8,242.7c-0.1-10.5,7.8-19.3,18.3-20.4v20.3h2
|
||||
v-20.7c-11.4,0-20.6,9.2-20.6,20.6l0,0v0.1L345.8,242.7L345.8,242.7z"/>
|
||||
<path id="path103" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M423.3,374c-0.1,10.5,7.8,19.3,18.3,20.4v-20.3h2
|
||||
v20.7c-11.4,0-20.6-9.2-20.6-20.6v-0.1L423.3,374z"/>
|
||||
<path id="path107" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M666.8,183.4c0.1-10.5-7.8-19.3-18.3-20.4v20.3h-2
|
||||
v-20.7c11.4,0,20.6,9.2,20.6,20.6v0.1L666.8,183.4z"/>
|
||||
<path id="path109" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M644.1,227.7c8.2,0,15,6.2,15.7,14.4h-15.7v1.5h16
|
||||
c0.1-8.9-7.1-16.1-16-16.2V227.7z"/>
|
||||
<path id="path111" inkscape:connector-curvature="0" style="fill:none;" d="M678.3,322.5H677c1.2,0,1.3,0,2.3-1.1L678.3,322.5z"
|
||||
/>
|
||||
<path id="path113" inkscape:connector-curvature="0" style="fill:none;" d="M666.9,331l-0.4,0.7L666.9,331c0.4-0.9,1.1-1.7,2-2.4
|
||||
C668.1,329.3,667.4,330.1,666.9,331z"/>
|
||||
<path id="path115" inkscape:connector-curvature="0" style="fill:none;" d="M666.3,332.1v-5.5c0-0.2,0-0.4,0-0.5V332.1z"/>
|
||||
<path id="path5058" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M666.9,338.5c1.6,2.8,4.4,4.6,7.6,4.8l1.2,0.1
|
||||
v3.4l1.4,0.1l1.4,0.1l0.1,1.2l0.1,1.2h-5.3c-1.4,0.1-2.8,0-4.2-0.1l1.1-0.1v-1.1c0-0.9,0.1-1.1,0.3-1s0.3,0,0.3-0.4
|
||||
s0-0.5-2.1-0.5h-2.2V342c0-2.3,0-4.2,0.1-4.2c0.2,0.3,0.4,0.6,0.5,0.9L666.9,338.5z"/>
|
||||
<path id="path118" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M710.2,480.7c-0.1,10.5,7.8,19.3,18.3,20.4v-20.3
|
||||
h2v20.6c-11.3,0-20.5-9.3-20.5-20.6v-0.1H710.2z"/>
|
||||
<path id="path120" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M684.7,482c10.5,0.1,19.3-7.8,20.4-18.3h-20.4v-2
|
||||
h20.7c0,11.3-9.3,20.5-20.6,20.5h-0.1L684.7,482z"/>
|
||||
<path id="path122" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M664.9,350.9c-0.1,10.5,7.8,19.3,18.3,20.4V351h2
|
||||
v20.6c-11.4,0-20.6-9.2-20.6-20.6v-0.1H664.9z"/>
|
||||
<path id="path124" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M710.1,350.9c0.1,10.5-7.8,19.3-18.3,20.4V351h-2
|
||||
v20.6c11.4,0,20.6-9.2,20.6-20.6v-0.1H710.1z"/>
|
||||
<path id="path126" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M698.1,319.2c-0.1-10.5,7.8-19.3,18.3-20.4v20.3h2
|
||||
v-20.7c-11.4,0-20.6,9.2-20.6,20.6l0,0v0.1L698.1,319.2z"/>
|
||||
<path id="path128" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M669.9,319.2c-0.1-10.5,7.8-19.3,18.3-20.4v20.3h2
|
||||
v-20.7c-11.4,0-20.6,9.2-20.6,20.6l0,0v0.1L669.9,319.2z"/>
|
||||
</g>
|
||||
<g id="Down_Stairs">
|
||||
<rect id="rect131" x="573.3" y="197.9" style="fill:#616262;" width="64" height="25.8"/>
|
||||
<path id="path133" inkscape:connector-curvature="0" d="M578.4,224h59.2v-26.3h-64.5V224H578.4z M632.3,198.2h4.8v25.3h-4.8
|
||||
V198.2z M626.9,198.2h4.8v25.3h-4.8V198.2z M621.6,198.2h4.8v25.3h-4.8V198.2z M616.3,198.2h4.8v25.3h-4.8V198.2z M610.9,198.2
|
||||
h4.8v25.3h-4.8V198.2z M605.6,198.2h4.8v25.3h-4.8V198.2z M600.3,198.2h4.8v25.3h-4.8V198.2z M594.9,198.2h4.8v25.3h-4.8V198.2z
|
||||
M589.6,198.2h4.8v25.3h-4.8V198.2z M584.2,198.2h4.8v25.3h-4.8V198.2z M578.9,198.2h4.8v25.3h-4.8V198.2z M573.6,198.2h4.8v25.3
|
||||
h-4.8V198.2z"/>
|
||||
<path id="path135" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M585.1,210.8l-5.8,3.2l0.4-1.7h-3v-3h3l-0.3-1.7
|
||||
L585.1,210.8z"/>
|
||||
</g>
|
||||
<g id="Garage_Doors">
|
||||
<g id="Garage_Door_One">
|
||||
<rect id="rect138" x="655.9" y="38" style="fill:#939393;" width="104.3" height="14.9"/>
|
||||
<path id="path140" inkscape:connector-curvature="0" style="fill:#616262;" d="M655.8,52.9v17.9h0.5V52.9h103.9v18h0.5
|
||||
l-0.1-26.8V38h-46.5v-1.4c0-0.2-0.2-0.3-0.3-0.3l0,0H703c-0.2,0-0.3,0.2-0.3,0.3l0,0V38h-47L655.8,52.9L655.8,52.9z M656.3,41.5
|
||||
h103.8v5.1H656.3V41.5z M656.3,52.4v-5.3h103.8v5.3H656.3z M703.1,36.8h10.5V38h-10.5V36.8z M760.1,38.5V41H656.3v-2.5
|
||||
L760.1,38.5z"/>
|
||||
<g id="big_car">
|
||||
<path id="path14066" inkscape:connector-curvature="0" d="M724,88.4c-0.7,0-1.3-0.5-1.3-1.2V75c0-0.7,0.6-1.3,1.3-1.3
|
||||
s1.3,0.6,1.3,1.3v12.2C725.4,87.9,724.8,88.4,724,88.4z"/>
|
||||
<path id="path14068" inkscape:connector-curvature="0" d="M725.2,144c-0.7,0-1.3-0.5-1.3-1.2v-12.2c0-0.7,0.6-1.3,1.3-1.3
|
||||
s1.3,0.6,1.3,1.3v12.2C726.5,143.5,725.9,144,725.2,144z"/>
|
||||
<path id="path14070" inkscape:connector-curvature="0" d="M682.6,88.4c-0.7,0-1.3-0.5-1.3-1.2V75c0-0.7,0.6-1.3,1.3-1.3
|
||||
s1.3,0.6,1.3,1.3v12.2C683.9,87.9,683.3,88.4,682.6,88.4z"/>
|
||||
<path id="path14072" inkscape:connector-curvature="0" d="M681.6,144c-0.7,0-1.3-0.5-1.3-1.2v-12.2c0-0.7,0.6-1.3,1.3-1.3
|
||||
s1.3,0.6,1.3,1.3v12.2C682.9,143.5,682.3,144.1,681.6,144z"/>
|
||||
<path id="path14062" inkscape:connector-curvature="0" style="fill:#231F26;" d="M677.2,125.8c-0.1,0.6-0.1,1.3,0.2,1.9
|
||||
c0.5,0.7,3.2,1.8,4.5,1.5c0.1-0.8,0.1-1.6,0-2.4C680.5,126.5,677.2,125.8,677.2,125.8z"/>
|
||||
<path id="path14064" inkscape:connector-curvature="0" style="fill:#231F26;" d="M729.9,125.8c0.1,0.6,0.1,1.3-0.2,1.9
|
||||
c-0.5,0.7-3.2,1.8-4.5,1.5c-0.1-0.8-0.1-1.6,0-2.4C726.5,126.5,729.9,125.8,729.9,125.8z"/>
|
||||
<path id="path14074" inkscape:connector-curvature="0" style="fill:#231F26;" d="M725.9,151c0,2.2-8.8,8.4-12.1,8.4h-20.1
|
||||
c-5.3,0-12.7-6.8-12.4-8.8c0-1.6,1.9-76.4,2-78.9c1.3-5.4,10.6-8.2,20.3-8.2c10.7,0,19.8,3.2,20.3,8.3
|
||||
C723.8,75.1,725.8,148.8,725.9,151L725.9,151z"/>
|
||||
<path id="path14082" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M724,152.1c-0.6,1.6-4.5,5.1-8.8,6.4
|
||||
c1.3-1,0.6-0.8,1.9-1.6c2.6-1.1,5.8-4.6,5.8-4.6C723.3,152.3,723.7,152.2,724,152.1L724,152.1z"/>
|
||||
<path id="path14084" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M682.9,152.1c0.6,1.6,4.5,5.1,8.8,6.4
|
||||
c-1.3-1-0.6-0.8-1.9-1.6c-2.6-1.1-5.8-4.6-5.8-4.6C683.6,152.3,683.3,152.2,682.9,152.1L682.9,152.1z"/>
|
||||
<path id="path14086" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M718.1,75.5c-5.1-1.4-10.3-2.1-15.6-2.2
|
||||
c-6.1,0-10,0.9-13.5,2.5c-2.2-3.3-2.5-6-0.9-7.9c4.6-3.3,10.9-3.7,14.1-3.7c3.2-0.1,12.7,0.2,16.8,4.3
|
||||
C720.1,70.6,720.1,72.4,718.1,75.5L718.1,75.5z"/>
|
||||
<path id="path14088" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M712,118.7h-17c-0.8,0-1.4-0.5-1.4-1.3v-8.1
|
||||
c0-0.8,0.7-1.3,1.4-1.3h17c0.8,0,1.4,0.5,1.4,1.3v8.1C713.4,118.2,712.8,118.7,712,118.7z"/>
|
||||
<path id="path14090" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M722.1,133c-4.1,1.6-12.5,3.1-19,3
|
||||
s-10.5-0.9-18.4-2.8c1.8-4.9,4.3-8.6,4.9-12.3c0.7-1,7,0.7,12.8,0.7c4.9,0,9.7-0.4,14.5-1.1C718.3,125.5,721.5,129.5,722.1,133
|
||||
z"/>
|
||||
<path id="path14092" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M682.9,127.3c0-3.6,1-21.5,1-21.5l3.7-1.2
|
||||
c0,0,0.3,12.1-0.1,16C687.1,123.4,685.4,125.8,682.9,127.3L682.9,127.3z"/>
|
||||
<path id="path14094" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M724,127.3c0-3.6-1-21.5-1-21.5l-3.7-1.2
|
||||
c0,0-0.3,12.1,0.1,16C719.9,123.4,721.6,125.8,724,127.3L724,127.3z"/>
|
||||
<path id="path14096" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M688.2,103.1c0,0-3.9,1.6-4.2,1.4
|
||||
s-0.3-19.1,0.3-20.7c1.3-0.7,3.8,0.7,3.8,0.7C688.1,90.7,688.1,96.9,688.2,103.1L688.2,103.1z"/>
|
||||
<path id="path14098" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M719.3,103.1c0,0,3.5,1.6,3.8,1.4
|
||||
s0.3-19.1-0.3-20.7c-1.2-0.7-3.4,0.7-3.4,0.7L719.3,103.1z"/>
|
||||
<path id="path14100" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M688.2,82.5c-1.2-0.3-2.3-0.6-3.4-1.1
|
||||
c-0.1-1.8,0-3.7,0.4-5.5C687.6,77.1,688.4,80.7,688.2,82.5z"/>
|
||||
<path id="path14102" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M719.3,82.5c1.2-0.3,2.3-0.6,3.4-1.1
|
||||
c0.1-1.8,0-3.7-0.4-5.5C719.8,77.1,719,80.7,719.3,82.5z"/>
|
||||
<path id="path14076" inkscape:connector-curvature="0" style="fill:#050405;" d="M722.2,134c0.3,2.7,1.6,13.1,1.2,16.1
|
||||
c-1.1,1.8-5.2,6.5-9.2,7c-3.8,0.4-16.9,0.3-21.1,0c-4.2-1-8.1-4-9.6-7.7c0.3-5.6,1-12.3,1.3-15.5
|
||||
C697.6,138.4,709.5,138.7,722.2,134L722.2,134z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Garage_Door_Two">
|
||||
<rect id="rect163" x="581.6" y="58.1" style="fill:#939393;" width="51.2" height="14.9"/>
|
||||
<path id="path165" inkscape:connector-curvature="0" style="fill:#616262;" d="M581.6,73v17.9h0.3V73h50.9v18h0.4V58.1h-20.7
|
||||
v-1.4c0-0.2-0.2-0.3-0.3-0.3l0,0h-10.8c-0.2,0-0.3,0.2-0.3,0.3l0,0v1.4h-19.4L581.6,73z M581.9,61.7h50.9v5.1h-50.9V61.7z
|
||||
M581.9,72.5v-5.3h50.9v5.3H581.9z M601.5,56.9H612v1.2h-10.5V56.9z M632.7,58.6v2.5h-50.9v-2.5H632.7z"/>
|
||||
<g id="little_car">
|
||||
<path id="path14026" inkscape:connector-curvature="0" d="M623.4,101.7c-0.6,0-1.1-0.6-1-1.2c0,0,0,0,0-0.1V88c0-0.6,0.4-1,1-1
|
||||
s1,0.4,1,1l0,0v12.4C624.5,101.1,624.1,101.7,623.4,101.7C623.5,101.7,623.5,101.7,623.4,101.7z"/>
|
||||
<path id="path14028" inkscape:connector-curvature="0" d="M624.3,141.6c-0.6,0-1-0.5-1-1.1v-11.1c0-0.6,0.4-1,1-1s1,0.4,1,1
|
||||
l0,0v11.1C625.4,141.1,625,141.6,624.3,141.6z"/>
|
||||
<path id="path14030" inkscape:connector-curvature="0" d="M592.1,101.7c-0.6,0-1.1-0.6-1-1.2c0,0,0,0,0-0.1V88c0-0.6,0.4-1,1-1
|
||||
s1,0.4,1,1l0,0v12.4C593.2,101.1,592.8,101.7,592.1,101.7C592.2,101.7,592.2,101.7,592.1,101.7z"/>
|
||||
<path id="path14032" inkscape:connector-curvature="0" d="M591.2,141.6c-0.6,0-1-0.5-1-1.1v-11.1c0-0.6,0.4-1,1-1s1,0.4,1,1
|
||||
l0,0v11.1C592.3,141.1,591.9,141.6,591.2,141.6z"/>
|
||||
<path id="path14022" inkscape:connector-curvature="0" style="fill:#231F26;" d="M588,125c-0.1,0.6,0,1.2,0.1,1.7
|
||||
c0.9,0.9,2.1,1.4,3.4,1.4c0.1-0.7,0.1-1.4,0-2.2C590.4,125.7,588,125,588,125z"/>
|
||||
<path id="path14024" inkscape:connector-curvature="0" style="fill:#231F26;" d="M627.9,125c0.1,0.6,0,1.2-0.1,1.7
|
||||
c-0.9,0.9-2.1,1.4-3.4,1.4c-0.1-0.7-0.1-1.4,0-2.2C625.4,125.7,627.9,125,627.9,125z"/>
|
||||
<path id="path14034" inkscape:connector-curvature="0" style="fill:#231F26;" d="M624.8,148.9c0,1.7-6.7,6.5-9.2,6.5h-15.3
|
||||
c-4,0-9.6-5.2-9.4-6.8c0-1.2,1.4-59.2,1.5-61.1c1-4.2,8.1-6,15.5-6c8.2,0,14.9,2.2,15.3,6C623.3,90.3,624.8,147.3,624.8,148.9
|
||||
L624.8,148.9z"/>
|
||||
<path id="path14042" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M623.5,148.9c-0.4,1.4-3.4,4.7-6.7,5.8
|
||||
c1-0.9,0.4-0.7,1.4-1.4c1.7-1.1,3.2-2.5,4.4-4.1C622.9,149.1,623.2,149,623.5,148.9L623.5,148.9z"/>
|
||||
<path id="path14044" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M592.3,148.9c0.4,1.4,3.4,4.7,6.7,5.8
|
||||
c-1-0.9-0.4-0.7-1.4-1.4c-1.7-1.1-3.2-2.5-4.4-4.1C592.9,149.1,592.6,149,592.3,148.9L592.3,148.9z"/>
|
||||
<path id="path14046" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M619,92.6c-3.8-1.3-7.8-1.9-11.9-1.9
|
||||
c-4.6,0-7.6,0.8-10.2,2.3c-1.6-3-1.9-5.4-0.7-7.2c3.4-2.9,8.3-3.3,10.7-3.4s9.6,0.2,12.7,3.9C620.5,88.2,620.5,89.8,619,92.6z"
|
||||
/>
|
||||
<path id="path14048" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M622,131.6c-4.6,1.8-9.5,2.7-14.4,2.7
|
||||
c-5-0.1-8-0.8-14-2.6c1.4-4.4,3.3-7.8,3.7-11.1c0.5-0.9,5.3,0.7,9.7,0.7c3.7,0,7.4-0.4,11-1C619.1,124.8,621.6,128.4,622,131.6
|
||||
L622,131.6z"/>
|
||||
<path id="path14050" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M592.3,126.4c0-3.3,0.6-21.3,0.6-21.3l2.9,0.7
|
||||
c0,0,0.2,11,0,14.5C595.5,122.7,594.2,124.9,592.3,126.4z"/>
|
||||
<path id="path14052" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M623.5,126.4c0-3.3-0.8-21.3-0.8-21.3
|
||||
l-2.8,0.7c0,0-0.2,11,0,14.5C620.2,122.7,621.5,124.9,623.5,126.4z"/>
|
||||
<path id="path14054" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M595.9,104.2c-0.9-0.2-1.7-0.6-2.6-1
|
||||
c-0.1-1.7,0-3.3,0.3-5C595.5,99.3,596.1,102.5,595.9,104.2z"/>
|
||||
<path id="path14056" inkscape:connector-curvature="0" style="fill:#5B5A5B;" d="M619.8,104.2c0.9-0.2,1.7-0.6,2.6-1
|
||||
c0.1-1.7,0-3.3-0.3-5C620.2,99.3,619.7,102.5,619.8,104.2z"/>
|
||||
<path id="path14036" inkscape:connector-curvature="0" style="fill:#050405;" d="M622.1,132.5c0.2,2.5,1.2,11.9,0.9,14.6
|
||||
c-0.8,1.7-3.9,5.8-7,6.3c-5.3,0.3-10.7,0.3-16,0c-3.4-1-6.1-3.6-7.3-6.9c0.3-5,0.7-11.1,1-14.1
|
||||
C603.4,136.5,612.4,136.8,622.1,132.5L622.1,132.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Closet_Doors-2" transform="translate(-1.5943061,-0.0569395)">
|
||||
<path id="path186" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M637.4,387.2l3.1,9.9h1.9l3-9.9l-1-0.5l-3,9.9
|
||||
l-3.1-9.9L637.4,387.2z"/>
|
||||
<path id="path188" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M653.6,347.4l1.9-5l2,5l0.6-0.2l-2-5h-1.2l-1.9,5
|
||||
L653.6,347.4z"/>
|
||||
<path id="path190" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M641.6,347.4l1.9-5l2,5l0.6-0.2l-2-5h-1.2l-1.9,5
|
||||
L641.6,347.4z"/>
|
||||
<path id="path192" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M725,336.8l8.9,4.3l-8.9,4.4l0.5,1.9
|
||||
c3.3-1.6,10.1-4.9,10.1-4.9v-2.6l-10.3-5L725,336.8z"/>
|
||||
<path id="path194" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M747.9,349.9l4.3-8.9l4.4,8.9l1.9-0.5
|
||||
c-1.6-3.3-4.9-10.1-4.9-10.1H751l-4.9,10.3L747.9,349.9z"/>
|
||||
<path id="path196" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M765.1,349.9l4.3-8.9l4.4,8.9l1.9-0.5
|
||||
c-1.6-3.3-4.9-10.1-4.9-10.1h-2.6l-4.9,10.3L765.1,349.9z"/>
|
||||
<path id="path198" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M699.6,213l4.3-8.9l4.4,8.9l1.9-0.5
|
||||
c-1.6-3.3-4.9-10.1-4.9-10.1h-2.6l-4.9,10.3L699.6,213z"/>
|
||||
<path id="path200" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M720.8,213l4.3-8.9l4.4,8.9l1.9-0.5
|
||||
c-1.6-3.3-4.9-10.1-4.9-10.1h-2.6l-5,10.3L720.8,213z"/>
|
||||
<path id="path13944" inkscape:connector-curvature="0" style="fill:#616262;" d="M376.1,352.2v-0.8h-17.8v0.8H376.1z"/>
|
||||
<path id="path203" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M381.3,348.5l-8.9-4.3l8.9-4.4l-0.5-1.9
|
||||
c-3.3,1.6-10.1,4.9-10.1,4.9v2.6l10.3,5L381.3,348.5z"/>
|
||||
<path id="path205" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M381.3,331.4l-8.9-4.3l8.9-4.4l-0.5-1.9
|
||||
c-3.3,1.6-10.1,4.9-10.1,4.9v2.6l10.3,5L381.3,331.4z"/>
|
||||
<path id="path198-7" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M646.1,186.7l2.1,6.2l-2.2,5.4l0.1,2.5
|
||||
c0.8-2,2.5-5.9,2.5-5.9v-3.4l-2.5-7.1L646.1,186.7z"/>
|
||||
</g>
|
||||
<g id="Bed">
|
||||
<path id="path208" inkscape:connector-curvature="0" style="fill:#231F26;" d="M304.1,391.9c0-2,1.6-3.6,3.6-3.6s3.6,1.6,3.6,3.6
|
||||
c0,0.5-0.1,1-0.3,1.5c1.2-1.3,2.9-2,4.7-2l8.3-0.1c0.3-0.4,0.8-0.6,1.3-0.6h6.3c0.5,0,1,0.2,1.3,0.6l27-0.2c1.8,0,3.5,0.7,4.7,2
|
||||
c0.8-1.7,2.8-2.5,4.5-1.7c1.2,0.5,2,1.7,2,3.1l0.3,38.3c0,1.9-1.5,3.4-3.4,3.4c-1.3,0-2.5-0.8-3.1-2c-1.2,1.3-2.9,2-4.7,2
|
||||
l-27,0.2c-0.3,0.4-0.8,0.6-1.3,0.6h-6.3c-0.5,0-1-0.2-1.3-0.6l-8.3,0.1c-1.8,0-3.5-0.7-4.7-2c0.2,0.5,0.3,1,0.3,1.5
|
||||
c0,2-1.6,3.6-3.6,3.6s-3.6-1.6-3.6-3.6l0,0L304.1,391.9z"/>
|
||||
<path id="path210" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M307.7,389c1.6,0,2.9,1.3,2.9,2.9
|
||||
c0,0.4-0.1,0.8-0.2,1.2l1.2,0.8c1.1-1.1,2.6-1.8,4.2-1.8l8.7-0.1l0.2-0.2c0.2-0.2,0.5-0.4,0.8-0.4h6.3c0.3,0,0.6,0.1,0.8,0.3
|
||||
l0.2,0.2l27.3-0.2c1.6,0,3.1,0.6,4.2,1.7l0.7,0.7l0.4-0.9c0.6-1.4,2.2-2,3.6-1.3c0.9,0.4,1.6,1.4,1.6,2.4l0.1,38.4
|
||||
c0,1.5-1.2,2.7-2.7,2.7l0,0l0,0c-1.1,0-2-0.6-2.5-1.6l-0.4-0.9l-0.7,0.7c-1.1,1.2-2.6,1.8-4.1,1.8l-27.3,0.2l-0.2,0.2
|
||||
c-0.2,0.2-0.5,0.4-0.8,0.4h-6.4c-0.3,0-0.6-0.1-0.8-0.3l-0.2-0.2l-8.7,0.1c-1.6,0-3.1-0.6-4.2-1.7l-1.1,0.8
|
||||
c0.6,1.5,0,3.1-1.5,3.8c-1.5,0.6-3.1,0-3.8-1.5c-0.2-0.4-0.2-0.7-0.2-1.1l-0.3-44.1C304.7,390.3,306,389,307.7,389L307.7,389z
|
||||
M307.7,394c1.2,0,2.2-1,2.2-2.2s-1-2.2-2.2-2.2s-2.2,1-2.2,2.2S306.5,394,307.7,394z M332.2,435.6l-0.3-43.5H325l0.2,43.5H332.2
|
||||
z M367.7,396.3c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2l0,0v0.1C365.7,395.5,366.6,396.3,367.7,396.3z M360.2,434.8
|
||||
c2.8,0,5-2.3,5-5l0,0v-0.1l-0.2-32.2c0-2.8-2.3-5-5-5l0,0l-27.3,0.2L333,435L360.2,434.8z M324.5,435.1l-0.3-42.3l-8.6,0.1
|
||||
c-2.8,0-5,2.3-5,5l0,0v0.1l0.2,32.2c0,2.8,2.3,5,5,5l0,0l0,0L324.5,435.1z M310.8,433c-0.5-0.9-0.8-1.9-0.8-2.9l-0.2-32.2
|
||||
c0-1,0.3-2,0.8-2.9l-1.1-0.9c-0.5,0.4-1.2,0.7-1.9,0.7l0,0c-0.4,0-0.8-0.1-1.2-0.2l-1-0.4l0.3,39.7l1-0.4
|
||||
c0.4-0.2,0.8-0.2,1.2-0.2c0.7,0,1.3,0.2,1.9,0.7L310.8,433z M369.7,396.5l-1,0.4c-0.6,0.3-1.4,0.3-2,0l-1-0.4l0.2,34.1l1-0.4
|
||||
c0.3-0.1,0.7-0.2,1-0.2l0,0c0.3,0,0.7,0.1,1,0.2l1,0.4L369.7,396.5z M368,434.8c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2l0,0v0.1
|
||||
C365.9,433.9,366.8,434.8,368,434.8z M308,438.3c1.2,0,2.2-1,2.2-2.2s-1-2.2-2.2-2.2s-2.2,1-2.2,2.2S306.8,438.3,308,438.3z"/>
|
||||
<path id="path212" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M320,416.5c1.2,0,2.2,1,2.2,2.2v10.6
|
||||
c0,1.2-1,2.2-2.2,2.2h-4.3c-1.2,0-2.2-1-2.2-2.2l-0.1-10.6c0-1.2,1-2.2,2.2-2.2H320z M320,430.9c0.9,0,1.6-0.7,1.6-1.6l0,0l0,0
|
||||
l-0.1-10.6c0-0.8-0.7-1.5-1.6-1.6h-4.3c-0.9,0-1.6,0.7-1.6,1.6l0,0l0,0l0.1,10.6c0,0.9,0.7,1.6,1.6,1.6H320z"/>
|
||||
<path id="path214" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M320,396.4c1.2,0,2.2,1,2.2,2.2v10.6
|
||||
c0,1.2-1,2.2-2.2,2.2h-4.3c-1.2,0-2.2-1-2.2-2.2l-0.1-10.6c0-1.2,1-2.2,2.2-2.2H320z M320,410.8c0.9,0,1.6-0.7,1.6-1.6l0,0l0,0
|
||||
l-0.1-10.6c0-0.9-0.7-1.6-1.6-1.6h-4.3c-0.9,0-1.6,0.7-1.6,1.6l0,0l0,0l0.1,10.6c0,0.9,0.7,1.6,1.6,1.6H320z"/>
|
||||
<path id="path216" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M315.7,405.5c-0.9-1-0.9-2.6,0.1-3.5l0,0l0.1-0.1
|
||||
c0.3-0.2,0.6-0.3,1-0.4v1.1c-0.2,0-0.4,0.1-0.6,0.3c-0.5,0.5-0.5,1.2,0,1.7l0,0l0.1,0.1c0.4,0.3,0.9,0.4,1.4,0.3
|
||||
c0.5,0,0.9-0.1,1.3-0.4c0.3-0.2,0.5-0.6,0.4-0.9c0-0.3-0.1-0.7-0.4-0.9c-0.2-0.1-0.4-0.2-0.6-0.3v-1.1c0.5,0.1,1,0.3,1.4,0.7
|
||||
c0.4,0.4,0.6,0.9,0.5,1.5c0,0.7-0.2,1.3-0.7,1.8c-0.6,0.5-1.3,0.7-2,0.6C317.1,406.3,316.3,406,315.7,405.5L315.7,405.5z"/>
|
||||
<path id="path218" inkscape:connector-curvature="0" style="fill:#9A9A9B;" d="M318.8,425.2c0.2,0,0.4-0.1,0.5-0.2
|
||||
c0.2-0.2,0.4-0.6,0.3-0.9c0-0.2,0-0.4-0.1-0.6c-0.1-0.3-0.3-0.5-0.6-0.5c-0.2,0-0.3,0.1-0.4,0.2c-0.1,0.2-0.2,0.5-0.2,0.7
|
||||
l-0.1,0.6c-0.1,0.4-0.2,0.8-0.4,1.1c-0.2,0.3-0.7,0.5-1.1,0.5s-0.9-0.2-1.2-0.5c-0.3-0.4-0.5-1-0.5-1.5s0.1-1,0.4-1.4
|
||||
s0.8-0.6,1.3-0.6v1c-0.3,0-0.5,0.2-0.7,0.4c-0.1,0.2-0.1,0.4-0.1,0.7c0,0.2,0,0.5,0.2,0.7c0.1,0.2,0.3,0.3,0.5,0.3
|
||||
s0.3-0.1,0.4-0.2c0.1-0.2,0.2-0.5,0.2-0.7l0.2-0.9c0.1-0.3,0.2-0.6,0.4-0.9c0.3-0.3,0.7-0.5,1.1-0.5c0.5,0,0.9,0.2,1.2,0.6
|
||||
c0.3,0.4,0.5,1,0.5,1.6s-0.1,1.2-0.5,1.6c-0.3,0.4-0.8,0.6-1.3,0.6L318.8,425.2z"/>
|
||||
<path id="binary_sensor.upstairs_living_room_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M220.8,437h-6.3c-0.8,0-1.4-0.6-1.4-1.4v-7.1c0-0.8,0.6-1.4,1.4-1.4h6.3c0.8,0,1.4,0.6,1.4,1.4v7.1
|
||||
C222.2,436.3,221.5,437,220.8,437z"/>
|
||||
<path id="binary_sensor.upstairs_bedroom_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M237.5,452.9h-6.3c-0.8,0-1.4-0.6-1.4-1.4v-7.1c0-0.8,0.6-1.4,1.4-1.4h6.3c0.8,0,1.4,0.6,1.4,1.4v7.1
|
||||
C238.9,452.3,238.3,452.9,237.5,452.9z"/>
|
||||
</g>
|
||||
<g id="DS_bathroom_icon">
|
||||
<path id="path226" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M663.4,273.1c0-1.3-1.1-2.4-2.4-2.4
|
||||
c-1.3,0-2.4,1.1-2.4,2.4s1.1,2.4,2.4,2.4C662.4,275.6,663.4,274.5,663.4,273.1z"/>
|
||||
<path id="path228" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M668.4,273.1c0,1.3,1.1,2.4,2.4,2.4
|
||||
c1.3,0,2.4-1.1,2.4-2.4s-1.1-2.4-2.4-2.4l0,0C669.5,270.7,668.5,271.8,668.4,273.1z"/>
|
||||
<path id="path230" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M666.3,287.1L666.3,287.1c0.8,0.5,1.7,0.9,2.6,1.1
|
||||
l0.5,3.6c0,0.5,0.5,0.9,1,0.9h0.7c0.5,0,1-0.4,1-0.9l0.4-3.6c0.9-0.2,1.9-0.6,2.7-1.2c0.4-0.3,0.6-0.8,0.5-1.2l-2.4-7.4
|
||||
c-0.3-1-1.2-1.7-2.2-1.7h-0.4c-1.1,0-2,0.7-2.4,1.7l-2.4,7.4C665.7,286.3,665.9,286.9,666.3,287.1L666.3,287.1z"/>
|
||||
<path id="path232" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M657.1,280l0.1,3.6c0,0.4,0.2,0.9,0.6,1.1l0.7,0.4
|
||||
l0.9,7c0.1,0.5,0.5,0.8,0.9,0.8h1.3c0.5,0,0.9-0.4,0.9-0.8l0.9-7l0.7-0.4c0.4-0.2,0.6-0.6,0.6-1.1l0.1-3.6c0-1.7-1.4-3.1-3.1-3.2
|
||||
h-1.6C658.5,276.8,657.1,278.2,657.1,280L657.1,280C657.1,279.9,657.1,279.9,657.1,280L657.1,280z"/>
|
||||
</g>
|
||||
<g id="Room_Titles">
|
||||
|
||||
<text id="text741" transform="matrix(1 0 0 1 342.304 459.5171)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">MASTER BEDROOM</text>
|
||||
|
||||
<text id="text743" transform="matrix(1 0 0 1 439.8078 270.2926)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">LIVING ROOM</text>
|
||||
|
||||
<text id="text745" transform="matrix(1 0 0 1 545.5562 363.7995)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">DINING ROOM</text>
|
||||
|
||||
<text id="text747" transform="matrix(1 0 0 1 568.6262 287.4074)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">KITCHEN</text>
|
||||
|
||||
<text id="text749" transform="matrix(1 0 0 1 706.9354 267.2558)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">BEDROOM</text>
|
||||
|
||||
<text id="text751" transform="matrix(1 0 0 1 706.9044 394.0989)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">BEDROOM</text>
|
||||
|
||||
<text id="text753" transform="matrix(1 0 0 1 680.3783 172.646)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">GARAGE</text>
|
||||
|
||||
<text id="text755" transform="matrix(1 0 0 1 489.1469 123.3208)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">DINING ROOM</text>
|
||||
<g id="text253">
|
||||
|
||||
<text id="text757" transform="matrix(1 0 0 1 633.9917 436.3395)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">STUD</text>
|
||||
|
||||
<text id="text759" transform="matrix(1 0 0 1 661.394 436.3395)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">Y</text>
|
||||
</g>
|
||||
<g id="text257">
|
||||
|
||||
<text id="text762" transform="matrix(1 0 0 1 337.1457 125.5865)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">STUD</text>
|
||||
|
||||
<text id="text764" transform="matrix(1 0 0 1 364.5471 125.5865)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">Y</text>
|
||||
</g>
|
||||
<g id="text263" transform="translate(-4,-8)">
|
||||
|
||||
<text id="text767" transform="matrix(1 0 0 1 707.4887 463.5388)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">B</text>
|
||||
|
||||
<text id="text769" transform="matrix(1 0 0 1 714.7524 463.5388)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">A</text>
|
||||
|
||||
<text id="text771" transform="matrix(1 0 0 1 721.2817 463.5388)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">THROOM</text>
|
||||
</g>
|
||||
<g id="text263-2" transform="translate(359.01017,164.15588)">
|
||||
|
||||
<text id="text767-4" transform="matrix(1 0 0 1 -40.817 121.3661)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">B</text>
|
||||
|
||||
<text id="text769-6" transform="matrix(1 0 0 1 -33.5523 121.3661)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">A</text>
|
||||
|
||||
<text id="text771-7" transform="matrix(1 0 0 1 -27.025 121.3661)" style="fill:#757575; font-family:'Helvetica'; font-size:10.0628px;">THROOM</text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Refresh" onclick="location.reload();" transform="translate(4.6672742,34.537829)">
|
||||
<path id="rect267" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M18.6,524.8h126c9.8,0,17.7,7.9,17.7,17.8v0.1
|
||||
c0,9.8-7.9,17.8-17.7,17.8h-126c-9.8,0-18.6-7.9-18.6-17.8v-0.1C-0.1,532.8,8.8,524.8,18.6,524.8z"/>
|
||||
|
||||
<text id="text777" transform="matrix(1 0 0 1 34.3664 549.093)" style="fill:#29D9C2; font-family:'Helvetica'; font-size:18.8936px;">REFRESH</text>
|
||||
</g>
|
||||
<g id="Left_Buttons">
|
||||
<path id="rect320_2_" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M264.5,250.9H37.2c-6.8,0-12.3-5.5-12.3-12.3
|
||||
V193c0-6.8,5.5-12.3,12.3-12.3h227.2c6.8,0,12.3,5.5,12.3,12.3v45.7C276.8,245.5,271.3,250.9,264.5,250.9L264.5,250.9z"/>
|
||||
<path id="rect326_1_" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M265.4,329.8H38.1c-6.8,0-12.3-5.5-12.3-12.3
|
||||
v-45.7c0-6.8,5.5-12.3,12.3-12.3h227.2c6.8,0,12.3,5.5,12.3,12.3v45.7C277.6,324.3,272.1,329.8,265.4,329.8L265.4,329.8z"/>
|
||||
|
||||
<text id="text823" transform="matrix(1 0 0 1 34.2526 211.4987)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:30px;">Carlo</text>
|
||||
|
||||
<text id="text825" transform="matrix(1 0 0 1 151.8232 211.4987)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:30px;">Stacey</text>
|
||||
|
||||
<text id="text828" transform="matrix(1 0 0 1 32.4714 304.6942)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:30px;">Alarm</text>
|
||||
<path id="rect339" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M31.7,120.3h109.6c3.7,0,6.7,3.9,6.7,8.8v31.7
|
||||
c0,4.8-3,8.8-6.7,8.8H31.7c-3.7,0-6.7-3.9-6.7-8.8V129C25,124.2,28,120.3,31.7,120.3z"/>
|
||||
|
||||
<text id="text837" transform="matrix(1 0 0 1 33.6064 137.8101)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:17.93px;">First Floor</text>
|
||||
<path id="rect348" inkscape:connector-curvature="0" style="fill:#3D3B3F;" d="M160.5,120.4H270c3.7,0,6.7,4.9,6.7,9.8v31.7
|
||||
c0,4.8-3,7.8-6.7,7.8H160.5c-3.7,0-6.7-3.9-6.7-8.8v-31.7C153.8,124.3,156.8,120.4,160.5,120.4z"/>
|
||||
|
||||
<text id="text843" transform="matrix(1 0 0 1 161.9286 138.2629)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:17.93px;">Second Floor</text>
|
||||
|
||||
<path id="path5264-8" inkscape:connector-curvature="0" inkscape:transform-center-x="-7.873455" inkscape:transform-center-y="-0.27149958" style="fill:#00ADEE;" d="
|
||||
M106.1,397.8c0,0-6.3,6.6-6.3,10.6c0.2,3.5,3.3,6.1,6.7,5.9c3.1-0.2,5.6-2.7,5.9-5.9C112.4,404.5,106.1,397.8,106.1,397.8
|
||||
M108.7,404.5l1.1,1l-6.4,5.9l-1.1-1 M103.7,404.5c0.7,0,1.3,0.5,1.3,1.2l0,0l0,0c0,0.7-0.6,1.2-1.3,1.2l0,0l0,0
|
||||
c-0.7,0-1.3-0.5-1.3-1.2l0,0l0,0C102.5,405,103.1,404.5,103.7,404.5L103.7,404.5L103.7,404.5 M108.5,409c0.7,0.1,1.1,0.7,1.1,1.3
|
||||
c0,0.6-0.7,1.1-1.3,1.1c-0.7-0.1-1.1-0.6-1.1-1.2l0,0C107.2,409.4,107.7,408.9,108.5,409L108.5,409z"/>
|
||||
|
||||
<path id="path5264-8-6" inkscape:connector-curvature="0" inkscape:transform-center-x="-9.6233928" inkscape:transform-center-y="-0.33184113" style="fill:#00ADEE;" d="
|
||||
M138.5,147.3c0,0-6.3,6.6-6.3,10.5c0.2,3.5,3.3,6.1,6.8,5.9c3.2-0.2,5.7-2.7,5.9-5.9C144.8,153.9,138.5,147.3,138.5,147.3
|
||||
M141.1,153.9l1.1,1l-6.3,6l-1.1-1 M136.1,154c0.7,0,1.3,0.5,1.3,1.2l0,0l0,0c0,0.7-0.6,1.3-1.3,1.2l0,0l0,0
|
||||
c-0.7,0-1.3-0.5-1.3-1.2l0,0l0,0C134.8,154.5,135.4,154,136.1,154L136.1,154L136.1,154 M140.8,158.4c0.7,0,1.2,0.6,1.1,1.3
|
||||
c-0.1,0.7-0.6,1.2-1.3,1.1c-0.6,0-1.1-0.6-1.1-1.2l0,0C139.5,158.9,140.1,158.4,140.8,158.4L140.8,158.4z"/>
|
||||
|
||||
<path id="path5264-8-6-3" inkscape:connector-curvature="0" inkscape:transform-center-x="-9.6233928" inkscape:transform-center-y="-0.33184113" style="fill:#00ADEE;" d="
|
||||
M266.4,148.4c0,0-6.3,6.6-6.3,10.5c0.2,3.5,3.3,6.1,6.8,5.9c3.2-0.2,5.7-2.7,5.9-5.9C272.7,155,266.4,148.4,266.4,148.4 M269,155
|
||||
l1.1,1l-6.3,6l-1.1-1 M264,155.1c0.7,0,1.3,0.5,1.3,1.2l0,0l0,0c0,0.7-0.6,1.3-1.3,1.2l0,0l0,0c-0.7,0-1.3-0.5-1.3-1.2l0,0l0,0
|
||||
C262.7,155.6,263.3,155,264,155.1L264,155.1L264,155.1 M268.8,159.5c0.7,0,1.2,0.6,1.1,1.3s-0.6,1.2-1.3,1.1
|
||||
c-0.6,0-1.1-0.6-1.1-1.2l0,0C267.5,160,268,159.5,268.8,159.5C268.7,159.5,268.7,159.5,268.8,159.5L268.8,159.5z"/>
|
||||
</g>
|
||||
|
||||
<line id="edge_camera_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="810.3" y1="142.2" x2="1000.3" y2="142.2"/>
|
||||
<line id="edge_camera_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="810.3" y1="35.2" x2="1000.3" y2="35.2"/>
|
||||
<rect id="camera.front_door" x="809.8" y="36.3" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<g id="poweredby">
|
||||
<g>
|
||||
<defs>
|
||||
<rect id="SVGID_1_" x="814.3" y="548.7" width="185" height="35.6"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g style="clip-path:url(#SVGID_2_);">
|
||||
<defs>
|
||||
<rect id="SVGID_3_" x="814.3" y="548.7" width="185" height="35.6"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_4_">
|
||||
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M847.3,569.9c-0.3-0.9-0.9-1.7-1.8-2.3c-0.8-0.5-1.8-0.8-2.7-0.7
|
||||
c-0.7,0-1.4,0.1-2,0.5c-0.6,0.4-1.1,0.8-1.5,1.4v-1.7h-1.9v1.1H828c-0.1-0.9-0.9-1.5-1.8-1.5c-1,0-1.8,0.8-1.8,1.8
|
||||
s0.8,1.8,1.8,1.8c1,0,1.7-0.7,1.8-1.7h9.5l0,7.6h-6.7c-0.1-0.9-0.9-1.7-1.8-1.7c-1,0-1.8,0.8-1.8,1.8c0,1,0.8,1.8,1.8,1.8
|
||||
c0.9,0,1.7-0.7,1.8-1.5h6.7v7.3h2v-6c0.4,0.5,0.8,0.9,1.4,1.1c0.6,0.2,1.2,0.4,1.9,0.4c0.9,0,1.8-0.3,2.6-0.7
|
||||
c0.9-0.5,1.6-1.3,2-2.2c0.4-1.1,0.6-2.2,0.6-3.4C848,572,847.7,570.9,847.3,569.9 M826.2,569.9c-0.8,0-1.4-0.6-1.4-1.4
|
||||
s0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4S827,569.9,826.2,569.9 M829,577.8c-0.8,0-1.4-0.6-1.4-1.4s0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4S829.8,577.8,829,577.8 M845,576.8L845,576.8c-0.6,0.8-1.5,1.2-2.4,1.2c-0.9,0-1.7-0.4-2.3-1.1
|
||||
c-0.8-1-1.1-2.2-1-3.5c-0.1-1.3,0.2-2.5,1-3.5c0.6-0.8,1.4-1.2,2.4-1.2c0.9,0,1.7,0.4,2.3,1.1c0.7,1,1.1,2.3,1,3.5
|
||||
C846.1,574.5,845.7,575.8,845,576.8"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M859.6,568.4c-1.1-1.1-2.6-1.7-4.1-1.6c-1.4,0-2.8,0.5-3.9,1.4
|
||||
c-1.3,1.3-2,3.1-1.9,5c-0.1,1.8,0.5,3.5,1.7,4.8c1.1,1.1,2.6,1.7,4.1,1.6c1,0,2-0.3,2.9-0.8c0.8-0.5,1.5-1.3,2-2.1
|
||||
c0.5-1.2,0.8-2.5,0.8-3.7C861.3,571.3,860.7,569.7,859.6,568.4 M858,576.7c-0.6,0.7-1.5,1.2-2.5,1.1c-1,0.1-2-0.4-2.6-1.1
|
||||
c-0.7-1-1.1-2.3-1-3.5c-0.1-1.2,0.3-2.4,1-3.4c0.7-0.7,1.6-1.1,2.6-1.1c1,0,1.9,0.4,2.5,1.1c0.7,1,1.1,2.2,1,3.4
|
||||
C859.1,574.4,858.7,575.7,858,576.7L858,576.7z"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M865.8,579.3l-3.7-12.1h2.1l1.9,7l0.7,2.6c0-0.1,0.3-1,0.6-2.5l1.9-7.1
|
||||
h2.1l1.9,7l0.6,2.4l0.8-2.4l2.1-7h2l-3.7,12.1H873l-1.9-7.2l-0.5-2.1l-2.5,9.4L865.8,579.3z"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M891.1,573c0.1-1.7-0.4-3.3-1.5-4.6c-1-1.1-2.5-1.7-4-1.6
|
||||
c-1.6,0-3.1,0.6-4.1,1.7c-1.2,1.3-1.8,3-1.6,4.8c-0.1,1.7,0.4,3.3,1.5,4.6c1.1,1.1,2.7,1.7,4.2,1.6c1.2,0,2.5-0.3,3.5-1
|
||||
c0.9-0.7,1.6-1.7,1.9-2.9l-2.1-0.2c-0.2,0.8-0.7,1.4-1.4,1.7c-0.5,0.4-1.2,0.6-1.9,0.6c-1,0-1.9-0.4-2.5-1.1
|
||||
c-0.7-0.9-1.1-2-1.1-3.1h9.1L891.1,573z M882.1,572.1c0-1,0.4-1.9,1.1-2.5c0.6-0.7,1.5-1,2.4-1c1,0,1.9,0.5,2.5,1.2
|
||||
c0.4,0.7,0.7,1.4,0.8,2.3L882.1,572.1z"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M893.6,579.3v-12.1h1.9v1.8c0.3-0.6,0.8-1.2,1.3-1.8
|
||||
c0.4-0.3,0.9-0.4,1.4-0.4c0.7,0,1.5,0.2,2.1,0.6l-0.8,1.9c-0.5-0.2-1-0.4-1.5-0.4c-0.4,0-0.9,0.1-1.2,0.4
|
||||
c-0.4,0.3-0.7,0.7-0.8,1.1c-0.3,0.8-0.4,1.6-0.4,2.4v6.3h-2V579.3z"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M912,573c0.1-1.7-0.4-3.3-1.5-4.6c-1-1.1-2.5-1.7-4-1.6
|
||||
c-1.6-0.1-3.1,0.6-4.1,1.7c-1.2,1.3-1.7,3-1.6,4.8c-0.1,1.7,0.4,3.3,1.5,4.6c1.1,1.1,2.7,1.7,4.3,1.6c1.2,0,2.5-0.3,3.5-1
|
||||
c0.9-0.7,1.6-1.7,1.9-2.9l-2.1-0.2c-0.2,0.8-0.7,1.4-1.4,1.7c-0.5,0.4-1.2,0.6-1.9,0.6c-1,0-1.9-0.4-2.5-1.1
|
||||
c-0.7-0.9-1.1-2-1.1-3.1h9.1V573z M903,572.1c0-0.9,0.4-1.8,1.1-2.5c0.6-0.7,1.5-1,2.4-1c1,0,1.9,0.5,2.5,1.2
|
||||
c0.4,0.7,0.7,1.5,0.8,2.3L903,572.1z"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M922.3,562.7v6c-0.3-0.5-0.8-1-1.4-1.2c-0.6-0.4-1.3-0.5-2-0.5
|
||||
c-1,0-1.9,0.3-2.7,0.7c-0.9,0.5-1.5,1.3-1.7,2.3c-0.4,1-0.6,2.1-0.6,3.3c0,1.1,0.2,2.2,0.6,3.3c0.4,0.9,1,1.7,1.9,2.3
|
||||
c0.8,0.5,1.7,0.8,2.6,0.7c1.4,0.1,2.7-0.6,3.4-1.7l0,1.7h2l0-16.8H922.3z M921.5,576.7c-1.4,1.6-5.6,2.5-5.6-3.5
|
||||
c-0.1-1.3,0.3-2.5,1-3.5c0.5-0.7,1.4-1.1,2.2-1.1c0.9,0,1.8,0.4,2.4,1.1c0.7,1.1,1.1,2.3,1,3.6
|
||||
C922.6,574.5,922.2,575.7,921.5,576.7"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M944.2,570.6c-0.2-0.7-0.6-1.4-1-2c-0.4-0.5-1-1-1.6-1.2
|
||||
c-0.6-0.3-1.3-0.5-2.1-0.5c-1.3,0-2.6,0.6-3.4,1.6v-6h-2l0,16.9h1.9v-1.4c0.8,1.1,2,1.8,3.4,1.8c1.4,0,2.8-0.6,3.7-1.8
|
||||
c1.1-1.4,1.6-3.1,1.5-4.9C944.6,572.2,944.5,571.4,944.2,570.6L944.2,570.6z M941.6,576.7c-0.6,0.7-1.5,1.1-2.4,1.1
|
||||
c-1.1,0-2.1-0.7-2.6-1.6c-0.5-1-0.7-2-0.6-3.1c-0.1-1.2,0.2-2.4,1-3.4c0.6-0.7,1.5-1.1,2.4-1.1c0.9,0,1.7,0.4,2.2,1.1
|
||||
c0.7,1,1.1,2.2,1,3.5C942.7,574.5,942.3,575.7,941.6,576.7"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M947,583.9l-0.2-1.9c0.4,0.1,0.7,0.1,1.1,0.1c0.4,0,0.8-0.1,1.1-0.2
|
||||
c0.3-0.1,0.5-0.4,0.6-0.6c0.2-0.5,0.5-1,0.6-1.5c0-0.1,0.1-0.2,0.1-0.5l-4.6-12.1h2.3l2.5,7c0.4,0.9,0.7,1.9,0.9,2.9
|
||||
c0.2-0.9,0.5-1.9,0.9-2.7l2.6-7.1h2l-4.6,12.4c-0.3,0.9-0.7,1.9-1.1,2.7c-0.3,0.6-0.7,1.1-1.3,1.5c-0.5,0.4-1.1,0.6-1.7,0.5
|
||||
C948,584.2,947.5,584.2,947,583.9L947,583.9z"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M821.3,569.2c-1,0-1.7,0.7-1.8,1.7h-5v0.4h5c0.1,0.9,0.9,1.5,1.8,1.5
|
||||
c1,0,1.8-0.8,1.8-1.8C823.2,570,822.4,569.2,821.3,569.2 M821.3,572.4c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C822.7,571.8,822.1,572.4,821.3,572.4"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M833,578.6c-0.9,0-1.7,0.7-1.8,1.6h-6.5l-1.9-1.9h-8.3v0.4h8.2l1.9,1.9
|
||||
h6.6c0.1,0.9,0.9,1.6,1.8,1.6c1,0,1.8-0.8,1.8-1.8C834.8,579.4,834,578.6,833,578.6 M833,581.8c-0.8,0-1.4-0.6-1.4-1.4
|
||||
c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4S833.8,581.8,833,581.8"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M833,570.6c-0.9,0-1.7,0.7-1.8,1.6h-5.4l-3.3,3.4h-8.3v0.4h8.5l3.2-3.4
|
||||
h5.2c0.1,0.9,0.9,1.6,1.8,1.6c1,0,1.8-0.8,1.8-1.8C834.8,571.4,834,570.6,833,570.6 M833,573.8c-0.8,0-1.4-0.6-1.4-1.4
|
||||
c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4C834.4,573.2,833.8,573.8,833,573.8"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#FFF2DF;" d="M999.3,565.7c0,0.3-0.3,0.6-0.6,0.6h-3.2v11.4c0,0.5-0.4,1-1,1h-24.3
|
||||
c-0.5,0-1-0.4-1-1v-11.4H966c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.4l16.3-16.3
|
||||
c0.3-0.3,0.7-0.3,0.9,0l8.5,8.5v-1.6c0-0.3,0.3-0.6,0.6-0.6h2.7c0.3,0,0.6,0.3,0.6,0.6v5c0,0.1-0.1,0.3-0.1,0.4l4.1,4.1
|
||||
C999.3,565.4,999.3,565.5,999.3,565.7"/>
|
||||
<path style="clip-path:url(#SVGID_4_);fill:#00ADEE;" d="M991,570.5c-0.5,0-0.9,0.3-1.1,0.8h-3.8l2.5-2.4v-2.5l1.8-1.7
|
||||
c0.2,0.1,0.4,0.1,0.6,0.1c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1c0,0.2,0,0.3,0.1,0.4l-1.3,1.2
|
||||
l0-3.8c0.4-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1c0,0.5,0.3,0.9,0.8,1.1l0,3.8l-1.2-1.1
|
||||
c0.1-0.1,0.1-0.3,0.1-0.5c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1c0,0.6,0.5,1.1,1.1,1.1c0.2,0,0.3,0,0.5-0.1l1.7,1.6v2.2
|
||||
l-2.3,2.2l-0.1-1.8c0.4-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1c0,0.5,0.3,0.9,0.8,1.1l0.1,2.5
|
||||
l-2.3,2.2l0-12.2l2-1.9c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1
|
||||
c0,0.2,0.1,0.4,0.2,0.6l-1.8,1.7l-1.7-1.8c0.1-0.1,0.1-0.3,0.1-0.5c0-0.6-0.5-1.1-1.1-1.1s-1.1,0.5-1.1,1.1
|
||||
c0,0.6,0.5,1.1,1.1,1.1c0.2,0,0.3,0,0.5-0.1l1.8,2v8.5l-3.1-3v-2.4c0.4-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.1-1.1-1.1
|
||||
c-0.6,0-1.1,0.5-1.1,1.1c0,0.5,0.3,0.9,0.8,1.1v1.7l-2.5-2.5v-2.4c0.4-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.1-1.1-1.1
|
||||
c-0.6,0-1.1,0.5-1.1,1.1c0,0.5,0.3,0.9,0.8,1.1v2.7l2.8,2.8h-1.8c-0.2-0.4-0.6-0.8-1.1-0.8c-0.6,0-1.1,0.5-1.1,1.1
|
||||
c0,0.6,0.5,1.1,1.1,1.1c0.5,0,0.9-0.3,1.1-0.8h2.6l3.5,3.4v6.5l-1.9-1.9v-2.4c0.4-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.1-1.1-1.1
|
||||
c-0.6,0-1.1,0.5-1.1,1.1c0,0.5,0.3,0.9,0.8,1.1v1.7l-3-3c0-0.1,0.1-0.3,0.1-0.4c0-0.6-0.5-1.1-1.1-1.1c-0.6,0-1.1,0.5-1.1,1.1
|
||||
c0,0.6,0.5,1.1,1.1,1.1c0.2,0,0.4-0.1,0.6-0.2l3,3h-1.8c-0.2-0.4-0.6-0.8-1.1-0.8c-0.6,0-1.1,0.5-1.1,1.1c0,0.6,0.5,1.1,1.1,1.1
|
||||
c0.5,0,0.9-0.3,1.1-0.8h2.6l2.8,2.8l3-2.7h2.5c0.1,0.5,0.6,0.8,1.1,0.8c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1
|
||||
c-0.5,0-0.9,0.3-1,0.7h-2.8l-2.3,2.1v-2.9l2.7-2.6h4.5c0.2,0.4,0.6,0.8,1.1,0.8c0.6,0,1.1-0.5,1.1-1.1
|
||||
C992.1,571,991.6,570.5,991,570.5 M991,563.1c0.3,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6c-0.3,0-0.6-0.3-0.6-0.6
|
||||
C990.4,563.3,990.7,563.1,991,563.1 M985.7,564.2c-0.3,0-0.6-0.3-0.6-0.6c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.2,0.6,0.6
|
||||
C986.2,564,986,564.2,985.7,564.2 M987.7,560.4c0-0.3,0.2-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6
|
||||
C988,560.9,987.7,560.7,987.7,560.4 M984.6,567.9c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
|
||||
C984.9,568.4,984.6,568.2,984.6,567.9 M979,558.5c0-0.3,0.2-0.6,0.6-0.6s0.6,0.2,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6
|
||||
S979,558.8,979,558.5 M977.9,563.5c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
|
||||
C978.1,564.1,977.9,563.8,977.9,563.5 M974.6,560.3c0-0.3,0.2-0.6,0.6-0.6s0.6,0.3,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6
|
||||
S974.6,560.6,974.6,560.3 M974.7,567.8c-0.3,0-0.6-0.2-0.6-0.6c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.2,0.6,0.6
|
||||
C975.3,567.5,975,567.8,974.7,567.8 M979.1,572.1c0-0.3,0.2-0.6,0.6-0.6c0.3,0,0.6,0.2,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6
|
||||
S979.1,572.4,979.1,572.1 M975.9,576.3c-0.3,0-0.6-0.2-0.6-0.6c0-0.3,0.2-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6
|
||||
C976.4,576.1,976.2,576.3,975.9,576.3 M988.8,575.3c0.3,0,0.6,0.2,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6c-0.3,0-0.6-0.3-0.6-0.6
|
||||
C988.2,575.6,988.5,575.3,988.8,575.3 M985,557.9c0.3,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6c-0.3,0-0.6-0.3-0.6-0.6
|
||||
C984.4,558.2,984.7,557.9,985,557.9 M975.2,572.1c-0.3,0-0.6-0.2-0.6-0.6s0.2-0.6,0.6-0.6s0.6,0.2,0.6,0.6
|
||||
S975.5,572.1,975.2,572.1 M991,572.2c-0.3,0-0.6-0.2-0.6-0.6c0-0.3,0.2-0.6,0.6-0.6s0.6,0.3,0.6,0.6
|
||||
C991.5,571.9,991.3,572.2,991,572.2"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Automation">
|
||||
|
||||
<text id="input_boolean.alert_mode" transform="matrix(1 0 0 1 206.4198 305.1656)" style="fill:#BDF271; font-family:'Helvetica'; font-size:35.2242px;">OFF</text>
|
||||
<g id="binary_sensors">
|
||||
<path id="binary_sensor.justins_room_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M720.9,359.6h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5
|
||||
C722.4,358.9,721.7,359.6,720.9,359.6z"/>
|
||||
<path id="binary_sensor.hallway_nest_protect_kids_hallway_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M711.2,346.6h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5
|
||||
C712.7,345.9,712,346.6,711.2,346.6z"/>
|
||||
|
||||
<path id="binary_sensor.paiges_room_nest_protect_paiges_room_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M702.2,300.1h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5
|
||||
C703.7,299.4,703,300.1,702.2,300.1z"/>
|
||||
<path id="binary_sensor.office_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M683.5,382.7
|
||||
h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5C685,382,684.3,382.7,683.5,382.7z"/>
|
||||
<path id="binary_sensor.kitchen_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M554.6,233.9
|
||||
h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5C556.1,233.3,555.4,233.9,554.6,233.9z"/>
|
||||
<path id="binary_sensor.master_hallway_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M427.2,371.4h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5
|
||||
C428.7,370.7,428,371.4,427.2,371.4z"/>
|
||||
<path id="binary_sensor.master_bedroom_nest_protect_online" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M442.2,404.9h-6.7c-0.8,0-1.5-0.7-1.5-1.5v-7.5c0-0.8,0.7-1.5,1.5-1.5h6.7c0.8,0,1.5,0.7,1.5,1.5v7.5
|
||||
C443.7,404.2,443,404.9,442.2,404.9z"/>
|
||||
<path id="binary_sensor.sleepnumber_carlo_stacey_is_in_bed" inkscape:connector-curvature="0" style="fill:#BDF271;" d="
|
||||
M359.3,433.8h-27.9c-2.9-0.1-5.3-2.5-5.3-5.4l0,0v-8.2c0-2.9,2.3-5.4,5.3-5.4h27.9c2.9,0.1,5.3,2.5,5.3,5.4l0,0v8.2
|
||||
C364.6,431.3,362.2,433.7,359.3,433.8z"/>
|
||||
<path id="binary_sensor.sleepnumber_carlo_carlo_is_in_bed" inkscape:connector-curvature="0" style="fill:#E7376B;" d="
|
||||
M358.8,413h-26.4c-3.4-0.1-6.1-2.8-6-6.2v-6.2c0-3.4,2.7-6.2,6-6.2h26.4c3.4,0.1,6.1,2.8,6,6.2v6.2
|
||||
C364.9,410.2,362.2,413,358.8,413z"/>
|
||||
</g>
|
||||
<g id="Lights">
|
||||
<circle id="light.m1_back_right" style="fill:#231F26;" cx="509.5" cy="238.7" r="5"/>
|
||||
<circle id="light.m1_back_left" style="fill:#231F26;" cx="509.5" cy="298.3" r="5"/>
|
||||
<circle id="light.slider" style="fill:#231F26;" cx="493.1" cy="362.6" r="5"/>
|
||||
<circle id="light.m1_front_left" style="fill:#231F26;" cx="438.8" cy="298.3" r="5"/>
|
||||
<circle id="light.m1_front_right" style="fill:#231F26;" cx="438.8" cy="239" r="5"/>
|
||||
<circle id="light.bedroom_hallway" style="fill:#231F26;" cx="440.3" cy="363.3" r="5"/>
|
||||
<circle id="light.sink" style="fill:#231F26;" cx="557.4" cy="321.9" r="5"/>
|
||||
<circle id="light.kids_hallway" style="fill:#231F26;" cx="675.2" cy="334.8" r="5"/>
|
||||
<circle id="light.f1" style="fill:#231F26;" cx="440.3" cy="166.9" r="5"/>
|
||||
<circle id="light.f2" style="fill:#231F26;" cx="439.6" cy="121.2" r="5"/>
|
||||
<circle id="light.office_lamp" style="fill:#231F26;" cx="618.1" cy="465.4" r="5"/>
|
||||
<circle id="light.den_lamp" style="fill:#FFFFA6;" cx="317.6" cy="83.8" r="5"/>
|
||||
<path id="light.tv_light" inkscape:connector-curvature="0" style="fill:#231F26;" d="M403.2,298.2h-2.5c-0.7,0-1.2-0.5-1.2-1.2
|
||||
v-47.8c0-0.7,0.5-1.2,1.2-1.2h2.5c0.7,0,1.2,0.5,1.2,1.2V297C404.4,297.7,403.9,298.2,403.2,298.2z"/>
|
||||
<circle id="light.bedroom" style="fill:#231F26;" cx="317.5" cy="459.3" r="5"/>
|
||||
<circle id="light.master_toilet" style="fill:#231F26;" cx="383.2" cy="237.1" r="5"/>
|
||||
<circle id="light.justin_go" style="fill:#231F26;" cx="700.8" cy="427" r="5"/>
|
||||
<circle id="light.paige_go" style="fill:#231F26;" cx="760.9" cy="305.8" r="5"/>
|
||||
<circle id="light.outdoor_foyer" cx="441" cy="66.2" r="5"/>
|
||||
<circle id="light.garage_attic" style="fill:#231F26;" cx="644.5" cy="151.5" r="5"/>
|
||||
<circle id="light.k1" style="fill:#FFFFA6;" cx="621.9" cy="314.6" r="5"/>
|
||||
<circle id="light.k2" style="fill:#FFFFA6;" cx="621.1" cy="284.4" r="5"/>
|
||||
<circle id="light.fridge" style="fill:#FFFFA6;" cx="621.1" cy="255" r="5"/>
|
||||
<circle id="light.k3" style="fill:#231F26;" cx="598.6" cy="321.5" r="5"/>
|
||||
<circle id="light.k4" style="fill:#FFFFA6;" cx="577.2" cy="300.5" r="5"/>
|
||||
<circle id="light.k5" style="fill:#FFFFA6;" cx="576.4" cy="271.9" r="5"/>
|
||||
<circle id="light.k6" style="fill:#FFFFA6;" cx="576" cy="245.3" r="5"/>
|
||||
<g id="group.kitchen_accents">
|
||||
<path id="switch.kitchen_Accents-a" inkscape:connector-curvature="0" style="fill:#231F26;" d="M637.6,247.7h1.8
|
||||
c0.9,0,1.6,0.7,1.6,1.6l-0.1,63.4c0,0.9-0.7,1.6-1.6,1.6h-1.8c-0.9,0-1.6-0.7-1.6-1.6l0.1-63.4
|
||||
C636,248.5,636.8,247.7,637.6,247.7L637.6,247.7z"/>
|
||||
<path id="switch.kitchen_Accents-b" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M550.5,246.2h1.8
|
||||
c0.9,0,1.6,0.7,1.6,1.6l-0.1,63.4c0,0.9-0.7,1.6-1.6,1.6h-1.7c-0.9,0-1.6-0.7-1.6-1.6l0.1-63.4
|
||||
C549,246.9,549.7,246.2,550.5,246.2L550.5,246.2z"/>
|
||||
</g>
|
||||
<circle id="light.p1_back_left" style="fill:#FFFFA6;" cx="553.5" cy="470" r="5"/>
|
||||
<circle id="light.p1_back_right" style="fill:#FFFFA6;" cx="481.1" cy="470" r="5"/>
|
||||
<circle id="light.p1_front_right" style="fill:#FFFFA6;" cx="481.1" cy="427.8" r="5"/>
|
||||
<circle id="light.p1_front_left" style="fill:#FFFFA6;" cx="552.5" cy="427.8" r="5"/>
|
||||
<path id="light.d1" inkscape:connector-curvature="0" style="fill:#231F26;" d="M602.4,386.5c0-4.2-3.4-7.6-7.6-7.6l0,0V394
|
||||
C599,394,602.4,390.6,602.4,386.5z"/>
|
||||
<path id="light.d2" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M593.8,394v-15.1c-4.2-0.4-7.9,2.6-8.4,6.7
|
||||
c-0.4,4.2,2.6,7.9,6.7,8.4C592.7,394.1,593.3,394.1,593.8,394z"/>
|
||||
<path id="light.s2" inkscape:connector-curvature="0" style="fill:#231F26;" d="M571.7,133.2c0-2.8,2.3-5,5-5l0,0v10.1
|
||||
C573.9,138.2,571.7,136,571.7,133.2z"/>
|
||||
<path id="light.s3" inkscape:connector-curvature="0" style="fill:#231F26;" d="M571.7,108.4c0-2.8,2.3-5,5-5l0,0v10.1
|
||||
C573.9,113.4,571.7,111.1,571.7,108.4z"/>
|
||||
<path id="light.s4" inkscape:connector-curvature="0" style="fill:#231F26;" d="M571.7,83.5c0-2.8,2.3-5,5-5l0,0v10.1
|
||||
C573.9,88.6,571.7,86.3,571.7,83.5z"/>
|
||||
<path id="light.s1" inkscape:connector-curvature="0" style="fill:#231F26;" d="M576.7,163v-10.1c-2.8,0-5,2.3-5,5
|
||||
C571.7,160.8,573.9,163,576.7,163z"/>
|
||||
<path id="light.led_garage_small" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M630.5,53.3h-46.1
|
||||
c-0.9,0-1.6-0.7-1.6-1.6v-0.8c0-0.9,0.7-1.6,1.6-1.6h46.1c0.9,0,1.6,0.7,1.6,1.6v0.8C632,52.6,631.3,53.3,630.5,53.3z"/>
|
||||
<path id="light.led_garage_large" inkscape:connector-curvature="0" style="fill:#A49A87;" d="M755.5,33.2h-93.7
|
||||
c-0.9,0-1.6-0.7-1.6-1.6v-0.8c0-0.9,0.7-1.6,1.6-1.6h93.7c0.9,0,1.6,0.7,1.6,1.6v0.8C757.1,32.5,756.4,33.2,755.5,33.2z"/>
|
||||
<path id="light.outdoor_sconce_1" inkscape:connector-curvature="0" style="fill:#A49A87;" d="M570.1,47.7c2.8,0,5,2.3,5,5l0,0
|
||||
H565C565.1,50,567.3,47.7,570.1,47.7z"/>
|
||||
<path id="light.outdoor_sconce_2" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M644.6,27.2c2.8,0,5,2.3,5,5l0,0
|
||||
h-10.1C639.6,29.4,641.8,27.2,644.6,27.2z"/>
|
||||
<path id="light.outdoor_sconce_3" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M767.4,27.2c2.8,0,5,2.3,5,5l0,0
|
||||
h-10.1C762.4,29.4,764.6,27.2,767.4,27.2z"/>
|
||||
<path id="light.couch_1" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M532.4,193.2h11.1v11.1
|
||||
C537.4,204.3,532.4,199.4,532.4,193.2z"/>
|
||||
<path id="light.outdoor_bathroom" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M704,492.2c-2.8,0-5-2.3-5-5l0,0
|
||||
h10.1C709,489.9,706.8,492.2,704,492.2z"/>
|
||||
|
||||
<circle id="switch.pool_deck" inkscape:transform-center-x="23.336371" inkscape:transform-center-y="0.93345484" style="fill:#000080;" cx="590.4" cy="417.6" r="5">
|
||||
</circle>
|
||||
<path id="light.front_door" inkscape:connector-curvature="0" inkscape:label="#light.d1-0" d="M422.6,64.7c0-4.2-3.4-7.6-7.6-7.6
|
||||
l0,0v15.1C419.2,72.2,422.6,68.8,422.6,64.7z"/>
|
||||
|
||||
<path id="switch.foyer_outlet" inkscape:connector-curvature="0" inkscape:label="#switch.foyer_outlet" style="fill:#231F26;" d="
|
||||
M418.5,170h-4.3c-1.2,0-2.1-0.1-2.1-0.2v-7.6c0-0.1,0.9-0.2,2.1-0.2h4.3c1.2,0,2.1,0.1,2.1,0.2v7.6
|
||||
C420.6,169.9,419.7,170,418.5,170z"/>
|
||||
|
||||
<path id="switch.garage_outlet" inkscape:connector-curvature="0" inkscape:label="#switch.garage_outlet" style="fill:#231F26;" d="
|
||||
M585.7,162h-4.3c-1.2,0-2.1-0.1-2.1-0.2v-7.6c0-0.1,0.9-0.2,2.1-0.2h4.3c1.2,0,2.1,0.1,2.1,0.2v7.6C587.8,162,586.9,162,585.7,162
|
||||
z"/>
|
||||
</g>
|
||||
<g id="Alarm_Senors">
|
||||
<path id="binary_sensor.mcu3_gpio4" inkscape:connector-curvature="0" inkscape:label="#rect447" style="fill:#29D9C2;" d="
|
||||
M299.2,469.1h-1.7c-1.1,0-2-1.2-2-2.7v-23.1c0-1.5,0.9-2.7,2-2.7h1.7c1.1,0,2,1.2,2,2.7v23.1C301.2,467.9,300.3,469.1,299.2,469.1
|
||||
z"/>
|
||||
<path id="binary_sensor.mcu3_gpio5" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
||||
M299.2,391.5h-1.7c-1.1,0-2-1.2-2-2.8v-23.9c0-1.5,0.9-2.8,2-2.8h1.7c1.1,0,2,1.2,2,2.8v23.9C301.2,390.3,300.3,391.5,299.2,391.5
|
||||
z"/>
|
||||
<path id="binary_sensor.mcu2_gpio10" inkscape:connector-curvature="0" inkscape:label="#rect451" style="fill:#29D9C2;" d="
|
||||
M299.2,278.8h-1.7c-1.1,0-2-0.9-2-2v-33.9c0-1.1,0.9-2,2-2h1.7c1.1,0,2,0.9,2,2v33.9C301.2,277.9,300.3,278.8,299.2,278.8z"/>
|
||||
<path id="binary_sensor.mcu1_gpio14" inkscape:connector-curvature="0" inkscape:label="#rect453" style="fill:#29D9C2;" d="
|
||||
M661.8,486.5h-30.5c-2,0-3.5-0.9-3.5-2v-1.7c0-1.1,1.6-2,3.5-2h30.5c2,0,3.5,0.9,3.5,2v1.7C665.4,485.6,663.8,486.5,661.8,486.5z"
|
||||
/>
|
||||
<path id="binary_sensor.mcu2_gpio14" inkscape:connector-curvature="0" inkscape:label="#rect455" style="fill:#29D9C2;" d="
|
||||
M775.4,386.1h-1.7c-1.1,0-2-1.5-2-3.5V353c0-1.9,0.9-3.5,2-3.5h1.7c1.1,0,2,1.5,2,3.5v29.6C777.4,384.6,776.5,386.1,775.4,386.1z"
|
||||
/>
|
||||
<g id="binary_sensor.mcu1_gpio10" inkscape:label="#g1889">
|
||||
<path id="rect459" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M556.6,58.6h-25.2c-1.1,0-2-0.9-2-2v-1.7
|
||||
c0-1.1,0.9-2,2-2h25.2c1.1,0,2,0.9,2,2v1.7C558.6,57.7,557.7,58.6,556.6,58.6z"/>
|
||||
<path id="rect461" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M515.3,58.6h-25.2c-1.1,0-2-0.9-2-2v-1.7
|
||||
c0-1.1,0.9-2,2-2h25.2c1.1,0,2,0.9,2,2v1.7C517.3,57.7,516.4,58.6,515.3,58.6z"/>
|
||||
</g>
|
||||
<g id="binary_sensor.mcu1_gpio13" inkscape:label="#gstudy_windows">
|
||||
<path id="rect457" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M390.5,62.6h-25.2c-1.1,0-2-0.9-2-2v-1.7
|
||||
c0-1.1,0.9-2,2-2h25.2c1.1,0,2,0.9,2,2v1.7C392.5,61.7,391.6,62.6,390.5,62.6z"/>
|
||||
<path id="rect463" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M348.2,62.6H323c-1.1,0-2-0.9-2-2v-1.7
|
||||
c0-1.1,0.9-2,2-2h25.2c1.1,0,2,0.9,2,2v1.7C350.2,61.7,349.3,62.6,348.2,62.6z"/>
|
||||
</g>
|
||||
<g id="binary_sensor.mcu2_gpio4" inkscape:label="#gDinette">
|
||||
<path id="rect465" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M594.8,410h-17.3c-1.1,0-2-0.9-2-2v-1.7
|
||||
c0-1.1,0.9-2,2-2h17.3c1.1,0,2,0.9,2,2v1.7C596.8,409.1,595.9,410,594.8,410z"/>
|
||||
<path id="rect467" inkscape:connector-curvature="0" style="fill:#29D9C2;" d="M571.5,405.5l-1.2,1.2c-0.8,0.8-2.1,0.8-2.9-0.1
|
||||
l-12-12.5c-0.8-0.8-0.8-2.1,0.1-2.9l1.2-1.2c0.8-0.8,2.1-0.8,2.9,0.1l12,12.5C572.3,403.5,572.3,404.8,571.5,405.5z"/>
|
||||
</g>
|
||||
<path id="binary_sensor.mcu3_gpio10" inkscape:connector-curvature="0" inkscape:label="#rect475" style="fill:#E7376B;" d="
|
||||
M432.1,478.1h-43.7c-1.4,0-2.5-0.9-2.5-2v-1.5c0-1.1,1.1-2,2.5-2h43.7c1.4,0,2.5,0.9,2.5,2v1.5
|
||||
C434.6,477.2,433.5,478.1,432.1,478.1z"/>
|
||||
<path id="binary_sensor.mcu1_gpio4" inkscape:connector-curvature="0" inkscape:label="#rect477" style="fill:#E7376B;" d="
|
||||
M775.4,283.4h-1.7c-1.1,0-2-1.5-2-3.4v-28.8c0-1.9,0.9-3.4,2-3.4h1.7c1.1,0,2,1.5,2,3.4V280C777.4,281.9,776.5,283.4,775.4,283.4z
|
||||
"/>
|
||||
|
||||
<path id="binary_sensor.kitchen_door" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
||||
M647.2,243.6h-1.7c-1.1,0-2-0.7-2-1.5v-13c0-0.8,0.9-1.5,2-1.5h1.7c1.1,0,2,0.7,2,1.5v13C649.2,242.9,648.3,243.6,647.2,243.6z"/>
|
||||
<path id="binary_sensor.mcu1_gpio12" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
||||
M647.8,182.7V181c0-1.1,0.8-2,1.8-2H665c1,0,1.8,0.9,1.8,2v1.7c0,1.1-0.8,2-1.8,2h-15.4C648.6,184.8,647.8,183.9,647.8,182.7z"/>
|
||||
<path id="binary_sensor.mcu1_gpio5" inkscape:connector-curvature="0" inkscape:label="#rect449" style="fill:#29D9C2;" d="
|
||||
M417.9,84v-1.7c0-1.1,2.1-2,4.7-2h40.8c2.6,0,4.8,0.9,4.8,2V84c0,1.1-2.1,2-4.7,2h-40.8C420,86,417.9,85.1,417.9,84z"/>
|
||||
<path id="binary_sensor.mcu2_gpio5" inkscape:connector-curvature="0" inkscape:label="#rect453" style="fill:#29D9C2;" d="
|
||||
M730.9,487.1h-18c-1.2,0-2.1-0.9-2.1-2v-1.7c0-1.1,0.9-2,2.1-2h18c1.2,0,2.1,0.9,2.1,2v1.7C733,486.2,732.1,487.1,730.9,487.1z"/>
|
||||
<path id="binary_sensor.mcu3_light" inkscape:connector-curvature="0" inkscape:label="#rect451" style="fill:#29D9C2;" d="
|
||||
M327.1,237.2l-0.1-2.5c-0.1-1.7,0.3-3,0.9-3l17.3,0.3c0.6,0,1.1,1.4,1.2,3l0.1,2.5c0.1,1.7-0.3,3-0.9,3l-17.3-0.3
|
||||
C327.7,240.3,327.2,238.9,327.1,237.2z"/>
|
||||
<path id="binary_sensor.mcu2_gpio12" inkscape:connector-curvature="0" inkscape:label="#rect453" style="fill:#29D9C2;" d="
|
||||
M519.1,384.5h-50.8c-3.3,0-5.9-0.9-5.9-2v-1.7c0-1.1,2.6-2,5.9-2h50.8c3.3,0,5.9,0.9,5.9,2v1.7C525,383.6,522.3,384.5,519.1,384.5
|
||||
z"/>
|
||||
<path id="binary_sensor.mcu2_gpio9" inkscape:connector-curvature="0" inkscape:label="#rect453" style="fill:#29D9C2;" d="
|
||||
M447.3,457.7l-0.1-37.9c0-2.4,0.9-4.4,2-4.3l1.7,0.1c1.1,0.1,2,2.1,2,4.5L453,458c0,2.4-0.9,4.4-2,4.3l-1.7-0.1
|
||||
C448.2,462.2,447.3,460.1,447.3,457.7L447.3,457.7z"/>
|
||||
</g>
|
||||
<path id="lighting_bolt" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M552.6,310.4v-2.8h-0.8v-2.3l-1.8,3.1h1.1
|
||||
l-1,2L552.6,310.4z"/>
|
||||
<path id="lighting_bolt-2" inkscape:connector-curvature="0" style="fill:#FFFFA6;" d="M639.8,312.3v-2.8H639v-2.3l-1.8,3.1h1l-1,2
|
||||
L639.8,312.3z"/>
|
||||
<path id="cover.large_garage_door" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M757.1,51.3h-97c-1.6,0-2.8-1.3-2.8-2.8
|
||||
v-6.4c0-1.6,1.3-2.8,2.8-2.8h97c1.6,0,2.8,1.3,2.8,2.8v6.4C759.9,50.1,758.6,51.3,757.1,51.3z"/>
|
||||
<path id="cover.small_garage_door" inkscape:connector-curvature="0" style="fill:#E7376B;" d="M629.2,71.4h-42.7
|
||||
c-1.6,0-2.8-1.3-2.8-2.8v-6.4c0-1.6,1.3-2.8,2.8-2.8h42.7c1.6,0,2.8,1.3,2.8,2.8v6.4C632,70.2,630.8,71.4,629.2,71.4z"/>
|
||||
<g id="sensor.pirateweather_temperature" transform="translate(-153.53886,352.18359)">
|
||||
<text id="text957" transform="matrix(1 0 0 1 188.344 62.0462)" style="font-family:'ArialMT'; font-size:12px;">XX</text>
|
||||
</g>
|
||||
<g id="sensor.pirateweather_humidity" transform="translate(17.850478,-13.186746)">
|
||||
<text id="text960" transform="matrix(1 0 0 1 55.1017 427.5831)" style="font-family:'ArialMT'; font-size:12px;">XX</text>
|
||||
</g>
|
||||
|
||||
<text id="person.carlo" inkscape:label="#text4437" transform="matrix(1 0 0 1 36.2953 243.6862)" style="fill:#E7376B;enable-background:new ; font-family:'Helvetica'; font-size:26px;">away</text>
|
||||
|
||||
<text id="person.stacey" inkscape:label="#text965" transform="matrix(1 0 0 1 161.0093 243.6862)" style="fill:#BDF271;enable-background:new ; font-family:'Helvetica'; font-size:26px;">home</text>
|
||||
<path id="light.led_outdoor_den" inkscape:connector-curvature="0" d="M389.5,54h-67.1c-1.3,0-2.3-0.7-2.3-1.6v-0.8
|
||||
c0-0.9,1-1.6,2.3-1.6h67.1c1.3,0,2.3,0.7,2.3,1.6v0.8C391.8,53.3,390.8,54,389.5,54z"/>
|
||||
<g id="g378" transform="matrix(1.1743602,0,0,1,-84.987569,-32.010868)">
|
||||
<g id="sensor.last_message" transform="matrix(0.63365866,0,0,0.63365866,-20.720967,359.50527)">
|
||||
|
||||
<text id="text864-0" transform="matrix(1.5781 0 0 1.5781 172.2095 327.8668)" style="fill:#FFFFA6; font-family:'Helvetica'; font-size:15.0304px;">XX</text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="climate.downstairs" transform="translate(21.312394,67.123371)" inkscape:label="#climate.downstairs">
|
||||
<text id="text957-6" transform="matrix(0.7633 0 0 1 13.1832 95.6506)" style="font-family:'ArialMT'; font-size:12px;">XX</text>
|
||||
</g>
|
||||
|
||||
<text id="sensor.downstairs_thermostat_humidity" inkscape:label="#text960-2" transform="matrix(1 0 0 1 95.1238 163.9985)" style="enable-background:new ; font-family:'ArialMT'; font-size:12px;">XX</text>
|
||||
<g id="climate.upstairs" transform="translate(21.68449,126.0939)" inkscape:label="#climate.upstairs">
|
||||
<text id="text957-6-0" transform="matrix(1 0 0 1 141.943 37.4332)" style="font-family:'ArialMT'; font-size:12px;">XX</text>
|
||||
</g>
|
||||
|
||||
<text id="sensor.upstairs_thermostat_humidity" inkscape:label="#text960-2-4" transform="matrix(1 0 0 1 225.0211 164.3264)" style="enable-background:new ; font-family:'ArialMT'; font-size:12px;">XX</text>
|
||||
<path id="switch.front_door_outlet" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M468.8,88.2l0,1.8
|
||||
c0,0.9-0.5,1.6-1.2,1.6l-47.9,0c-0.7,0-1.2-0.7-1.2-1.6l0-1.7c0-0.9,0.5-1.6,1.2-1.6l47.9,0C468.2,86.7,468.8,87.4,468.8,88.2
|
||||
L468.8,88.2z"/>
|
||||
<g id="switch.living_room_amp" transform="matrix(0.94760261,0,0,0.83247722,510.8181,-389.05269)">
|
||||
<g id="g4137" style="display:none;">
|
||||
<ellipse id="circle4135" style="display:inline;" cx="50" cy="50" rx="42.6" ry="37.5"/>
|
||||
</g>
|
||||
<g id="g4339" style="display:none;">
|
||||
<rect id="rect4139" x="5" y="50" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4141" x="5" y="47.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4143" x="5" y="45" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4145" x="7.5" y="42.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4147" x="7.5" y="40" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4149" x="7.5" y="37.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4151" x="10" y="35" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4153" x="10" y="32.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4155" x="10" y="30" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4157" x="12.5" y="27.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4159" x="12.5" y="25" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4161" x="15" y="22.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4163" x="17.5" y="20" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4165" x="20" y="17.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4167" x="22.5" y="15" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4169" x="25" y="12.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4171" x="27.5" y="12.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4173" x="30" y="10" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4175" x="32.5" y="10" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4177" x="35" y="7.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4179" x="37.5" y="7.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4181" x="40" y="7.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4183" x="42.5" y="5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4185" x="45" y="5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4187" x="47.5" y="5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4189" x="92.5" y="50" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4191" x="92.5" y="47.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4193" x="92.5" y="45" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4195" x="90" y="42.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4197" x="90" y="40" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4199" x="90" y="37.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4201" x="87.5" y="35" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4203" x="87.5" y="32.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4205" x="87.5" y="30" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4207" x="85" y="27.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4209" x="85" y="25" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4211" x="82.5" y="22.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4213" x="80" y="20" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4215" x="77.5" y="17.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4217" x="75" y="15" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4219" x="72.5" y="12.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4221" x="70" y="12.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4223" x="67.5" y="10" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4225" x="65" y="10" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4227" x="62.5" y="7.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4229" x="60" y="7.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4231" x="57.5" y="7.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4233" x="55" y="5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4235" x="52.5" y="5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4237" x="50" y="5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4239" x="5" y="47.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4241" x="5" y="50" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4243" x="5" y="52.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4245" x="7.5" y="55" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4247" x="7.5" y="57.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4249" x="7.5" y="60" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4251" x="10" y="62.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4253" x="10" y="65" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4255" x="10" y="67.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4257" x="12.5" y="70" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4259" x="12.5" y="72.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4261" x="15" y="75" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4263" x="17.5" y="77.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4265" x="20" y="80" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4267" x="22.5" y="82.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4269" x="25" y="85" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4271" x="27.5" y="85" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4273" x="30" y="87.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4275" x="32.5" y="87.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4277" x="35" y="90" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4279" x="37.5" y="90" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4281" x="40" y="90" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4283" x="42.5" y="92.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4285" x="45" y="92.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4287" x="47.5" y="92.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4289" x="92.5" y="47.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4291" x="92.5" y="50" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4293" x="92.5" y="52.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4295" x="90" y="55" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4297" x="90" y="57.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4299" x="90" y="60" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4301" x="87.5" y="62.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4303" x="87.5" y="65" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4305" x="87.5" y="67.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4307" x="85" y="70" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4309" x="85" y="72.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4311" x="82.5" y="75" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4313" x="80" y="77.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4315" x="77.5" y="80" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4317" x="75" y="82.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4319" x="72.5" y="85" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4321" x="70" y="85" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4323" x="67.5" y="87.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4325" x="65" y="87.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4327" x="62.5" y="90" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4329" x="60" y="90" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4331" x="57.5" y="90" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4333" x="55" y="92.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4335" x="52.5" y="92.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
<rect id="rect4337" x="50" y="92.5" style="display:inline;" width="2.5" height="2.5"/>
|
||||
</g>
|
||||
<g id="g4349" transform="matrix(0.14188902,0,0,0.18357806,-118.06165,831.52818)">
|
||||
<path id="path4341" inkscape:connector-curvature="0" d="M56.6,95c-0.8,0-1.5-0.2-2.2-0.7L23.9,72.8H13.7c-2.1,0-3.8-1.7-3.8-3.8
|
||||
v-34c0-2.1,1.7-3.8,3.8-3.8h10.2L54.4,9.8c1.1-0.8,2.7-0.9,3.9-0.3c1.3,0.7,2,1.9,2,3.3v78.3c0,1.4-0.8,2.7-2,3.3
|
||||
C57.8,94.9,57.2,95,56.6,95z M13.8,69h10.7c0.4,0,0.8,0.1,1.1,0.4L56.5,91V13.1L25.7,34.8c-0.3,0.2-0.7,0.4-1.1,0.4H13.8V69z"/>
|
||||
<path id="path4343" inkscape:connector-curvature="0" d="M30.4,12.3"/>
|
||||
<path id="path4345" inkscape:connector-curvature="0" d="M72.3,79.9c-0.3,0-0.7-0.1-1-0.3c-1-0.6-1.3-1.8-0.7-2.7
|
||||
c4.1-7.1,6.3-15.2,6.3-23.4c0-8.7-2.4-17.2-7-24.6c-0.6-0.9-0.3-2.2,0.6-2.8c0.9-0.6,2.2-0.3,2.8,0.6c5,8,7.6,17.2,7.6,26.7
|
||||
c0,8.9-2.4,17.7-6.9,25.4C73.6,79.6,73,79.9,72.3,79.9z"/>
|
||||
<path id="path4347" inkscape:connector-curvature="0" d="M82.9,87.9c-0.4,0-0.8-0.1-1.1-0.3c-0.9-0.6-1.2-1.8-0.6-2.8
|
||||
c6.1-9.3,9.4-20.1,9.4-31.2c0-11.4-3.4-22.4-9.7-31.8c-0.6-0.9-0.4-2.2,0.5-2.8c0.9-0.6,2.2-0.4,2.8,0.5
|
||||
c6.8,10.1,10.4,21.8,10.4,34c0,11.9-3.5,23.5-10,33.4C84.2,87.5,83.5,87.9,82.9,87.9z"/>
|
||||
</g>
|
||||
<path id="path4475" inkscape:connector-curvature="0" d="M-112.3,846.1l-2.2-2l-0.8,0l-0.8,0v-3.1V838h0.8h0.8l2.2-2l2.2-2l0,3.5
|
||||
c0,1.9,0,5.1,0,7l0,3.5L-112.3,846.1z"/>
|
||||
</g>
|
||||
<g id="g5865" transform="matrix(0.20239526,0,0,0.17565323,554.60169,-81.056325)">
|
||||
</g>
|
||||
</g>
|
||||
<g id="switch.front_landscaping" transform="matrix(-0.18812795,-0.00170407,0.00170407,-0.18812795,-122.66373,-339.13043)" inkscape:label="#g2011">
|
||||
<g id="g2033" transform="translate(-148.84179,-31.682509)">
|
||||
<path id="path1991-0" inkscape:connector-curvature="0" d="M-2164.6-2040.5c-18.6,0-33.7,15.1-33.7,33.6c0,5.4,0,19.6,0,22.6
|
||||
c0,3.1,2.4,4,4.4,1.7c1.2-1.3,28.6-28.9,42.4-43.9c0,12,0,28.6,0,32.6c0,0.8-0.3,1.4-1.3,1.4c-14.1,0-26.8,15.2-26.8,29.7
|
||||
c0,10.8,2.3,18.6,7.3,28.6c0.7,1.3,0.7,2,2.6,2c0.9,0,1.7-0.4,2.1-1.1c1.3-2.3,8.3-14.4,8.8-15.2c0.5-1,1.7-1.1,2.3,0
|
||||
c0.4,0.8,7.5,12.9,8.8,15.2c0.4,0.7,1.2,1.1,2.1,1.1c0.9,0,1.7-0.4,2.1-1.1c1.3-2.3,8.4-14.4,8.8-15.2c0.5-1.1,1.7-1,2.3,0
|
||||
c0.4,0.8,7.5,12.9,8.8,15.2c0.4,0.7,1.2,1.1,2.1,1.1c1.8,0,1.9-0.7,2.6-2c5-10,7.3-17.8,7.3-28.6c0-14.6-12.7-29.7-26.8-29.7
|
||||
c-1,0-1.3-0.6-1.3-1.4c0-6.7,0-46.7,0-46.7L-2164.6-2040.5z"/>
|
||||
<path id="path1993-9" inkscape:connector-curvature="0" d="M-2097.5-1982.5c2.1,2.3,4.4,1.4,4.4-1.7c0-2.9-0.1-17.2-0.1-22.6
|
||||
c0-18.6-15.1-33.6-33.6-33.6c-2,0-6.8,0-9.1,0v18.9C-2128.9-2014.6-2099-1984.1-2097.5-1982.5L-2097.5-1982.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="switch.back_landscaping" transform="matrix(-0.18802416,0.00647653,-0.00647653,-0.18802416,-105.92742,983.77)" inkscape:label="#g2011">
|
||||
<g id="g2033-6" transform="translate(-148.84179,-31.682509)">
|
||||
<path id="path1991-0-9" inkscape:connector-curvature="0" d="M-2152.5,2520.6c-18.6,0-33.7,15.1-33.7,33.6c0,5.4,0,19.6,0,22.6
|
||||
c0,3.1,2.4,4,4.4,1.7c1.2-1.3,28.6-28.9,42.4-43.9c0,12,0,28.6,0,32.6c0,0.8-0.3,1.4-1.3,1.4c-14.1,0-26.8,15.2-26.8,29.7
|
||||
c0,10.8,2.3,18.6,7.3,28.6c0.7,1.3,0.7,2,2.6,2c0.9,0,1.7-0.4,2.1-1.1c1.3-2.3,8.3-14.4,8.8-15.2c0.5-1,1.7-1.1,2.3,0
|
||||
c0.4,0.8,7.5,12.9,8.8,15.2c0.4,0.7,1.2,1.1,2.1,1.1c0.9,0,1.7-0.4,2.1-1.1c1.3-2.3,8.4-14.4,8.8-15.2c0.5-1.1,1.7-1,2.3,0
|
||||
c0.4,0.8,7.5,12.9,8.8,15.2c0.4,0.7,1.2,1.1,2.1,1.1c1.8,0,1.9-0.7,2.6-2c5-10,7.3-17.8,7.3-28.6c0-14.6-12.7-29.7-26.8-29.7
|
||||
c-1,0-1.3-0.6-1.3-1.4c0-6.7,0-46.7,0-46.7L-2152.5,2520.6z"/>
|
||||
<path id="path1993-9-9" inkscape:connector-curvature="0" d="M-2085.3,2578.5c2.1,2.3,4.4,1.4,4.4-1.7c0-2.9-0.1-17.2-0.1-22.6
|
||||
c0-18.6-15.1-33.6-33.6-33.6c-2,0-6.8,0-9.1,0v18.9C-2116.7,2546.5-2086.8,2577-2085.3,2578.5L-2085.3,2578.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="switch.printer_outlet" transform="rotate(-179.41243,618.1117,430.6)">
|
||||
<g id="_x33_">
|
||||
|
||||
<rect id="rect4470" x="615.3" y="437.8" transform="matrix(-2.685234e-06 -1 1 -2.685234e-06 175.5519 1060.8516)" style="fill:#DFDEE0;" width="5.9" height="9.8"/>
|
||||
<path id="path4472" inkscape:connector-curvature="0" style="fill:#1E1E1E;" d="M622.3,443v-0.4h-8.1v0.4H622.3z M622.3,444.1
|
||||
v-0.4h-8.1v0.4H622.3z M622.3,442v-0.4h-8.1v0.4H622.3z M622.3,444.1v-0.4h-8.1v0.4H622.3z M622.3,443v-0.4h-8.1v0.4H622.3z
|
||||
M622.3,442v-0.4h-8.1v0.4H622.3z M622.3,440.9v-0.3h-8.1v0.4h8.1V440.9z M622.3,440.6h-8.1v0.4h8.1V440.6z M622.3,441.6h-8.1v0.4
|
||||
h8.1V441.6z M622.3,442.7h-8.1v0.4h8.1V442.7z M622.3,444.1v-0.4h-8.1v0.4H622.3z M610,439.9h1.7v2.5h1.1v3.9h10.9v-3.9h1.1v-2.5
|
||||
h1.8c0,0,1.1-2.4,1.1-5s-1.4-6-1.4-6h-2.5l-0.7,1.4h-10.2l-0.7-1.4h-2.5c0,0-1.1,3.4-1.1,6C608.5,437.4,610,439.9,610,439.9
|
||||
L610,439.9z M623,445.5h-9.5v-5.7h9.5C623,439.9,623,445.5,623,445.5z M622.3,440.6h-8.1v0.4h8.1V440.6z M622.3,441.6h-8.1v0.4
|
||||
h8.1V441.6z M622.3,442.7h-8.1v0.4h8.1V442.7z M622.3,443.7h-8.1v0.4h8.1V443.7z M622.3,444.1v-0.4h-8.1v0.4H622.3z M622.3,443
|
||||
v-0.4h-8.1v0.4H622.3z M622.3,442v-0.4h-8.1v0.4H622.3z M622.3,440.9v-0.3h-8.1v0.4h8.1V440.9z M622.3,440.9v-0.3h-8.1v0.4h8.1
|
||||
V440.9z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="group.master_bathroom_accents">
|
||||
<path id="switch.bathroom_Accents-b-9" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M382,315.8h1.8
|
||||
c0.9,0,1.6,0.4,1.6,0.8l-0.1,33c0,0.5-0.7,0.8-1.6,0.8H382c-0.9,0-1.6-0.4-1.6-0.8l0.1-33C380.5,316.2,381.2,315.8,382,315.8z"/>
|
||||
<path id="switch.bathroom_Accents-b-9-9" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M370.1,227.2h1.8
|
||||
c0.9,0,1.6,0.3,1.6,0.7l-0.1,27.9c0,0.4-0.7,0.7-1.6,0.7h-1.7c-0.9,0-1.6-0.3-1.6-0.7l0.1-27.9
|
||||
C368.6,227.5,369.3,227.2,370.1,227.2L370.1,227.2z"/>
|
||||
</g>
|
||||
<g>
|
||||
<polygon id="sensor.carlojuice_charging_status" style="fill:#29D9C2;" points="754.9,144.6 760.8,144.6 755.6,153 760.8,153
|
||||
747.1,168.4 752.9,156.5 748.7,156.5 "/>
|
||||
<path id="device_tracker.juicebox" style="fill:#29D9C2;" d="M760.2,146.6l-1,1.6c2.9,1.6,4.9,4.8,4.9,8.3c0,5.3-4.3,9.6-9.6,9.6
|
||||
c-1.4,0-2.7-0.3-3.9-0.8l-1.3,1.5c1.6,0.8,3.3,1.2,5.2,1.2c6.3,0,11.5-5.1,11.5-11.5C765.9,152.3,763.6,148.5,760.2,146.6z
|
||||
M744.8,156.5c0-4.8,3.6-8.8,8.2-9.5l1-2c-6.2,0.2-11.1,5.2-11.1,11.5c0,3.9,1.9,7.3,4.8,9.4l0.8-1.7
|
||||
C746.3,162.4,744.8,159.6,744.8,156.5z"/>
|
||||
</g>
|
||||
<line id="edge_camera_bottom_1_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="810.1" y1="256.5" x2="1000.1" y2="256.5"/>
|
||||
<line id="edge_camera_top_1_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="810.1" y1="149.5" x2="1000.1" y2="149.5"/>
|
||||
<rect id="camera.camera3" x="809.6" y="150.6" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<line id="edge_camera_bottom_2_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="809.8" y1="370.1" x2="999.8" y2="370.1"/>
|
||||
<line id="edge_camera_top_2_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="809.8" y1="263.1" x2="999.8" y2="263.1"/>
|
||||
<rect id="camera.camera2" x="809.3" y="264.2" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<line id="edge_camera_bottom_3_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="809.6" y1="483.9" x2="999.6" y2="483.9"/>
|
||||
<line id="edge_camera_top_3_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="809.6" y1="376.9" x2="999.6" y2="376.9"/>
|
||||
<rect id="camera.camera1" x="809.1" y="378" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
</svg>
|
Before Width: | Height: | Size: 82 KiB |
|
@ -1,287 +0,0 @@
|
|||
name: Alarm Panel
|
||||
image: /local/custom_ui/floorplan/alarm.svg
|
||||
stylesheet: /local/custom_ui/floorplan/alarm.css
|
||||
|
||||
rules:
|
||||
- name: input_booleans
|
||||
entities:
|
||||
- input_boolean.guest_mode
|
||||
- input_boolean.good_night
|
||||
- light.kitchen_lights
|
||||
- light.living_room_lights
|
||||
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'button-on'
|
||||
- state: 'off'
|
||||
class: 'button-off'
|
||||
|
||||
- name: thermostats_temp
|
||||
entities:
|
||||
- climate.downstairs
|
||||
- climate.upstairs
|
||||
text_template: '${entity.attributes.current_temperature ? Math.ceil(entity.attributes.current_temperature) + "°": "undefined"}'
|
||||
class_template: 'return "static-temp";'
|
||||
|
||||
- name: temp_darksky
|
||||
entities:
|
||||
- sensor.pirateweather_temperature
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) + "°": "undefined"}'
|
||||
class_template: 'return "static-temp";'
|
||||
|
||||
- name: temp_round
|
||||
entities:
|
||||
- sensor.downstairs_thermostat_humidity
|
||||
- sensor.upstairs_thermostat_humidity
|
||||
- sensor.pirateweather_humidity
|
||||
- sensor.carlojuice_amps
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) : "undefined"}'
|
||||
class_template: 'return "static-temp";'
|
||||
|
||||
- name: text_states
|
||||
entities:
|
||||
- sensor.last_message
|
||||
text_template: '${entity.state ? entity.state.replace(/\s{3,}/g,"") : "undefined"}'
|
||||
class_template: 'return "static-text";'
|
||||
|
||||
- name: text_font_date
|
||||
entities:
|
||||
- sensor.floorplan_date
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-date";'
|
||||
|
||||
- name: text_font_time
|
||||
entities:
|
||||
- sensor.floorplan_time
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-time";'
|
||||
|
||||
- name: Alarm
|
||||
entities:
|
||||
- input_boolean.alert_mode
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'text-home'
|
||||
- state: 'off'
|
||||
class: 'text-away'
|
||||
|
||||
- name: Family
|
||||
entities:
|
||||
- person.carlo
|
||||
- person.stacey
|
||||
- device_tracker.juicebox
|
||||
text_template: '${entity.state ? entity.state.replace("not_home", "away") : "undefined"}'
|
||||
|
||||
states:
|
||||
- state: 'home'
|
||||
class: 'text-home'
|
||||
- state: 'not_home'
|
||||
class: 'text-away'
|
||||
|
||||
- name: switches
|
||||
entities:
|
||||
- switch.front_landscaping
|
||||
- switch.back_landscaping
|
||||
- group.kitchen_accents
|
||||
- group.master_bathroom_accents
|
||||
- switch.lr_amp
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'switch-on'
|
||||
- state: 'off'
|
||||
class: 'switch-off'
|
||||
|
||||
- name: custom_switches
|
||||
entities:
|
||||
- switch.pool_deck
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'light-blue-on'
|
||||
- state: 'off'
|
||||
class: 'outdoor-light-off'
|
||||
|
||||
- name: Lights
|
||||
entities:
|
||||
- light.kids_hallway
|
||||
- light.bedroom_hallway
|
||||
- light_upstairs_hallway
|
||||
- light.m1_back_left
|
||||
- light.m1_back_right
|
||||
- light.m1_front_left
|
||||
- light.m1_front_right
|
||||
- light.slider
|
||||
- light.office_lamp
|
||||
- light.den_lamp
|
||||
- light.f2
|
||||
- light.f1
|
||||
- light.s1
|
||||
- light.s2
|
||||
- light.s3
|
||||
- light.s4
|
||||
- light.d1
|
||||
- light.d2
|
||||
- light.k1
|
||||
- light.k2
|
||||
- light.k3
|
||||
- light.k4
|
||||
- light.k5
|
||||
- light.k6
|
||||
- light.sink
|
||||
- light.fridge
|
||||
- light.couch_1
|
||||
- light.tv_light
|
||||
- light.bedroom
|
||||
- light.justin_go
|
||||
- light.paige_go
|
||||
- light.garage_attic
|
||||
- light.upstairs_lamp
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'light-on'
|
||||
- state: 'off'
|
||||
class: 'light-off'
|
||||
|
||||
- name: Outdoor Lights
|
||||
entities:
|
||||
- light.p1_front_left
|
||||
- light.p1_front_right
|
||||
- light.p1_back_left
|
||||
- light.p1_back_right
|
||||
- light.outdoor_bathroom
|
||||
- light.outdoor_foyer
|
||||
- light.outdoor_sconce_1
|
||||
- light.outdoor_sconce_2
|
||||
- light.outdoor_sconce_3
|
||||
- light.led_garage_large
|
||||
- light.led_garage_small
|
||||
- light.led_outdoor_den
|
||||
- light.flood_2
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'light-on'
|
||||
- state: 'off'
|
||||
class: 'outdoor-light-off'
|
||||
|
||||
- name: Nest Protects
|
||||
entities:
|
||||
- binary_sensor.upstairs_living_room_nest_protect_online
|
||||
- binary_sensor.hallway_nest_protect_kids_hallway_online
|
||||
- binary_sensor.justins_room_nest_protect_online
|
||||
- binary_sensor.kitchen_nest_protect_online
|
||||
- binary_sensor.master_bedroom_nest_protect_online
|
||||
- binary_sensor.master_hallway_nest_protect_online
|
||||
- binary_sensor.paiges_room_nest_protect_paiges_room_online
|
||||
- binary_sensor.upstairs_bedroom_nest_protect_online
|
||||
- binary_sensor.office_nest_protect_online
|
||||
states:
|
||||
- state: 'off'
|
||||
class: 'protect-off'
|
||||
- state: 'on'
|
||||
class: 'protect-on'
|
||||
|
||||
- name: Entry Points
|
||||
entities:
|
||||
- binary_sensor.mcu1_gpio4
|
||||
- binary_sensor.mcu1_gpio5
|
||||
- binary_sensor.mcu1_gpio10
|
||||
- binary_sensor.mcu1_gpio12
|
||||
- binary_sensor.mcu1_gpio13
|
||||
- binary_sensor.mcu1_gpio14
|
||||
- binary_sensor.mcu2_gpio4
|
||||
- binary_sensor.mcu2_gpio5
|
||||
- binary_sensor.mcu2_gpio9
|
||||
- binary_sensor.mcu2_gpio10
|
||||
- binary_sensor.mcu2_gpio12
|
||||
- binary_sensor.mcu2_gpio13
|
||||
- binary_sensor.mcu2_gpio14
|
||||
- binary_sensor.mcu3_gpio4
|
||||
- binary_sensor.mcu3_gpio5
|
||||
- binary_sensor.mcu3_gpio10
|
||||
- binary_sensor.mcu3_gpio14
|
||||
- binary_sensor.kitchen_door
|
||||
- binary_sensor.mcu3_light
|
||||
states:
|
||||
- state: 'off'
|
||||
class: 'window-closed'
|
||||
- state: 'on'
|
||||
class: 'window-open'
|
||||
|
||||
- name: Presence
|
||||
entities:
|
||||
- binary_sensor.sleepnumber_carlo_carlo_is_in_bed
|
||||
- binary_sensor.sleepnumber_carlo_stacey_is_in_bed
|
||||
states:
|
||||
- state: 'on'
|
||||
class: 'presence-on'
|
||||
- state: 'off'
|
||||
class: 'presence-off'
|
||||
|
||||
- name: Garage Doors
|
||||
entities:
|
||||
- cover.large_garage_door
|
||||
- cover.small_garage_door
|
||||
states:
|
||||
- state: 'closed'
|
||||
class: 'window-closed'
|
||||
- state: 'open'
|
||||
class: 'window-open'
|
||||
|
||||
- name: Juicebox
|
||||
entities:
|
||||
- sensor.carlojuice_charging_status
|
||||
states:
|
||||
- state: 'charging'
|
||||
class: 'juicebox-charging'
|
||||
- state: 'standby'
|
||||
class: 'juicebox-standby'
|
||||
- state: 'plugged'
|
||||
class: 'juicebox-plugged'
|
||||
|
||||
- name: Dark Sky Sensors
|
||||
entities:
|
||||
- sensor.pirateweather_minutely_summary
|
||||
image_template: '
|
||||
var imageName = "";
|
||||
|
||||
switch (entity.attributes.entity_picture) {
|
||||
case "/static/images/darksky/weather-sunny.svg":
|
||||
imageName = "sunny-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-night.svg":
|
||||
imageName = "night-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-partlycloudy.svg":
|
||||
imageName = "partlycloudy-day-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-cloudy.svg":
|
||||
imageName = "partlycloudy-night-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-cloudy.svg":
|
||||
imageName = "cloudy-day-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-pouring.svg":
|
||||
imageName = "thunder";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-snowy.svg":
|
||||
imageName = "snowy-day-1";
|
||||
break;
|
||||
}
|
||||
|
||||
return "/local/custom_ui/floorplan/images/weather/" + imageName + ".svg";
|
||||
'
|
||||
|
||||
- name: Camera Images
|
||||
entities:
|
||||
- camera.front_door
|
||||
- camera.camera1
|
||||
- camera.camera2
|
||||
- camera.camera3
|
||||
image_template: '${entity.attributes.entity_picture}'
|
||||
# image_refresh_interval: 20 # in seconds - Future options if needed.
|
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_2_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 206.4 105.5" style="enable-background:new 0 0 206.4 105.5;" xml:space="preserve">
|
||||
<title>Radio Green</title>
|
||||
<rect width="206.4" height="105.7"/>
|
||||
<g>
|
||||
<g style="enable-background:new ;">
|
||||
<path style="fill:#BDF271;" d="M39.1,29.3h14.5c1.5,0,3,0.2,4.3,0.5c1.3,0.3,2.5,0.9,3.5,1.6c1,0.8,1.8,1.8,2.4,3s0.9,2.8,0.9,4.6
|
||||
c0,2.5-0.7,4.7-2,6.4c-1.3,1.8-3.1,2.8-5.5,3.3v0.1c1.6,0.2,2.9,0.7,3.8,1.4s1.6,1.6,2.1,2.6s0.7,2.2,0.9,3.4
|
||||
c0.1,1.2,0.2,2.5,0.2,3.7c0,0.7,0,1.5,0,2.2s0,1.4,0.1,2c0.1,0.6,0.2,1.2,0.3,1.7s0.3,1,0.6,1.3h-2.4c-0.5-0.9-0.7-1.9-0.8-3.1
|
||||
c0-1.2-0.1-2.4-0.1-3.7s0-2.5-0.1-3.8s-0.4-2.4-0.9-3.4s-1.3-1.8-2.5-2.4c-1.1-0.4-2.7-0.7-4.8-0.7H41.2v17.2h-2.1
|
||||
C39.1,67.2,39.1,29.3,39.1,29.3z M53.6,47.9c1.3,0,2.4-0.2,3.5-0.5s2-0.9,2.8-1.6c0.8-0.7,1.4-1.6,1.9-2.7
|
||||
c0.5-1.1,0.7-2.4,0.7-3.9c0-1.4-0.2-2.6-0.7-3.6s-1.1-1.8-2-2.5C59,32.5,58,32,57,31.7c-1.1-0.3-2.2-0.4-3.4-0.4H41.2v16.6H53.6z"
|
||||
/>
|
||||
<path style="fill:#BDF271;" d="M82.2,29.3h2.3l13.8,37.9H96L91.6,55H74.9l-4.4,12.2h-2.3L82.2,29.3z M90.9,53l-7.5-21.4h-0.1
|
||||
L75.6,53H90.9z"/>
|
||||
<path style="fill:#BDF271;" d="M102.8,29.3h11.4c3.1,0,5.7,0.5,7.8,1.6c2.1,1.1,3.7,2.5,5,4.2c1.2,1.8,2.1,3.8,2.6,6
|
||||
c0.5,2.3,0.8,4.6,0.8,7c0,2.7-0.3,5.2-1,7.5c-0.6,2.3-1.6,4.3-3,6c-1.3,1.7-3,3-5.1,4c-2,1-4.5,1.5-7.2,1.5h-11.3V29.3z
|
||||
M114.3,65.2c1.6,0,3.3-0.3,4.9-0.8s3.1-1.5,4.5-2.8c1.3-1.3,2.4-3,3.2-5.2s1.2-4.9,1.2-8.2c0-2.6-0.2-4.8-0.7-6.6
|
||||
s-1.1-3.4-1.9-4.6c-0.8-1.3-1.6-2.2-2.6-3c-1-0.7-2-1.3-3.1-1.7c-1.1-0.4-2.1-0.6-3.2-0.8c-1.1-0.1-2-0.2-2.9-0.2h-8.9v33.9H114.3
|
||||
z"/>
|
||||
<path style="fill:#BDF271;" d="M137.4,29.3h2.1v37.9h-2.1V29.3z"/>
|
||||
<path style="fill:#BDF271;" d="M179.3,48.3c0,2.8-0.4,5.4-1.1,7.8c-0.7,2.4-1.8,4.5-3.2,6.3s-3.1,3.2-5.2,4.2s-4.4,1.5-7,1.5
|
||||
s-4.9-0.5-7-1.5s-3.8-2.4-5.2-4.2s-2.5-3.9-3.2-6.3c-0.7-2.4-1.1-5-1.1-7.8s0.4-5.4,1.1-7.8c0.7-2.4,1.8-4.5,3.2-6.3
|
||||
s3.2-3.2,5.2-4.2c2.1-1,4.4-1.5,7-1.5s4.9,0.5,7,1.5s3.8,2.4,5.2,4.2s2.5,3.9,3.2,6.3C178.9,42.9,179.3,45.5,179.3,48.3z
|
||||
M148.3,48.3c0,2.4,0.3,4.7,1,6.9s1.6,4,2.8,5.7c1.2,1.6,2.8,2.9,4.5,3.8c1.8,1,3.8,1.4,6.1,1.4s4.3-0.5,6.1-1.4
|
||||
c1.8-1,3.3-2.2,4.5-3.8s2.2-3.5,2.8-5.7c0.7-2.2,1-4.5,1-6.9s-0.3-4.7-1-6.9s-1.6-4-2.8-5.7c-1.2-1.6-2.7-2.9-4.5-3.8
|
||||
c-1.8-1-3.8-1.4-6.1-1.4s-4.3,0.5-6.1,1.4c-1.8,1-3.3,2.2-4.5,3.8s-2.2,3.5-2.8,5.7C148.6,43.5,148.3,45.8,148.3,48.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 8.3 KiB |
|
@ -1,40 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_2_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 206.4 105.5" style="enable-background:new 0 0 206.4 105.5;" xml:space="preserve">
|
||||
<title>Artboard 4</title>
|
||||
<rect width="206.4" height="105.5"/>
|
||||
<path style="fill:#BDF271;" d="M30.5,44.6c0-1.5-0.4-2.9-1-4.3c-0.5-1.2-1.3-2.2-2.3-3c-1-0.8-2.2-1.5-3.5-1.8
|
||||
c-1.4-0.4-2.9-0.6-4.4-0.6c-1.1,0-2.1,0.1-3.1,0.4C15,35.5,14,36,13,36.6c-1,0.6-1.8,1.5-2.4,2.5c-0.7,1.2-1,2.6-0.9,3.9
|
||||
c-0.1,1.3,0.3,2.6,1,3.7c0.7,1,1.6,1.7,2.7,2.3c1.2,0.6,2.5,1.1,3.8,1.4c1.4,0.4,2.9,0.7,4.3,1s3,0.7,4.4,1.1c1.4,0.4,2.6,1,3.8,1.8
|
||||
c1.1,0.8,2.1,1.8,2.7,3c0.7,1.4,1.1,3,1,4.6c0.1,1.7-0.3,3.5-1.2,5c-0.7,1.3-1.7,2.4-3,3.3c-1.2,0.9-2.6,1.5-4,1.8
|
||||
c-1.4,0.4-2.8,0.5-4.2,0.6c-1.9,0-3.9-0.2-5.8-0.7c-1.7-0.4-3.3-1.2-4.7-2.3c-1.4-1.1-2.4-2.6-3.2-4.2c-0.8-2-1.2-4.1-1.1-6.2h2.2
|
||||
c-0.1,1.8,0.1,3.6,0.8,5.3c0.6,1.4,1.5,2.6,2.7,3.5c1.2,0.9,2.6,1.6,4.1,2c1.6,0.4,3.3,0.6,4.9,0.6c1.1,0,2.2-0.2,3.3-0.4
|
||||
c1.2-0.3,2.3-0.8,3.3-1.4c1-0.7,1.9-1.6,2.5-2.7c0.7-1.3,1.1-2.7,1-4.1c0.1-1.4-0.3-2.7-1-3.9c-0.7-1-1.6-1.9-2.7-2.4
|
||||
c-1.2-0.7-2.5-1.2-3.8-1.5c-1.4-0.4-2.9-0.7-4.4-1s-2.9-0.7-4.3-1.1c-1.3-0.4-2.6-1-3.8-1.7c-1.1-0.7-2-1.7-2.7-2.9
|
||||
c-0.7-1.4-1.1-2.9-1-4.4c0-1.6,0.3-3.2,1.1-4.6c0.7-1.2,1.6-2.3,2.7-3.1c1.1-0.8,2.4-1.4,3.8-1.8c1.4-0.4,2.7-0.6,4.2-0.6
|
||||
c1.7,0,3.4,0.2,5.1,0.7c1.5,0.4,2.9,1.1,4.1,2.1c1.2,1,2.2,2.2,2.9,3.6c0.8,1.7,1.2,3.5,1.2,5.4H30.5z"/>
|
||||
<path style="fill:#BDF271;" d="M37.2,52.7c0-2.6,0.4-5.2,1.1-7.7c0.7-2.3,1.8-4.4,3.3-6.3c1.4-1.8,3.2-3.2,5.2-4.2
|
||||
c2.2-1.1,4.6-1.6,7-1.5c1.8,0,3.6,0.3,5.3,0.9c1.4,0.5,2.6,1.2,3.8,2.2c1,0.8,1.8,1.8,2.5,2.8c0.6,0.9,1.1,1.9,1.5,2.9
|
||||
c0.3,0.8,0.5,1.5,0.7,2.3c0.1,0.7,0.2,1,0.2,1.1h-2.1c-0.2-1.5-0.7-3-1.4-4.3c-0.7-1.2-1.6-2.3-2.7-3.2c-1.1-0.9-2.3-1.5-3.6-2
|
||||
c-1.3-0.5-2.8-0.7-4.2-0.7c-2.1,0-4.2,0.5-6.1,1.4c-1.8,0.9-3.3,2.3-4.5,3.8c-1.3,1.7-2.2,3.6-2.8,5.7c-1.3,4.5-1.3,9.3,0,13.8
|
||||
c0.6,2,1.5,4,2.8,5.7c1.2,1.6,2.8,2.9,4.5,3.8c1.9,1,4,1.5,6.1,1.4c1.7,0,3.3-0.4,4.8-1.1c1.5-0.7,2.8-1.8,3.9-3
|
||||
c1.1-1.3,2-2.8,2.7-4.4c0.7-1.6,1.1-3.4,1.2-5.1h2.1c-0.2,2.2-0.7,4.3-1.5,6.3c-0.8,1.8-1.8,3.5-3.2,5c-1.3,1.4-2.8,2.5-4.5,3.3
|
||||
c-1.7,0.8-3.5,1.2-5.4,1.2c-2.4,0-4.8-0.5-7-1.5c-2-1-3.8-2.4-5.2-4.2c-1.5-1.9-2.6-4-3.3-6.3C37.5,58.1,37.1,55.4,37.2,52.7z"/>
|
||||
<path style="fill:#BDF271;" d="M72.9,33.8H75V51h22.3V33.8h2.2v37.9h-2.2V53H75v18.7h-2.1V33.8z"/>
|
||||
<path style="fill:#BDF271;" d="M137.2,52.7c0,2.6-0.4,5.3-1.2,7.8c-0.7,2.3-1.8,4.4-3.2,6.3c-2.9,3.7-7.4,5.9-12.2,5.8
|
||||
c-2.4,0-4.8-0.5-7-1.5c-2-1-3.8-2.4-5.2-4.2c-1.5-1.9-2.6-4-3.3-6.3c-1.5-5.1-1.5-10.5,0-15.5c0.7-2.3,1.8-4.4,3.3-6.3
|
||||
c1.4-1.8,3.2-3.2,5.2-4.2c2.2-1.1,4.6-1.6,7-1.5c4.7-0.1,9.3,2,12.2,5.8c1.5,1.9,2.6,4,3.2,6.3C136.8,47.5,137.2,50.1,137.2,52.7z
|
||||
M106.2,52.7c0,2.3,0.3,4.7,1,6.9c0.6,2,1.6,4,2.8,5.6c1.2,1.6,2.8,2.9,4.5,3.8c1.9,1,4,1.5,6.1,1.4c2.1,0,4.2-0.5,6.1-1.4
|
||||
c1.8-0.9,3.3-2.3,4.5-3.8c1.3-1.7,2.2-3.6,2.8-5.7c1.3-4.5,1.3-9.3,0-13.8c-0.6-2-1.5-4-2.8-5.7c-1.2-1.6-2.8-2.9-4.5-3.8
|
||||
c-1.9-1-4-1.5-6.1-1.4c-2.1,0-4.2,0.5-6.1,1.4c-1.7,1-3.3,2.3-4.5,3.8c-1.3,1.7-2.2,3.6-2.8,5.7C106.5,48.1,106.1,50.4,106.2,52.7
|
||||
L106.2,52.7z"/>
|
||||
<path style="fill:#BDF271;" d="M173.3,52.7c0,2.6-0.4,5.3-1.1,7.8c-0.7,2.3-1.8,4.4-3.2,6.3c-2.9,3.7-7.4,5.9-12.2,5.8
|
||||
c-2.4,0-4.8-0.5-7-1.5c-2-1-3.8-2.4-5.2-4.2c-1.5-1.9-2.6-4-3.2-6.3c-1.5-5.1-1.5-10.5,0-15.5c0.7-2.3,1.8-4.4,3.2-6.3
|
||||
c1.4-1.8,3.2-3.2,5.2-4.2c6.6-3.3,14.6-1.5,19.2,4.2c1.5,1.9,2.5,4.1,3.2,6.3C173,47.5,173.4,50.1,173.3,52.7z M142.3,52.7
|
||||
c0,2.3,0.3,4.7,1,6.9c0.6,2,1.5,4,2.8,5.6c1.2,1.6,2.8,2.9,4.5,3.8c1.9,1,4,1.5,6.1,1.4c2.1,0,4.2-0.5,6.1-1.4
|
||||
c1.8-0.9,3.3-2.3,4.5-3.8c1.3-1.7,2.2-3.6,2.8-5.7c1.3-4.5,1.3-9.3,0-13.8c-0.6-2-1.5-4-2.8-5.7c-1.2-1.6-2.8-2.9-4.5-3.8
|
||||
c-1.9-1-4-1.5-6.1-1.4c-2.1,0-4.2,0.5-6.1,1.4c-1.8,0.9-3.3,2.3-4.5,3.8c-1.3,1.7-2.2,3.6-2.8,5.7C142.7,48.1,142.3,50.4,142.3,52.7
|
||||
L142.3,52.7z"/>
|
||||
<path style="fill:#BDF271;" d="M177.9,33.8h2.1v35.9h19.8v2h-21.9V33.8z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.0 KiB |
|
@ -1 +0,0 @@
|
|||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 206.4 105.48"><defs><style>.cls-1{fill:#e6e6e6;isolation:isolate;}</style></defs><title>Artboard 1</title><rect width="206.4" height="105.48"/><path id="text128" class="cls-1" d="M34.07,44.62a11,11,0,0,0-1-4.25,8.67,8.67,0,0,0-2.31-3,10,10,0,0,0-3.5-1.83,15.12,15.12,0,0,0-4.41-.61,14.48,14.48,0,0,0-3.15.37,9.49,9.49,0,0,0-3.13,1.3,7.45,7.45,0,0,0-2.37,2.49,7.66,7.66,0,0,0-.92,3.9,6.27,6.27,0,0,0,1,3.72A7.56,7.56,0,0,0,17,49a16.52,16.52,0,0,0,3.81,1.4c1.43.36,2.88.69,4.34,1s2.95.7,4.37,1.14a14.58,14.58,0,0,1,3.81,1.81,8.6,8.6,0,0,1,2.71,3,9.33,9.33,0,0,1,1,4.59,9.8,9.8,0,0,1-1.17,5,10.3,10.3,0,0,1-3,3.29A11.75,11.75,0,0,1,29,72a16.81,16.81,0,0,1-4.17.56,22.17,22.17,0,0,1-5.76-.72,12.53,12.53,0,0,1-4.69-2.33,11.24,11.24,0,0,1-3.15-4.17,14.72,14.72,0,0,1-1.1-6.21h2.15a11.39,11.39,0,0,0,.83,5.28A9.39,9.39,0,0,0,15.83,68a11,11,0,0,0,4.08,2,19.3,19.3,0,0,0,4.93.61,14.54,14.54,0,0,0,3.34-.42,9.81,9.81,0,0,0,3.27-1.44,8.23,8.23,0,0,0,2.49-2.65,7.84,7.84,0,0,0,1-4.14,6.85,6.85,0,0,0-1-3.9,7.7,7.7,0,0,0-2.71-2.44,16.81,16.81,0,0,0-3.81-1.49c-1.41-.37-2.87-.71-4.37-1s-2.91-.69-4.34-1.12a14.15,14.15,0,0,1-3.81-1.72,8.61,8.61,0,0,1-2.69-2.81,8.63,8.63,0,0,1-1-4.44,9.61,9.61,0,0,1,1.05-4.64A9.12,9.12,0,0,1,15,35.2a11.63,11.63,0,0,1,3.79-1.75,16.18,16.18,0,0,1,4.15-.56,18.94,18.94,0,0,1,5.1.66,11.83,11.83,0,0,1,4.15,2.08A10,10,0,0,1,35,39.26a13.74,13.74,0,0,1,1.23,5.36Zm8-10.83h2.69l22,34.76h.1V33.79H69v37.9H66.49l-22.17-35h-.1v35H42.07Zm64.7,19a26.11,26.11,0,0,1-1.13,7.77,19.27,19.27,0,0,1-3.24,6.32,15.33,15.33,0,0,1-5.2,4.22,16.66,16.66,0,0,1-14,0A15.25,15.25,0,0,1,78,66.83a19.08,19.08,0,0,1-3.24-6.32,27.28,27.28,0,0,1,0-15.54A19.08,19.08,0,0,1,78,38.65a15.25,15.25,0,0,1,5.23-4.22,16.66,16.66,0,0,1,14,0,15.33,15.33,0,0,1,5.2,4.22A19.27,19.27,0,0,1,105.64,45,26.11,26.11,0,0,1,106.77,52.74Zm-31,0a23.83,23.83,0,0,0,1,6.9,17.33,17.33,0,0,0,2.83,5.65,14,14,0,0,0,4.54,3.85,12.83,12.83,0,0,0,6.1,1.43,12.67,12.67,0,0,0,6.08-1.43,14.07,14.07,0,0,0,4.52-3.85,17.33,17.33,0,0,0,2.83-5.65,24.78,24.78,0,0,0,0-13.8,17.33,17.33,0,0,0-2.83-5.65,14.07,14.07,0,0,0-4.52-3.85,12.67,12.67,0,0,0-6.08-1.43,12.83,12.83,0,0,0-6.1,1.43,14,14,0,0,0-4.54,3.85,17.33,17.33,0,0,0-2.83,5.65A23.83,23.83,0,0,0,75.76,52.74Zm67.18,0a26.11,26.11,0,0,1-1.12,7.77,19.1,19.1,0,0,1-3.25,6.32,15.2,15.2,0,0,1-5.19,4.22,16.66,16.66,0,0,1-14,0,15.25,15.25,0,0,1-5.23-4.22,19.08,19.08,0,0,1-3.24-6.32,27.28,27.28,0,0,1,0-15.54,19.08,19.08,0,0,1,3.24-6.32,15.25,15.25,0,0,1,5.23-4.22,16.66,16.66,0,0,1,14,0,15.2,15.2,0,0,1,5.19,4.22A19.1,19.1,0,0,1,141.82,45,26.11,26.11,0,0,1,142.94,52.74Zm-31,0a23.83,23.83,0,0,0,1,6.9,17.33,17.33,0,0,0,2.83,5.65,14,14,0,0,0,4.54,3.85,12.8,12.8,0,0,0,6.1,1.43,12.67,12.67,0,0,0,6.08-1.43A14.07,14.07,0,0,0,137,65.29a17.53,17.53,0,0,0,2.83-5.65,24.78,24.78,0,0,0,0-13.8A17.53,17.53,0,0,0,137,40.19a14.07,14.07,0,0,0-4.52-3.85,12.67,12.67,0,0,0-6.08-1.43,12.8,12.8,0,0,0-6.1,1.43,14,14,0,0,0-4.54,3.85,17.33,17.33,0,0,0-2.83,5.65A23.83,23.83,0,0,0,111.94,52.74Zm32.71-19h24.46v2L145.48,69.67h24.07v2H143.24v-2l23.53-33.86H144.65Zm27.93,0H196v2H174.73V51h20v2h-20V69.67h21.53v2H172.58Z"/></svg>
|
Before Width: | Height: | Size: 3.1 KiB |
|
@ -1 +0,0 @@
|
|||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 206.4 105.48"><defs><style>.cls-1{fill:#00adee;}.cls-2{fill:#26b7ed;}.cls-3{fill:#4dc0eb;}.cls-4{fill:#73caea;}.cls-5{fill:#99d3e9;}.cls-6{fill:#c0dce7;}.cls-7{fill:#e6e6e6;}</style></defs><title>Artboard 3</title><rect width="206.4" height="105.48"/><path class="cls-1" d="M15.06,33.84H39.45v2L15.88,69.62h24v2H13.64v-2L37.11,35.86h-22Z"/><path class="cls-2" d="M53.78,33.84H75v1.75L54.5,65H75.37V66.7H52.55V65L73,35.59H53.78Z"/><path class="cls-3" d="M92.5,33.84h18v1.49l-17.41,25h17.74v1.49H91.45V60.28l17.34-25H92.5Z"/><path class="cls-4" d="M121.22,33.84h14.84v1.23L121.72,55.61h14.6v1.22h-16V55.61l14.27-20.54H121.22Z"/><path class="cls-5" d="M149.94,33.84h11.65v1L150.33,50.94H161.8v1H149.26v-1l11.22-16.13H149.94Z"/><path class="cls-6" d="M170.66,33.84h8.47v.7l-8.19,11.73h8.34V47h-9.11v-.69l8.15-11.73h-7.66Z"/><path class="cls-7" d="M187.38,33.84h5.28v.44l-5.1,7.31h5.2V42h-5.69v-.44l5.09-7.31h-4.78Z"/></svg>
|
Before Width: | Height: | Size: 1005 B |
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_2_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 206.4 105.5" style="enable-background:new 0 0 206.4 105.5;" xml:space="preserve">
|
||||
<title>Stop Red</title>
|
||||
<rect y="-0.8" width="206.4" height="105.5"/>
|
||||
<g>
|
||||
<path style="fill:#E7376B;stroke:#E7376B;stroke-width:2;stroke-miterlimit:10;" d="M68.5,39.2c-0.1-1.6-0.4-3.1-1-4.3
|
||||
s-1.3-2.2-2.3-3s-2.1-1.4-3.5-1.8s-2.8-0.6-4.4-0.6c-1,0-2,0.1-3.1,0.4C53,30.1,52,30.5,51,31.1s-1.8,1.5-2.4,2.5
|
||||
c-0.6,1-0.9,2.4-0.9,3.9s0.3,2.8,1,3.7c0.7,1,1.6,1.7,2.7,2.3c1.1,0.6,2.4,1.1,3.8,1.4c1.4,0.4,2.9,0.7,4.3,1
|
||||
c1.5,0.3,3,0.7,4.4,1.1c1.4,0.4,2.7,1,3.8,1.8s2,1.8,2.7,3s1,2.8,1,4.6c0,2-0.4,3.7-1.2,5c-0.8,1.3-1.8,2.4-3,3.3
|
||||
c-1.2,0.9-2.5,1.5-4,1.8c-1.4,0.4-2.8,0.6-4.2,0.6c-2.1,0-4-0.2-5.8-0.7s-3.4-1.3-4.7-2.3c-1.3-1.1-2.4-2.5-3.1-4.2
|
||||
c-0.8-1.7-1.1-3.8-1.1-6.2h2.1c-0.1,2.1,0.2,3.9,0.8,5.3c0.7,1.4,1.6,2.6,2.7,3.5c1.2,0.9,2.5,1.6,4.1,2s3.2,0.6,4.9,0.6
|
||||
c1,0,2.2-0.1,3.3-0.4c1.2-0.3,2.3-0.8,3.3-1.4c1-0.7,1.8-1.6,2.5-2.7c0.7-1.1,1-2.5,1-4.2c0-1.6-0.3-2.9-1-3.9s-1.6-1.8-2.7-2.4
|
||||
c-1.1-0.6-2.4-1.1-3.8-1.5c-1.4-0.4-2.9-0.7-4.4-1s-2.9-0.7-4.3-1.1s-2.7-1-3.8-1.7s-2-1.7-2.7-2.8c-0.7-1.2-1-2.6-1-4.4
|
||||
c0-1.8,0.3-3.4,1-4.7s1.6-2.3,2.7-3.1c1.1-0.8,2.4-1.4,3.8-1.8c1.4-0.4,2.8-0.6,4.1-0.6c1.8,0,3.5,0.2,5.1,0.7
|
||||
c1.6,0.4,3,1.1,4.1,2.1c1.2,0.9,2.1,2.2,2.9,3.6c0.7,1.5,1.1,3.3,1.2,5.4C70.2,39.2,68.5,39.2,68.5,39.2z"/>
|
||||
<path style="fill:#E7376B;stroke:#E7376B;stroke-width:2;stroke-miterlimit:10;" d="M71.6,30.3v-2h26.7v2H86v36h-2.1v-36
|
||||
C83.9,30.3,71.6,30.3,71.6,30.3z"/>
|
||||
<path style="fill:#E7376B;stroke:#E7376B;stroke-width:2;stroke-miterlimit:10;" d="M130.3,47.3c0,2.8-0.4,5.4-1.1,7.8
|
||||
c-0.7,2.4-1.8,4.5-3.2,6.3s-3.1,3.2-5.2,4.2s-4.4,1.5-7,1.5s-4.9-0.5-7-1.5s-3.8-2.4-5.2-4.2s-2.5-3.9-3.2-6.3
|
||||
c-0.7-2.4-1.1-5-1.1-7.8s0.4-5.4,1.1-7.8c0.7-2.4,1.8-4.5,3.2-6.3c1.4-1.8,3.2-3.2,5.2-4.2c2.1-1,4.4-1.5,7-1.5s4.9,0.5,7,1.5
|
||||
s3.8,2.4,5.2,4.2c1.4,1.8,2.5,3.9,3.2,6.3C129.9,42,130.3,44.6,130.3,47.3z M99.3,47.3c0,2.4,0.3,4.8,1,6.9
|
||||
c0.7,2.2,1.6,4.1,2.8,5.7c1.2,1.6,2.8,2.9,4.5,3.9s3.8,1.4,6.1,1.4c2.3,0,4.3-0.5,6.1-1.4c1.8-1,3.3-2.2,4.5-3.9
|
||||
c1.2-1.6,2.2-3.5,2.8-5.7c0.7-2.2,1-4.5,1-6.9s-0.3-4.8-1-6.9c-0.7-2.2-1.6-4.1-2.8-5.7c-1.2-1.6-2.7-2.9-4.5-3.9s-3.8-1.4-6.1-1.4
|
||||
c-2.3,0-4.3,0.5-6.1,1.4s-3.3,2.2-4.5,3.9c-1.2,1.6-2.2,3.5-2.8,5.7C99.6,42.6,99.3,44.9,99.3,47.3z"/>
|
||||
<path style="fill:#E7376B;stroke:#E7376B;stroke-width:2;stroke-miterlimit:10;" d="M134.9,28.3h14.8c1,0,2.1,0.1,3.2,0.4
|
||||
c1.2,0.2,2.3,0.8,3.3,1.5c1,0.8,1.9,1.8,2.6,3.2c0.7,1.4,1,3.2,1,5.5c0,3.3-0.9,5.9-2.8,7.7c-1.9,1.8-4.6,2.7-8.1,2.7H137v16.9
|
||||
h-2.1V28.3z M137,47.4h12.3c1.6,0,2.9-0.3,4-0.8s2-1.2,2.6-2c0.7-0.8,1.1-1.7,1.4-2.7c0.3-1,0.4-2,0.4-3c0-0.7-0.1-1.6-0.3-2.5
|
||||
c-0.2-1-0.6-1.9-1.2-2.8c-0.6-0.9-1.4-1.7-2.5-2.3c-1.1-0.6-2.5-0.9-4.2-0.9H137V47.4z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.9 KiB |
|
@ -1,166 +0,0 @@
|
|||
/* @import url('https://fonts.googleapis.com/css?family=Black+Ops+One');
|
||||
|
||||
SVG shapes */
|
||||
|
||||
svg, svg * {
|
||||
vector-effect: non-scaling-stroke !important;
|
||||
pointer-events: all !important;
|
||||
}
|
||||
/*
|
||||
/* Hover over */
|
||||
|
||||
.entity:hover:not(.static-text):not(.static-temp):not(.static-text-date):not(.static-text-time) {
|
||||
stroke: #03A9F4 !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
.warning-background, .warning-text-background {
|
||||
fill: #fcf8e3 !important;
|
||||
fill-opacity: 1 !important;
|
||||
stroke: #faebcc !important;
|
||||
stroke-width: 1px !important;
|
||||
}
|
||||
|
||||
.static-text
|
||||
{
|
||||
font-size : 47px !important;
|
||||
font-family : Helvetica !important;
|
||||
color : rgb(128, 128, 128) !important;
|
||||
}
|
||||
|
||||
.static-text-date
|
||||
{
|
||||
font-family : Helvetica !important;
|
||||
font-size : 47px !important;
|
||||
color : rgb(128, 128, 128) !important;
|
||||
}
|
||||
|
||||
.static-temp
|
||||
{
|
||||
font-size: 47.57px !important;
|
||||
font-family: Helvetica !important;
|
||||
fill: rgb(128, 128, 128) !important;
|
||||
}
|
||||
|
||||
.static-text-time
|
||||
{
|
||||
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace !important;
|
||||
font-size : 280px !important;
|
||||
color : rgb(0, 173, 238) !important;
|
||||
text-shadow: 0 0 30px #00adee;
|
||||
text-align: center; !important;
|
||||
}
|
||||
|
||||
.static-text-am_pm
|
||||
{
|
||||
font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace !important;
|
||||
font-size : 60px !important;
|
||||
color : rgb(0, 173, 238) !important;
|
||||
text-shadow: 0 0 30px #00adee;
|
||||
}
|
||||
|
||||
|
||||
/* Last motion entity */
|
||||
|
||||
.last-motion {
|
||||
stroke: #808080 !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Presence */
|
||||
.presence-on {
|
||||
fill: #BDF271 !important;
|
||||
}
|
||||
|
||||
.presence-off {
|
||||
fill: #3D3B3F !important;
|
||||
}
|
||||
|
||||
/* Text Home/Away */
|
||||
|
||||
.text-home {
|
||||
fill: #BDF271 !important;
|
||||
}
|
||||
|
||||
.text-away {
|
||||
fill: #E7376B !important;
|
||||
}
|
||||
|
||||
/* switches */
|
||||
|
||||
.switch-on {
|
||||
fill: orange !important;
|
||||
}
|
||||
|
||||
.switch-on-blue {
|
||||
fill: blue !important;
|
||||
}
|
||||
|
||||
.switch-off {
|
||||
fill: #cccccc !important;
|
||||
}
|
||||
/* Buttons */
|
||||
|
||||
.button-on {
|
||||
fill: #FFFFA6 !important;
|
||||
fill-opacity: 0.25;
|
||||
}
|
||||
|
||||
.button-off {
|
||||
fill: #3D3B3F !important;
|
||||
fill-opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Light */
|
||||
|
||||
.light-off {
|
||||
fill: #231F26 !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: black !important;
|
||||
stroke-width: 1;
|
||||
stroke-opacity:0.1;
|
||||
}
|
||||
.light-off:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
.outdoor-light-off {
|
||||
fill: grey !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: black !important;
|
||||
stroke-width: 1;
|
||||
stroke-opacity:0.1;
|
||||
}
|
||||
.outdoor-light-off:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(2);
|
||||
}
|
||||
.light-blue-on {
|
||||
fill: blue !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: #FFFFA6 !important;
|
||||
stroke-width: 10;
|
||||
stroke-opacity: 0.25;
|
||||
}
|
||||
.light-blue-on:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(3);
|
||||
}
|
||||
|
||||
.light-on {
|
||||
fill: yellow !important;
|
||||
fill-opacity: 1.0;
|
||||
stroke: #FFFFA6 !important;
|
||||
stroke-width: 10;
|
||||
stroke-opacity: 0.25;
|
||||
}
|
||||
.light-on:hover {
|
||||
transform-origin: center;
|
||||
transform: scale(3);
|
||||
}
|
|
@ -1,200 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1"
|
||||
id="clock_layer" inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" sodipodi:docname="clock.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1024 600"
|
||||
style="enable-background:new 0 0 1024 600;" xml:space="preserve">
|
||||
<pattern y="600" width="5" height="5" patternUnits="userSpaceOnUse" id="rect57_1_" viewBox="0 -5 5 5" style="overflow:visible;">
|
||||
<g>
|
||||
<rect y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<g>
|
||||
<rect y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<g>
|
||||
<rect y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<rect id="rect43_2_" y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_1_" d="M4.9-3C4.9-3,4.8-3,4.9-3H4.3v-1.7c0-0.1,0-0.1-0.1-0.1H0.8c-0.1,0-0.1,0-0.1,0.1V-3H0.2
|
||||
c0,0-0.1,0-0.1,0.1l0,0c0,0,0,0,0,0.1l0,0l2.3,2.2c0.1,0.1,0.1,0.1,0.2,0l1.1-1.1l0.1-0.1v0.2c0,0.1,0,0.1,0.1,0.1h0.3
|
||||
c0.1,0,0.1,0,0.1-0.1v-0.7v-0.1c0.2-0.1,0.3-0.3,0.4-0.4v-0.1C4.8-2.9,4.9-2.9,4.9-3z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g id="g47_2_" style="clip-path:url(#SVGID_2_);">
|
||||
|
||||
<radialGradient id="rect45_3_" cx="-83566.7813" cy="-97872.6094" r="4.43" gradientTransform="matrix(0.56 0 0 0.56 46707.2891 54684.4805)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#17426C"/>
|
||||
<stop offset="1" style="stop-color:#050F1A"/>
|
||||
</radialGradient>
|
||||
<rect id="rect45_2_" y="-5" style="fill:url(#rect45_3_);" width="4.9" height="4.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path id="path367_2_" style="fill:#19476D;" d="M3.6-3.2c0.1,0,0.2,0.1,0.2,0.2l0,0c0,0.1-0.1,0.2-0.2,0.2l0,0
|
||||
C3.5-2.8,3.4-2.9,3.4-3l0,0l0,0C3.4-3.1,3.5-3.2,3.6-3.2z M1.4-3.2c0.1,0,0.2,0.1,0.2,0.2l0,0l0,0c0,0.1-0.1,0.2-0.2,0.2
|
||||
S1.2-2.9,1.2-3S1.3-3.2,1.4-3.2L1.4-3.2z M2.3-4.1L1.6-3.4C1.4-3.5,1.1-3.4,1-3.2s0,0.5,0.2,0.6c0.1,0.1,0.3,0.1,0.5,0
|
||||
c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.3,0-0.4l0.4-0.5v1.5C2.1-2.1,2-1.9,2-1.8s0,0.3,0.1,0.4c0.2,0.2,0.5,0.2,0.7,0l0,0l0,0
|
||||
C2.9-1.4,3-1.6,3-1.7C3-1.9,2.9-2,2.7-2.1c0-0.4,0-1.5,0-1.5l0.4,0.5c0,0.1,0.1,0.4,0.3,0.5s0.5,0,0.6-0.2
|
||||
c0.1-0.1,0.1-0.3,0-0.4C3.9-3.4,3.7-3.5,3.4-3.4L2.7-4.1v-0.6H2.3V-4.1z M2.7-1.7c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2-0.1-0.2-0.2
|
||||
l0,0c0-0.1,0.1-0.2,0.2-0.2C2.6-1.9,2.7-1.8,2.7-1.7z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</pattern>
|
||||
<g id="BG" inkscape:label="#BG1">
|
||||
<rect id="rect55" y="-0.5" width="1024" height="600.5"/>
|
||||
<pattern id="rect57_2_" xlink:href="#rect57_1_" patternTransform="matrix(1 0 0 -1 -3 -33192)">
|
||||
</pattern>
|
||||
<rect id="rect57" y="-0.5" style="fill:url(#rect57_2_);" width="1024" height="600"/>
|
||||
|
||||
<radialGradient id="rect40_2_" cx="422.59" cy="1980.11" r="468.26" gradientTransform="matrix(1 0 0 0.5 0 -695.07)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#000000;stop-opacity:0"/>
|
||||
<stop offset="0.191" style="stop-color:#000000;stop-opacity:0"/>
|
||||
<stop offset="0.4815" style="stop-color:#000000;stop-opacity:0"/>
|
||||
<stop offset="1" style="stop-color:#000000"/>
|
||||
</radialGradient>
|
||||
<rect id="rect40_1_" style="fill:url(#rect40_2_);" width="1024" height="600"/>
|
||||
</g>
|
||||
<text id="sensor.clock_time" inkscape:label="#text92" transform="matrix(0.8191 0 0 1 65.1748 383.8574)" style="fill:#00ADEE;enable-background:new ; font-family:'Helvetica'; font-size:290.3859px;">10:36</text>
|
||||
<text id="sensor.clock_day" transform="matrix(1.2003 0 0 1 18.3418 520.5859)" style="fill:#808080; font-family:'Helvetica'; font-size:47px;">NedNesDay</text>
|
||||
<text id="sensor.clock_date" inkscape:label="#text99" transform="matrix(1.2003 0 0 1 18.3418 583.3311)" style="fill:#808080;enable-background:new ; font-family:'Helvetica'; font-size:47px;">November 33</text>
|
||||
<g id="right_side_layout">
|
||||
|
||||
<line id="edge_doorbell_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="121.1" x2="1009.6" y2="121.1"/>
|
||||
|
||||
<line id="edge_snooze_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="115.1" x2="1009.6" y2="115.1"/>
|
||||
<line id="edge_snooze_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="8.1" x2="1009.6" y2="8.1"/>
|
||||
|
||||
<line id="edge_doorbell_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="228.1" x2="1009.6" y2="228.1"/>
|
||||
<line id="edge_doppler_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="234" x2="1009.6" y2="234"/>
|
||||
|
||||
<line id="edge_doppler_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="341" x2="1009.6" y2="341"/>
|
||||
<line id="edge_radio_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="818.7" y1="469" x2="1008.7" y2="469"/>
|
||||
<line id="edge_radio_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="818.7" y1="556" x2="1008.7" y2="556"/>
|
||||
</g>
|
||||
<text id="sensor.clock_am_pm" transform="matrix(0.8191 0 0 1 692.0439 150.0801)" style="fill:#00ADEE; font-family:'Helvetica'; font-size:50px;">XX</text>
|
||||
<rect id="camera.front_door" x="819.6" y="122.1" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<rect id="sensor.pirateweather_minutely_summary_icon" x="23.3" y="15" inkscape:label="#rect395" style="fill:#666666;" width="70.5" height="62.2">
|
||||
</rect>
|
||||
<rect id="input_boolean.school_mode" x="819.6" y="235" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<text id="climate.downstairs" inkscape:label="#text136" transform="matrix(1 0 0 1 736.5502 530.4459)" style="fill:#808080;enable-background:new ; font-family:'ArialMT'; font-size:47.57px;">72</text>
|
||||
<text id="climate.upstairs" inkscape:label="#text136" transform="matrix(1 0 0 1 736.5506 586.0173)" style="fill:#808080;enable-background:new ; font-family:'ArialMT'; font-size:47.57px;">72</text>
|
||||
<text id="first_floor" inkscape:label="#text136" transform="matrix(0.92 0 0 1 552.4951 529.1865)" style="fill:#808080;enable-background:new ; font-family:'Helvetica'; font-size:48px;">1st Floor</text>
|
||||
<text id="second_floor" inkscape:label="#text136" transform="matrix(0.92 0 0 1 552.4951 586.0176)" style="fill:#808080;enable-background:new ; font-family:'Helvetica'; font-size:48px;">2ndFloor</text>
|
||||
<rect id="media_player.alarm_clock" x="818.6" y="470.2" inkscape:label="#rect140" style="fill:#333333;" width="190" height="83.8">
|
||||
</rect>
|
||||
<rect id="input_boolean.clock_snooze" x="819.1" y="9.2" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<text id="sensor.pirateweather_minutely_summary" transform="matrix(1 0 0 1 188.8361 58.1703)" style="fill:#808080; font-family:'Helvetica'; font-size:48px;">Hell Fire for the next 2 hours</text>
|
||||
<text id="sensor.pirateweather_temperature" transform="matrix(1 0 0 1 112.8211 58.1696)" style="fill:#808080; font-family:'Helvetica'; font-size:48px;">72</text>
|
||||
<g>
|
||||
<g id="powered_by_2_">
|
||||
<g id="powered_by-2_2_">
|
||||
<g id="text857_2_">
|
||||
<path style="fill:#00ADEE;" d="M852.4,582c-0.3-0.9-1-1.7-1.8-2.3c-0.8-0.5-1.8-0.8-2.8-0.8c-0.7,0-1.4,0.1-2.1,0.5
|
||||
c-0.6,0.4-1.1,0.8-1.5,1.4v-1.7h-1.9v1.1h-9.7c-0.1-0.9-0.9-1.6-1.8-1.6c-1,0-1.9,0.8-1.9,1.9s0.8,1.9,1.9,1.9
|
||||
c1,0,1.8-0.8,1.9-1.7h9.7v7.8h-6.8c-0.1-1-0.9-1.7-1.8-1.7c-1,0-1.9,0.8-1.9,1.9c0,1,0.8,1.9,1.9,1.9c0.9,0,1.7-0.7,1.8-1.6h6.8
|
||||
v7.4h2.1v-6.1c0.4,0.5,0.8,0.9,1.4,1.2c0.6,0.2,1.3,0.4,1.9,0.4c0.9,0,1.9-0.3,2.7-0.8c0.9-0.5,1.6-1.3,2-2.3
|
||||
c0.4-1.1,0.6-2.3,0.6-3.5C853,584.2,852.8,583.1,852.4,582z M830.8,582c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C832.2,581.4,831.5,582,830.8,582z M833.6,590.2c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C835.1,589.5,834.4,590.2,833.6,590.2z M850,589.2L850,589.2c-0.6,0.8-1.5,1.2-2.4,1.2
|
||||
c-0.9,0-1.8-0.4-2.3-1.2c-0.8-1-1.1-2.3-1.1-3.6c-0.1-1.3,0.2-2.6,1.1-3.6c0.6-0.8,1.5-1.2,2.4-1.3c0.9,0,1.8,0.4,2.3,1.2
|
||||
c0.7,1,1.1,2.3,1.1,3.6C851.1,586.8,850.7,588.1,850,589.2z"/>
|
||||
<path id="path1976_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M865,580.6c-1.1-1.1-2.6-1.7-4.2-1.7
|
||||
c-1.5,0-2.9,0.5-4,1.4c-1.4,1.3-2.1,3.2-1.9,5.1c-0.1,1.8,0.5,3.6,1.8,4.9c1.1,1.2,2.6,1.8,4.2,1.7c1,0,2-0.3,2.9-0.8
|
||||
c0.9-0.5,1.6-1.3,2.1-2.2c0.6-1.2,0.8-2.5,0.8-3.8C866.7,583.5,866.1,581.9,865,580.6L865,580.6z M863.3,589
|
||||
c-0.6,0.8-1.6,1.2-2.6,1.2c-1,0.1-2-0.4-2.7-1.2c-0.7-1-1.1-2.3-1.1-3.6c-0.1-1.2,0.3-2.5,1.1-3.5c0.7-0.7,1.7-1.2,2.7-1.2
|
||||
c1,0,1.9,0.4,2.6,1.2c0.7,1,1.1,2.2,1.1,3.5C864.4,586.7,864,588,863.3,589L863.3,589z"/>
|
||||
<path id="path1978_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M871.4,591.7l-3.8-12.4h2.2l1.9,7.2l0.8,2.7
|
||||
c0-0.1,0.3-1.1,0.6-2.6l1.9-7.3h2.2l1.9,7.2l0.6,2.4l0.8-2.4l2.2-7.2h2l-3.8,12.4h-2.2l-1.9-7.4l-0.5-2.2l-2.6,9.6L871.4,591.7z
|
||||
"/>
|
||||
<path id="path1980_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M897.2,585.2c0.1-1.7-0.4-3.4-1.5-4.7
|
||||
c-1.1-1.1-2.6-1.7-4.1-1.7c-1.6,0-3.1,0.6-4.2,1.8c-1.2,1.3-1.8,3.1-1.7,4.9c-0.1,1.7,0.4,3.4,1.5,4.7c1.1,1.2,2.7,1.8,4.3,1.7
|
||||
c1.3,0,2.5-0.4,3.6-1.1c0.9-0.7,1.6-1.8,1.9-2.9l-2.2-0.3c-0.2,0.8-0.7,1.4-1.4,1.8c-0.6,0.4-1.2,0.6-1.9,0.6
|
||||
c-1,0-1.9-0.4-2.6-1.2c-0.7-0.9-1.1-2-1.2-3.2h9.3L897.2,585.2z M888,584.3c0-1,0.4-1.9,1.2-2.6c0.6-0.7,1.5-1.1,2.4-1.1
|
||||
c1,0,1.9,0.5,2.6,1.3c0.5,0.7,0.7,1.5,0.8,2.3L888,584.3z"/>
|
||||
<path id="path1982_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M899.8,591.7v-12.4h1.9v1.8
|
||||
c0.3-0.7,0.8-1.3,1.3-1.8c0.4-0.3,0.9-0.4,1.4-0.4c0.8,0,1.5,0.3,2.2,0.6l-0.8,1.9c-0.5-0.2-1-0.4-1.5-0.4
|
||||
c-0.5,0-0.9,0.1-1.3,0.4c-0.4,0.3-0.7,0.7-0.8,1.2c-0.3,0.8-0.4,1.6-0.4,2.4v6.5h-2.1V591.7z"/>
|
||||
<path id="path1984_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M918.6,585.2c0.1-1.7-0.4-3.4-1.5-4.7
|
||||
c-1.1-1.1-2.5-1.7-4.1-1.7c-1.6-0.1-3.2,0.6-4.2,1.8c-1.2,1.3-1.8,3.1-1.7,4.9c-0.1,1.7,0.4,3.4,1.5,4.7
|
||||
c1.1,1.2,2.7,1.8,4.4,1.7c1.3,0,2.5-0.4,3.6-1.1c0.9-0.7,1.6-1.8,1.9-2.9l-2.2-0.3c-0.2,0.8-0.7,1.4-1.4,1.8
|
||||
c-0.5,0.4-1.2,0.7-1.9,0.6c-1,0-1.9-0.4-2.6-1.2c-0.7-0.9-1.1-2-1.2-3.2h9.3V585.2z M909.4,584.3c0-1,0.4-1.9,1.2-2.6
|
||||
c0.6-0.7,1.5-1.1,2.4-1.1c1,0,1.9,0.5,2.6,1.3c0.4,0.7,0.7,1.5,0.8,2.3L909.4,584.3z"/>
|
||||
<path id="path1986_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M929.2,574.7v6.1c-0.3-0.6-0.8-1-1.4-1.3
|
||||
c-0.6-0.4-1.3-0.5-2.1-0.5c-1,0-2,0.3-2.8,0.8c-0.9,0.5-1.5,1.3-1.8,2.3c-0.4,1.1-0.7,2.2-0.6,3.3c0,1.1,0.2,2.3,0.6,3.3
|
||||
c0.4,0.9,1.1,1.8,1.9,2.3c0.8,0.5,1.7,0.8,2.7,0.8c1.4,0.1,2.7-0.6,3.5-1.8v1.8h2.1v-17.1H929.2z M928.3,589
|
||||
c-1.4,1.7-5.8,2.6-5.8-3.6c-0.1-1.3,0.3-2.6,1.1-3.6c0.5-0.7,1.4-1.1,2.3-1.2c0.9,0,1.9,0.4,2.4,1.2c0.8,1.1,1.1,2.4,1.1,3.7
|
||||
C929.5,586.8,929.1,588,928.3,589L928.3,589z"/>
|
||||
<path id="path1988_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M951.6,582.8c-0.3-0.7-0.6-1.4-1.1-2.1
|
||||
c-0.4-0.6-1-1-1.7-1.3c-0.6-0.4-1.4-0.5-2.1-0.5c-1.4,0-2.6,0.6-3.5,1.7v-6.1h-2.1v17.3h1.9v-1.4c0.8,1.1,2.1,1.8,3.5,1.8
|
||||
c1.5,0,2.9-0.7,3.8-1.8c1.1-1.4,1.7-3.2,1.5-5C952,584.4,951.9,583.6,951.6,582.8L951.6,582.8z M948.9,589
|
||||
c-0.6,0.7-1.5,1.1-2.4,1.2c-1.1,0-2.1-0.7-2.7-1.7c-0.5-1-0.7-2.1-0.6-3.2c-0.1-1.2,0.3-2.5,1.1-3.5c0.6-0.7,1.5-1.1,2.4-1.2
|
||||
c0.9,0,1.7,0.4,2.3,1.2c0.8,1,1.1,2.3,1.1,3.6C950,586.7,949.7,588,948.9,589z"/>
|
||||
<path id="path1990_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M954.4,596.4l-0.3-1.9
|
||||
c0.4,0.1,0.8,0.1,1.2,0.1c0.4,0,0.8-0.1,1.2-0.3c0.3-0.2,0.5-0.4,0.6-0.6c0.3-0.5,0.5-1,0.6-1.5c0-0.1,0.1-0.3,0.1-0.5
|
||||
l-4.7-12.4h2.3l2.6,7.2c0.4,1,0.7,1.9,0.9,2.9c0.2-1,0.5-1.9,0.9-2.8l2.7-7.3h2l-4.7,12.7c-0.3,1-0.7,1.9-1.1,2.8
|
||||
c-0.3,0.6-0.8,1.1-1.3,1.5c-0.5,0.4-1.1,0.6-1.8,0.5C955.4,596.7,955,596.7,954.4,596.4L954.4,596.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#00ADEE;" d="M825.8,581.4c-1,0-1.8,0.8-1.8,1.7h-5.1v0.4h5.1c0.1,0.9,0.9,1.6,1.8,1.6c1,0,1.9-0.8,1.9-1.9
|
||||
C827.7,582.2,826.8,581.4,825.8,581.4z M825.8,584.6c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4
|
||||
C827.2,584,826.6,584.6,825.8,584.6z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#00ADEE;" d="M837.8,591c-1,0-1.7,0.7-1.8,1.6h-6.6l-1.9-1.9h-8.5v0.4h8.4l1.9,1.9h6.8c0.1,0.9,0.9,1.6,1.8,1.6
|
||||
c1,0,1.9-0.8,1.9-1.9C839.6,591.8,838.8,591,837.8,591z M837.8,594.3c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C839.2,593.6,838.6,594.3,837.8,594.3z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#00ADEE;" d="M837.8,582.8c-1,0-1.8,0.7-1.8,1.7h-5.5l-3.3,3.5h-8.5v0.4h8.7l3.3-3.5h5.3
|
||||
c0.1,0.9,0.9,1.6,1.8,1.6c1,0,1.9-0.8,1.9-1.9C839.6,583.6,838.8,582.8,837.8,582.8z M837.8,586.1c-0.8,0-1.4-0.6-1.4-1.4
|
||||
c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4C839.2,585.4,838.6,586.1,837.8,586.1z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#FFF2DF;" d="M1008,577.8c0,0.3-0.3,0.7-0.7,0.7h-3.3v11.7c0,0.6-0.5,1-1,1h-24.8c-0.6,0-1-0.5-1-1v-11.7h-3.3
|
||||
c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l16.7-16.7c0.3-0.3,0.7-0.3,0.9,0l8.7,8.7v-1.7
|
||||
c0-0.3,0.3-0.6,0.6-0.6h2.8c0.3,0,0.6,0.3,0.6,0.6v5.1c0,0.1-0.1,0.3-0.1,0.4l4.2,4.2C1007.9,577.4,1008,577.6,1008,577.8z"/>
|
||||
<path style="fill:#00ADEE;" d="M999.5,582.7c-0.5,0-0.9,0.3-1.1,0.8h-3.9l2.6-2.5v-2.6l1.8-1.7c0.2,0.1,0.4,0.2,0.6,0.2
|
||||
c0.6,0,1.2-0.5,1.2-1.2c0-0.6-0.5-1.2-1.2-1.2s-1.2,0.5-1.2,1.2c0,0.2,0,0.3,0.1,0.4l-1.3,1.2v-3.9c0.5-0.2,0.8-0.6,0.8-1.1
|
||||
c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v3.9l-1.2-1.2c0.1-0.2,0.1-0.3,0.1-0.5
|
||||
c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.2,0,0.4,0,0.5-0.1l1.8,1.7v2.3l-2.4,2.3l-0.1-1.8
|
||||
c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1l0.1,2.5l-2.3,2.2v-12.5l2-2
|
||||
c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.5,1.2-1.2c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.2,0.1,0.4,0.2,0.6l-1.8,1.8
|
||||
l-1.7-1.8c0.1-0.2,0.1-0.3,0.1-0.5c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.2,0,0.4,0,0.5-0.1
|
||||
l1.9,2v8.7l-3.2-3.1v-2.5c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v1.7
|
||||
l-2.6-2.5v-2.4c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v2.7l2.9,2.8h-1.9
|
||||
c-0.2-0.5-0.6-0.8-1.1-0.8c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.5,0,0.9-0.3,1.1-0.8h2.7l3.6,3.5v6.7l-1.9-1.9v-2.5
|
||||
c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v1.8l-3.1-3.1
|
||||
c0-0.1,0.1-0.3,0.1-0.4c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.2,0,0.4-0.1,0.6-0.2l3.1,3h-1.9
|
||||
c-0.2-0.5-0.6-0.8-1.1-0.8c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.5,0,0.9-0.3,1.1-0.8h2.6l2.8,2.8l3-2.8h2.5
|
||||
c0.1,0.5,0.6,0.9,1.1,0.9c0.6,0,1.2-0.5,1.2-1.2c0-0.6-0.5-1.2-1.2-1.2c-0.5,0-0.9,0.3-1.1,0.7h-2.9l-2.4,2.2v-3l2.8-2.7h4.6
|
||||
c0.2,0.5,0.6,0.8,1.1,0.8c0.6,0,1.2-0.5,1.2-1.2C1000.6,583.2,1000.1,582.7,999.5,582.7z M999.5,575.1c0.3,0,0.6,0.3,0.6,0.6
|
||||
c0,0.3-0.3,0.6-0.6,0.6s-0.6-0.3-0.6-0.6C998.9,575.4,999.2,575.1,999.5,575.1z M994.1,576.2c-0.3,0-0.6-0.3-0.6-0.6
|
||||
c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6C994.6,576,994.4,576.2,994.1,576.2z M996.2,572.3c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6
|
||||
s-0.3,0.6-0.6,0.6S996.2,572.6,996.2,572.3z M993,580c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6S993,580.3,993,580z
|
||||
M987.2,570.4c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6C987.5,570.9,987.2,570.7,987.2,570.4z M986.1,575.5
|
||||
c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6S986.1,575.8,986.1,575.5z M982.7,572.3c0-0.3,0.3-0.6,0.6-0.6
|
||||
s0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6S982.7,572.6,982.7,572.3z M982.8,579.9c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6
|
||||
c0.3,0,0.6,0.3,0.6,0.6S983.1,579.9,982.8,579.9z M987.3,584.3c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6
|
||||
S987.3,584.7,987.3,584.3z M984,588.7c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6S984.3,588.7,984,588.7z
|
||||
M997.2,587.6c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6s-0.6-0.3-0.6-0.6C996.7,587.9,996.9,587.6,997.2,587.6z M993.4,569.8
|
||||
c0.3,0,0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6s-0.6-0.3-0.6-0.6S993,569.8,993.4,569.8z M983.3,584.3c-0.3,0-0.6-0.3-0.6-0.6
|
||||
s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6S983.6,584.3,983.3,584.3z M999.5,584.4c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6
|
||||
S999.8,584.4,999.5,584.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<line id="edge_snooze_bottom_1_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="820.1" y1="454.6" x2="1010.1" y2="454.6"/>
|
||||
<line id="edge_snooze_top_1_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="820.1" y1="347.6" x2="1010.1" y2="347.6"/>
|
||||
<text id="sensor.clock_stacey_alarm_time" transform="matrix(1 0 0 1 839.0565 420.321)" style="fill:#00ADEE; font-family:'Helvetica'; font-size:59.6445px;">00:00</text>
|
||||
<rect id="floorplan.clock_button" x="820.1" y="348.6" inkscape:label="#rect140" style="opacity:2.000000e-02;fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
</svg>
|
Before Width: | Height: | Size: 17 KiB |
|
@ -1,148 +0,0 @@
|
|||
page_id: clock
|
||||
image: /local/custom_ui/floorplan/clock.svg
|
||||
stylesheet: /local/custom_ui/floorplan/clock.css
|
||||
|
||||
variables:
|
||||
- name: floorplan.hours
|
||||
- name: floorplan.minutes
|
||||
|
||||
defaults:
|
||||
hover_over: false
|
||||
more_info: false
|
||||
|
||||
rules:
|
||||
|
||||
- element: floorplan.clock_button
|
||||
action:
|
||||
service: floorplan.page_navigate
|
||||
data:
|
||||
page_id: clock_config
|
||||
|
||||
- entity: sensor.clock_stacey_alarm_time
|
||||
text_template: '${entity.state ? entity.state.slice(0, 5) : "00:00"}'
|
||||
|
||||
|
||||
- entity: input_boolean.clock_snooze
|
||||
image_template: '/local/custom_ui/floorplan/buttons/${(entity.state === "on") ? "snooze_on" : "snooze"}.svg'
|
||||
action:
|
||||
service: input_boolean.toggle
|
||||
data:
|
||||
entity_id: input_boolean.clock_snooze
|
||||
|
||||
- entity: input_boolean.school_mode
|
||||
image_template: '/local/custom_ui/floorplan/buttons/${(entity.state === "on") ? "school_on" : "school_off"}.svg'
|
||||
action:
|
||||
service: input_boolean.toggle
|
||||
data:
|
||||
entity_id: input_boolean.school_mode
|
||||
|
||||
- entity: media_player.alarm_clock
|
||||
image_template: '/local/custom_ui/floorplan/buttons/${(entity.state === "playing") ? "stop" : "radio_on"}.svg'
|
||||
action:
|
||||
service: '${(entity.state === "playing") ? "media_player.media_stop" : "media_player.play_media"}'
|
||||
data:
|
||||
media_content_id: http://listen.djcmedia.com:80/americascountryhigh
|
||||
media_content_type: audio/mp4
|
||||
|
||||
- name: thermostats_temp
|
||||
entities:
|
||||
- climate.downstairs
|
||||
- climate.upstairs
|
||||
text_template: '${entity.attributes.current_temperature ? Math.ceil(entity.attributes.current_temperature) + "°": "undefined"}'
|
||||
class_template: 'return "static-temp";'
|
||||
|
||||
- name: temp_darksky
|
||||
entities:
|
||||
- sensor.pirateweather_temperature
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) + "°": "undefined"}'
|
||||
class_template: 'return "static-temp";'
|
||||
|
||||
- name: text_states
|
||||
entities:
|
||||
- sensor.pirateweather_minutely_summary
|
||||
hover_over: false
|
||||
more_info: false
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text";'
|
||||
|
||||
- name: text_font_date
|
||||
entities:
|
||||
- sensor.clock_date
|
||||
- sensor.clock_day
|
||||
hover_over: false
|
||||
more_info: false
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-date";'
|
||||
|
||||
- name: text_font_time
|
||||
entities:
|
||||
- sensor.clock_time
|
||||
hover_over: false
|
||||
more_info: false
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-time";'
|
||||
|
||||
- name: text_font_am_pm
|
||||
entities:
|
||||
- sensor.clock_am_pm
|
||||
hover_over: false
|
||||
more_info: false
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-am_pm";'
|
||||
|
||||
|
||||
# - name: Presence
|
||||
# entities:
|
||||
# - binary_sensor.sleepnumber_carlo_carlo_is_in_bed
|
||||
# - binary_sensor.sleepnumber_carlo_stacey_is_in_bed
|
||||
# states:
|
||||
# - state: 'on'
|
||||
# class: 'presence-on'
|
||||
# - state: 'off'
|
||||
# class: 'presence-off'
|
||||
|
||||
- name: Dark Sky Sensors
|
||||
entities:
|
||||
- entity: sensor.pirateweather_minutely_summary
|
||||
element: sensor.pirateweather_minutely_summary_icon
|
||||
|
||||
image_template: '
|
||||
var imageName = "";
|
||||
|
||||
switch (entity.attributes.entity_picture) {
|
||||
case "/static/images/darksky/weather-sunny.svg":
|
||||
imageName = "sunny-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-night.svg":
|
||||
imageName = "night-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-partlycloudy.svg":
|
||||
imageName = "partlycloudy-day-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-cloudy.svg":
|
||||
imageName = "partlycloudy-night-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-cloudy.svg":
|
||||
imageName = "cloudy-day-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-pouring.svg":
|
||||
imageName = "thunder";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-snowy.svg":
|
||||
imageName = "snowy-day-1";
|
||||
break;
|
||||
}
|
||||
|
||||
return "/local/custom_ui/floorplan/images/weather/" + imageName + ".svg";
|
||||
'
|
||||
|
||||
- name: Camera Images
|
||||
entities:
|
||||
- camera.front_door
|
||||
image_template: '${entity.attributes.entity_picture}'
|
|
@ -1,219 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1"
|
||||
id="clock_layer" inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" sodipodi:docname="clock.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1024 600"
|
||||
style="enable-background:new 0 0 1024 600;" xml:space="preserve">
|
||||
<pattern y="600" width="5" height="5" patternUnits="userSpaceOnUse" id="rect57_1_" viewBox="0 -5 5 5" style="overflow:visible;">
|
||||
<g>
|
||||
<rect y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<g>
|
||||
<rect y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<g>
|
||||
<rect y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<rect id="rect43_2_" y="-5" style="fill:none;" width="5" height="5"/>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<defs>
|
||||
<path id="SVGID_1_" d="M4.9-3C4.9-3,4.8-3,4.9-3H4.3v-1.7c0-0.1,0-0.1-0.1-0.1H0.8c-0.1,0-0.1,0-0.1,0.1V-3H0.2
|
||||
c0,0-0.1,0-0.1,0.1l0,0c0,0,0,0,0,0.1l0,0l2.3,2.2c0.1,0.1,0.1,0.1,0.2,0l1.1-1.1l0.1-0.1v0.2c0,0.1,0,0.1,0.1,0.1h0.3
|
||||
c0.1,0,0.1,0,0.1-0.1v-0.7v-0.1c0.2-0.1,0.3-0.3,0.4-0.4v-0.1C4.8-2.9,4.9-2.9,4.9-3z"/>
|
||||
</defs>
|
||||
<clipPath id="SVGID_2_">
|
||||
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
||||
</clipPath>
|
||||
<g id="g47_2_" style="clip-path:url(#SVGID_2_);">
|
||||
|
||||
<radialGradient id="rect45_3_" cx="-83566.7813" cy="-97872.6094" r="4.43" gradientTransform="matrix(0.56 0 0 0.56 46707.2891 54684.4805)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#17426C"/>
|
||||
<stop offset="1" style="stop-color:#050F1A"/>
|
||||
</radialGradient>
|
||||
<rect id="rect45_2_" y="-5" style="fill:url(#rect45_3_);" width="4.9" height="4.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path id="path367_2_" style="fill:#19476D;" d="M3.6-3.2c0.1,0,0.2,0.1,0.2,0.2l0,0c0,0.1-0.1,0.2-0.2,0.2l0,0
|
||||
C3.5-2.8,3.4-2.9,3.4-3l0,0l0,0C3.4-3.1,3.5-3.2,3.6-3.2z M1.4-3.2c0.1,0,0.2,0.1,0.2,0.2l0,0l0,0c0,0.1-0.1,0.2-0.2,0.2
|
||||
S1.2-2.9,1.2-3S1.3-3.2,1.4-3.2L1.4-3.2z M2.3-4.1L1.6-3.4C1.4-3.5,1.1-3.4,1-3.2s0,0.5,0.2,0.6c0.1,0.1,0.3,0.1,0.5,0
|
||||
c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.3,0-0.4l0.4-0.5v1.5C2.1-2.1,2-1.9,2-1.8s0,0.3,0.1,0.4c0.2,0.2,0.5,0.2,0.7,0l0,0l0,0
|
||||
C2.9-1.4,3-1.6,3-1.7C3-1.9,2.9-2,2.7-2.1c0-0.4,0-1.5,0-1.5l0.4,0.5c0,0.1,0.1,0.4,0.3,0.5s0.5,0,0.6-0.2
|
||||
c0.1-0.1,0.1-0.3,0-0.4C3.9-3.4,3.7-3.5,3.4-3.4L2.7-4.1v-0.6H2.3V-4.1z M2.7-1.7c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.2-0.1-0.2-0.2
|
||||
l0,0c0-0.1,0.1-0.2,0.2-0.2C2.6-1.9,2.7-1.8,2.7-1.7z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</pattern>
|
||||
<g id="BG" inkscape:label="#BG1">
|
||||
<rect id="rect55" y="-0.5" width="1024" height="600.5"/>
|
||||
<pattern id="rect57_2_" xlink:href="#rect57_1_" patternTransform="matrix(1 0 0 -1 -3 -33192)">
|
||||
</pattern>
|
||||
<rect id="rect57" y="-0.5" style="fill:url(#rect57_2_);" width="1024" height="600"/>
|
||||
|
||||
<radialGradient id="rect40_2_" cx="422.59" cy="1980.11" r="468.26" gradientTransform="matrix(1 0 0 0.5 0 -695.07)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#000000;stop-opacity:0"/>
|
||||
<stop offset="0.191" style="stop-color:#000000;stop-opacity:0"/>
|
||||
<stop offset="0.4815" style="stop-color:#000000;stop-opacity:0"/>
|
||||
<stop offset="1" style="stop-color:#000000"/>
|
||||
</radialGradient>
|
||||
<rect id="rect40_1_" style="fill:url(#rect40_2_);" width="1024" height="600"/>
|
||||
</g>
|
||||
<g id="right_side_layout">
|
||||
|
||||
<line id="edge_doorbell_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="121.1" x2="1009.6" y2="121.1"/>
|
||||
|
||||
<line id="edge_snooze_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="115.1" x2="1009.6" y2="115.1"/>
|
||||
<line id="edge_snooze_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="8.1" x2="1009.6" y2="8.1"/>
|
||||
|
||||
<line id="edge_doorbell_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="228.1" x2="1009.6" y2="228.1"/>
|
||||
<line id="edge_doppler_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="234" x2="1009.6" y2="234"/>
|
||||
|
||||
<line id="edge_doppler_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="819.6" y1="341" x2="1009.6" y2="341"/>
|
||||
<line id="edge_radio_top" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="818.7" y1="469" x2="1008.7" y2="469"/>
|
||||
<line id="edge_radio_bottom" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="818.7" y1="556" x2="1008.7" y2="556"/>
|
||||
</g>
|
||||
<rect id="camera.front_door" x="819.6" y="122.1" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<rect id="sensor.pirateweather_minutely_summary_icon" x="23.3" y="15" inkscape:label="#rect395" style="fill:#666666;" width="70.5" height="62.2">
|
||||
</rect>
|
||||
<rect id="input_boolean.school_mode" x="819.6" y="235" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<rect id="media_player.alarm_clock" x="818.6" y="470.2" inkscape:label="#rect140" style="fill:#333333;" width="190" height="83.8">
|
||||
</rect>
|
||||
<rect id="input_boolean.clock_snooze" x="819.1" y="9.2" inkscape:label="#rect140" style="fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
<text id="sensor.pirateweather_minutely_summary" transform="matrix(1 0 0 1 188.8361 58.1703)" style="fill:#808080; font-family:'Helvetica'; font-size:48px;">Hell Fire for the next 2 hours</text>
|
||||
<text id="sensor.pirateweather_temperature" transform="matrix(1 0 0 1 112.8211 58.1696)" style="fill:#808080; font-family:'Helvetica'; font-size:48px;">72</text>
|
||||
<g>
|
||||
<g id="powered_by_2_">
|
||||
<g id="powered_by-2_2_">
|
||||
<g id="text857_2_">
|
||||
<path style="fill:#00ADEE;" d="M852.4,582c-0.3-0.9-1-1.7-1.8-2.3c-0.8-0.5-1.8-0.8-2.8-0.8c-0.7,0-1.4,0.1-2.1,0.5
|
||||
c-0.6,0.4-1.1,0.8-1.5,1.4v-1.7h-1.9v1.1h-9.7c-0.1-0.9-0.9-1.6-1.8-1.6c-1,0-1.9,0.8-1.9,1.9s0.8,1.9,1.9,1.9
|
||||
c1,0,1.8-0.8,1.9-1.7h9.7v7.8h-6.8c-0.1-1-0.9-1.7-1.8-1.7c-1,0-1.9,0.8-1.9,1.9c0,1,0.8,1.9,1.9,1.9c0.9,0,1.7-0.7,1.8-1.6h6.8
|
||||
v7.4h2.1v-6.1c0.4,0.5,0.8,0.9,1.4,1.2c0.6,0.2,1.3,0.4,1.9,0.4c0.9,0,1.9-0.3,2.7-0.8c0.9-0.5,1.6-1.3,2-2.3
|
||||
c0.4-1.1,0.6-2.3,0.6-3.5C853,584.2,852.8,583.1,852.4,582z M830.8,582c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C832.2,581.4,831.5,582,830.8,582z M833.6,590.2c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C835.1,589.5,834.4,590.2,833.6,590.2z M850,589.2L850,589.2c-0.6,0.8-1.5,1.2-2.4,1.2
|
||||
c-0.9,0-1.8-0.4-2.3-1.2c-0.8-1-1.1-2.3-1.1-3.6c-0.1-1.3,0.2-2.6,1.1-3.6c0.6-0.8,1.5-1.2,2.4-1.3c0.9,0,1.8,0.4,2.3,1.2
|
||||
c0.7,1,1.1,2.3,1.1,3.6C851.1,586.8,850.7,588.1,850,589.2z"/>
|
||||
<path id="path1976_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M865,580.6c-1.1-1.1-2.6-1.7-4.2-1.7
|
||||
c-1.5,0-2.9,0.5-4,1.4c-1.4,1.3-2.1,3.2-1.9,5.1c-0.1,1.8,0.5,3.6,1.8,4.9c1.1,1.2,2.6,1.8,4.2,1.7c1,0,2-0.3,2.9-0.8
|
||||
c0.9-0.5,1.6-1.3,2.1-2.2c0.6-1.2,0.8-2.5,0.8-3.8C866.7,583.5,866.1,581.9,865,580.6L865,580.6z M863.3,589
|
||||
c-0.6,0.8-1.6,1.2-2.6,1.2c-1,0.1-2-0.4-2.7-1.2c-0.7-1-1.1-2.3-1.1-3.6c-0.1-1.2,0.3-2.5,1.1-3.5c0.7-0.7,1.7-1.2,2.7-1.2
|
||||
c1,0,1.9,0.4,2.6,1.2c0.7,1,1.1,2.2,1.1,3.5C864.4,586.7,864,588,863.3,589L863.3,589z"/>
|
||||
<path id="path1978_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M871.4,591.7l-3.8-12.4h2.2l1.9,7.2l0.8,2.7
|
||||
c0-0.1,0.3-1.1,0.6-2.6l1.9-7.3h2.2l1.9,7.2l0.6,2.4l0.8-2.4l2.2-7.2h2l-3.8,12.4h-2.2l-1.9-7.4l-0.5-2.2l-2.6,9.6L871.4,591.7z
|
||||
"/>
|
||||
<path id="path1980_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M897.2,585.2c0.1-1.7-0.4-3.4-1.5-4.7
|
||||
c-1.1-1.1-2.6-1.7-4.1-1.7c-1.6,0-3.1,0.6-4.2,1.8c-1.2,1.3-1.8,3.1-1.7,4.9c-0.1,1.7,0.4,3.4,1.5,4.7c1.1,1.2,2.7,1.8,4.3,1.7
|
||||
c1.3,0,2.5-0.4,3.6-1.1c0.9-0.7,1.6-1.8,1.9-2.9l-2.2-0.3c-0.2,0.8-0.7,1.4-1.4,1.8c-0.6,0.4-1.2,0.6-1.9,0.6
|
||||
c-1,0-1.9-0.4-2.6-1.2c-0.7-0.9-1.1-2-1.2-3.2h9.3L897.2,585.2z M888,584.3c0-1,0.4-1.9,1.2-2.6c0.6-0.7,1.5-1.1,2.4-1.1
|
||||
c1,0,1.9,0.5,2.6,1.3c0.5,0.7,0.7,1.5,0.8,2.3L888,584.3z"/>
|
||||
<path id="path1982_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M899.8,591.7v-12.4h1.9v1.8
|
||||
c0.3-0.7,0.8-1.3,1.3-1.8c0.4-0.3,0.9-0.4,1.4-0.4c0.8,0,1.5,0.3,2.2,0.6l-0.8,1.9c-0.5-0.2-1-0.4-1.5-0.4
|
||||
c-0.5,0-0.9,0.1-1.3,0.4c-0.4,0.3-0.7,0.7-0.8,1.2c-0.3,0.8-0.4,1.6-0.4,2.4v6.5h-2.1V591.7z"/>
|
||||
<path id="path1984_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M918.6,585.2c0.1-1.7-0.4-3.4-1.5-4.7
|
||||
c-1.1-1.1-2.5-1.7-4.1-1.7c-1.6-0.1-3.2,0.6-4.2,1.8c-1.2,1.3-1.8,3.1-1.7,4.9c-0.1,1.7,0.4,3.4,1.5,4.7
|
||||
c1.1,1.2,2.7,1.8,4.4,1.7c1.3,0,2.5-0.4,3.6-1.1c0.9-0.7,1.6-1.8,1.9-2.9l-2.2-0.3c-0.2,0.8-0.7,1.4-1.4,1.8
|
||||
c-0.5,0.4-1.2,0.7-1.9,0.6c-1,0-1.9-0.4-2.6-1.2c-0.7-0.9-1.1-2-1.2-3.2h9.3V585.2z M909.4,584.3c0-1,0.4-1.9,1.2-2.6
|
||||
c0.6-0.7,1.5-1.1,2.4-1.1c1,0,1.9,0.5,2.6,1.3c0.4,0.7,0.7,1.5,0.8,2.3L909.4,584.3z"/>
|
||||
<path id="path1986_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M929.2,574.7v6.1c-0.3-0.6-0.8-1-1.4-1.3
|
||||
c-0.6-0.4-1.3-0.5-2.1-0.5c-1,0-2,0.3-2.8,0.8c-0.9,0.5-1.5,1.3-1.8,2.3c-0.4,1.1-0.7,2.2-0.6,3.3c0,1.1,0.2,2.3,0.6,3.3
|
||||
c0.4,0.9,1.1,1.8,1.9,2.3c0.8,0.5,1.7,0.8,2.7,0.8c1.4,0.1,2.7-0.6,3.5-1.8v1.8h2.1v-17.1H929.2z M928.3,589
|
||||
c-1.4,1.7-5.8,2.6-5.8-3.6c-0.1-1.3,0.3-2.6,1.1-3.6c0.5-0.7,1.4-1.1,2.3-1.2c0.9,0,1.9,0.4,2.4,1.2c0.8,1.1,1.1,2.4,1.1,3.7
|
||||
C929.5,586.8,929.1,588,928.3,589L928.3,589z"/>
|
||||
<path id="path1988_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M951.6,582.8c-0.3-0.7-0.6-1.4-1.1-2.1
|
||||
c-0.4-0.6-1-1-1.7-1.3c-0.6-0.4-1.4-0.5-2.1-0.5c-1.4,0-2.6,0.6-3.5,1.7v-6.1h-2.1v17.3h1.9v-1.4c0.8,1.1,2.1,1.8,3.5,1.8
|
||||
c1.5,0,2.9-0.7,3.8-1.8c1.1-1.4,1.7-3.2,1.5-5C952,584.4,951.9,583.6,951.6,582.8L951.6,582.8z M948.9,589
|
||||
c-0.6,0.7-1.5,1.1-2.4,1.2c-1.1,0-2.1-0.7-2.7-1.7c-0.5-1-0.7-2.1-0.6-3.2c-0.1-1.2,0.3-2.5,1.1-3.5c0.6-0.7,1.5-1.1,2.4-1.2
|
||||
c0.9,0,1.7,0.4,2.3,1.2c0.8,1,1.1,2.3,1.1,3.6C950,586.7,949.7,588,948.9,589z"/>
|
||||
<path id="path1990_2_" inkscape:connector-curvature="0" style="fill:#00ADEE;" d="M954.4,596.4l-0.3-1.9
|
||||
c0.4,0.1,0.8,0.1,1.2,0.1c0.4,0,0.8-0.1,1.2-0.3c0.3-0.2,0.5-0.4,0.6-0.6c0.3-0.5,0.5-1,0.6-1.5c0-0.1,0.1-0.3,0.1-0.5
|
||||
l-4.7-12.4h2.3l2.6,7.2c0.4,1,0.7,1.9,0.9,2.9c0.2-1,0.5-1.9,0.9-2.8l2.7-7.3h2l-4.7,12.7c-0.3,1-0.7,1.9-1.1,2.8
|
||||
c-0.3,0.6-0.8,1.1-1.3,1.5c-0.5,0.4-1.1,0.6-1.8,0.5C955.4,596.7,955,596.7,954.4,596.4L954.4,596.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#00ADEE;" d="M825.8,581.4c-1,0-1.8,0.8-1.8,1.7h-5.1v0.4h5.1c0.1,0.9,0.9,1.6,1.8,1.6c1,0,1.9-0.8,1.9-1.9
|
||||
C827.7,582.2,826.8,581.4,825.8,581.4z M825.8,584.6c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4
|
||||
C827.2,584,826.6,584.6,825.8,584.6z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#00ADEE;" d="M837.8,591c-1,0-1.7,0.7-1.8,1.6h-6.6l-1.9-1.9h-8.5v0.4h8.4l1.9,1.9h6.8c0.1,0.9,0.9,1.6,1.8,1.6
|
||||
c1,0,1.9-0.8,1.9-1.9C839.6,591.8,838.8,591,837.8,591z M837.8,594.3c-0.8,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4
|
||||
c0.8,0,1.4,0.6,1.4,1.4C839.2,593.6,838.6,594.3,837.8,594.3z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#00ADEE;" d="M837.8,582.8c-1,0-1.8,0.7-1.8,1.7h-5.5l-3.3,3.5h-8.5v0.4h8.7l3.3-3.5h5.3
|
||||
c0.1,0.9,0.9,1.6,1.8,1.6c1,0,1.9-0.8,1.9-1.9C839.6,583.6,838.8,582.8,837.8,582.8z M837.8,586.1c-0.8,0-1.4-0.6-1.4-1.4
|
||||
c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4C839.2,585.4,838.6,586.1,837.8,586.1z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path style="fill:#FFF2DF;" d="M1008,577.8c0,0.3-0.3,0.7-0.7,0.7h-3.3v11.7c0,0.6-0.5,1-1,1h-24.8c-0.6,0-1-0.5-1-1v-11.7h-3.3
|
||||
c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.3,0.2-0.5l16.7-16.7c0.3-0.3,0.7-0.3,0.9,0l8.7,8.7v-1.7
|
||||
c0-0.3,0.3-0.6,0.6-0.6h2.8c0.3,0,0.6,0.3,0.6,0.6v5.1c0,0.1-0.1,0.3-0.1,0.4l4.2,4.2C1007.9,577.4,1008,577.6,1008,577.8z"/>
|
||||
<path style="fill:#00ADEE;" d="M999.5,582.7c-0.5,0-0.9,0.3-1.1,0.8h-3.9l2.6-2.5v-2.6l1.8-1.7c0.2,0.1,0.4,0.2,0.6,0.2
|
||||
c0.6,0,1.2-0.5,1.2-1.2c0-0.6-0.5-1.2-1.2-1.2s-1.2,0.5-1.2,1.2c0,0.2,0,0.3,0.1,0.4l-1.3,1.2v-3.9c0.5-0.2,0.8-0.6,0.8-1.1
|
||||
c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v3.9l-1.2-1.2c0.1-0.2,0.1-0.3,0.1-0.5
|
||||
c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.2,0,0.4,0,0.5-0.1l1.8,1.7v2.3l-2.4,2.3l-0.1-1.8
|
||||
c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1l0.1,2.5l-2.3,2.2v-12.5l2-2
|
||||
c0.1,0,0.3,0.1,0.4,0.1c0.6,0,1.2-0.5,1.2-1.2c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.2,0.1,0.4,0.2,0.6l-1.8,1.8
|
||||
l-1.7-1.8c0.1-0.2,0.1-0.3,0.1-0.5c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.2,0,0.4,0,0.5-0.1
|
||||
l1.9,2v8.7l-3.2-3.1v-2.5c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v1.7
|
||||
l-2.6-2.5v-2.4c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v2.7l2.9,2.8h-1.9
|
||||
c-0.2-0.5-0.6-0.8-1.1-0.8c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.5,0,0.9-0.3,1.1-0.8h2.7l3.6,3.5v6.7l-1.9-1.9v-2.5
|
||||
c0.5-0.2,0.8-0.6,0.8-1.1c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.5,0.3,0.9,0.8,1.1v1.8l-3.1-3.1
|
||||
c0-0.1,0.1-0.3,0.1-0.4c0-0.6-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.2,0,0.4-0.1,0.6-0.2l3.1,3h-1.9
|
||||
c-0.2-0.5-0.6-0.8-1.1-0.8c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.5,0,0.9-0.3,1.1-0.8h2.6l2.8,2.8l3-2.8h2.5
|
||||
c0.1,0.5,0.6,0.9,1.1,0.9c0.6,0,1.2-0.5,1.2-1.2c0-0.6-0.5-1.2-1.2-1.2c-0.5,0-0.9,0.3-1.1,0.7h-2.9l-2.4,2.2v-3l2.8-2.7h4.6
|
||||
c0.2,0.5,0.6,0.8,1.1,0.8c0.6,0,1.2-0.5,1.2-1.2C1000.6,583.2,1000.1,582.7,999.5,582.7z M999.5,575.1c0.3,0,0.6,0.3,0.6,0.6
|
||||
c0,0.3-0.3,0.6-0.6,0.6s-0.6-0.3-0.6-0.6C998.9,575.4,999.2,575.1,999.5,575.1z M994.1,576.2c-0.3,0-0.6-0.3-0.6-0.6
|
||||
c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6C994.6,576,994.4,576.2,994.1,576.2z M996.2,572.3c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6
|
||||
s-0.3,0.6-0.6,0.6S996.2,572.6,996.2,572.3z M993,580c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6S993,580.3,993,580z
|
||||
M987.2,570.4c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6C987.5,570.9,987.2,570.7,987.2,570.4z M986.1,575.5
|
||||
c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6S986.1,575.8,986.1,575.5z M982.7,572.3c0-0.3,0.3-0.6,0.6-0.6
|
||||
s0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6S982.7,572.6,982.7,572.3z M982.8,579.9c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6
|
||||
c0.3,0,0.6,0.3,0.6,0.6S983.1,579.9,982.8,579.9z M987.3,584.3c0-0.3,0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6
|
||||
S987.3,584.7,987.3,584.3z M984,588.7c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6S984.3,588.7,984,588.7z
|
||||
M997.2,587.6c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6s-0.6-0.3-0.6-0.6C996.7,587.9,996.9,587.6,997.2,587.6z M993.4,569.8
|
||||
c0.3,0,0.6,0.3,0.6,0.6s-0.3,0.6-0.6,0.6s-0.6-0.3-0.6-0.6S993,569.8,993.4,569.8z M983.3,584.3c-0.3,0-0.6-0.3-0.6-0.6
|
||||
s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6S983.6,584.3,983.3,584.3z M999.5,584.4c-0.3,0-0.6-0.3-0.6-0.6s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6
|
||||
S999.8,584.4,999.5,584.4z"/>
|
||||
</g>
|
||||
</g>
|
||||
<line id="edge_snooze_bottom_1_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="820.1" y1="454.6" x2="1010.1" y2="454.6"/>
|
||||
<line id="edge_snooze_top_1_" style="fill:none;stroke:#FFFFFF;stroke-miterlimit:10;" x1="820.1" y1="347.6" x2="1010.1" y2="347.6"/>
|
||||
<g id="floorplan.hours">
|
||||
<text transform="matrix(1 0 0 1 133.7388 344.7773)" style="fill:#00ADEE; font-family:'Helvetica'; font-size:215.1912px;">00</text>
|
||||
</g>
|
||||
<g id="floorplan.minutes">
|
||||
<text transform="matrix(1 0 0 1 430.9023 344.7764)" style="fill:#00ADEE; font-family:'Helvetica'; font-size:215.1912px;">00</text>
|
||||
</g>
|
||||
<g>
|
||||
<text transform="matrix(1 0 0 1 374.9932 327)" style="fill:#00ADEE; font-family:'Helvetica'; font-size:202.3689px;">:</text>
|
||||
</g>
|
||||
<path id="input_number.alarm_time_hours_up" inkscape:connector-curvature="0" inkscape:label="input_number.alarm_time_hours_up" style="fill:#62BB46;" d="
|
||||
M122.1,246.1l-0.6-0.6L76,198.8c-1.8-1.8-4.1-2.3-6.4-2.3c-2.3,0-4.7,1.2-6.4,2.3l-45.5,46.7l-0.6,0.6c-0.6,0.6-1.2,1.8-1.2,2.3
|
||||
c0,2.3,2.3,4.7,5.8,4.7l0,0h96.3l0,0c2.9,0,5.8-2.3,5.8-4.7C122.7,247.8,122.7,246.7,122.1,246.1L122.1,246.1z"/>
|
||||
<path id="input_number.alarm_time_hours_down" inkscape:connector-curvature="0" inkscape:label="input_number.alarm_time_hours_down" style="fill:#6ABD45;" d="
|
||||
M17.7,299.5l0.6,0.6l45.5,46.7c1.8,1.8,4.1,2.3,6.4,2.3c2.3,0,4.7-1.2,6.4-2.3l45.5-46.7l0.6-0.6c0.6-0.6,1.2-1.8,1.2-2.3
|
||||
c0-2.3-2.3-4.7-5.8-4.7l0,0H21.7l0,0c-2.9,0-5.8,2.3-5.8,4.7C16.5,297.8,17.1,298.4,17.7,299.5L17.7,299.5z"/>
|
||||
<path id="input_number.alarm_time_minutes_up" inkscape:connector-curvature="0" inkscape:label="input_number.alarm_time_minutes_up" style="fill:#6ABD45;" d="
|
||||
M794.4,246.1l-0.6-0.6l-45.5-46.7c-1.8-1.8-4.1-2.3-6.4-2.3c-2.3,0-4.7,1.2-6.4,2.3l-45.5,46.7l-0.6,0.6c-0.6,0.6-1.2,1.8-1.2,2.3
|
||||
c0,2.3,2.3,4.7,5.8,4.7l0,0h95.7l0,0c2.9,0,5.8-2.3,5.8-4.7C795.6,247.8,795,246.7,794.4,246.1L794.4,246.1z"/>
|
||||
<path id="input_number.alarm_time_minutes_down" inkscape:connector-curvature="0" inkscape:label="input_number.alarm_time_minutes_down" style="fill:#6ABD45;" d="
|
||||
M689.6,299.5l0.6,0.6l45.5,46.7c1.8,1.8,4.1,2.3,6.4,2.3s4.7-1.2,6.4-2.3l45.5-46.7l0.6-0.6c0.6-0.6,1.2-1.8,1.2-2.3
|
||||
c0-2.3-2.3-4.7-5.8-4.7l0,0h-96.3l0,0c-2.9,0-5.8,2.3-5.8,4.7C688.5,298.4,689.1,299,689.6,299.5L689.6,299.5z"/>
|
||||
<g id="floorplan.save_alarm_time_button" transform="translate(33.628717,-21.952464)" inkscape:label="input_datetime.alarm_time_set">
|
||||
<rect id="rect4595_1_" x="287" y="465.7" width="160.5" height="60.9"/>
|
||||
<text transform="matrix(1 0 0 1 334.6866 505.3866)" style="fill:#FFFFFF; font-family:'Helvetica'; font-size:28.5181px;">Save</text>
|
||||
|
||||
<text transform="matrix(1 0 0 1 334.6866 505.3866)" style="fill:none;stroke:#000000;stroke-width:0.265; font-family:'Helvetica'; font-size:28.5181px;">Save</text>
|
||||
</g>
|
||||
<text id="sensor.clock_stacey_alarm_time" transform="matrix(1 0 0 1 840.7178 418.582)" style="fill:#00ADEE; font-family:'Helvetica'; font-size:59.6451px;">00:00</text>
|
||||
<rect id="floorplan.clock_button" x="820.1" y="348.6" inkscape:label="#rect140" style="opacity:2.000000e-02;fill:#333333;" width="190" height="105">
|
||||
</rect>
|
||||
</svg>
|
Before Width: | Height: | Size: 18 KiB |
|
@ -1,172 +0,0 @@
|
|||
page_id: clock_config
|
||||
image: /local/custom_ui/floorplan/clock_config.svg
|
||||
stylesheet: /local/custom_ui/floorplan/clock.css
|
||||
|
||||
variables:
|
||||
- name: floorplan.hours
|
||||
- name: floorplan.minutes
|
||||
|
||||
defaults:
|
||||
hover_over: false
|
||||
more_info: false
|
||||
|
||||
startup:
|
||||
action:
|
||||
- service: floorplan.variable_set
|
||||
data:
|
||||
variable: floorplan.hours
|
||||
value_template: '${parseInt(entities["sensor.clock_stacey_alarm_time"].state.slice(0, 2)) ? parseInt(entities["sensor.clock_stacey_alarm_time"].state.slice(0, 2)): "00"}'
|
||||
- service: floorplan.variable_set
|
||||
data:
|
||||
variable: floorplan.minutes
|
||||
value_template: '${parseInt(entities["sensor.clock_stacey_alarm_time"].state.slice(3, 5)) ? parseInt(entities["sensor.clock_stacey_alarm_time"].state.slice(3, 5)): "00"}'
|
||||
|
||||
rules:
|
||||
|
||||
- element: floorplan.clock_button
|
||||
action:
|
||||
service: floorplan.page_navigate
|
||||
data:
|
||||
page_id: clock
|
||||
|
||||
- entity: sensor.clock_stacey_alarm_time
|
||||
text_template: '${entity.state ? entity.state.slice(0, 5) : "00:00"}'
|
||||
|
||||
- entities:
|
||||
- floorplan.hours
|
||||
- floorplan.minutes
|
||||
text_template: '${("0" + entity.state).slice(-2)}'
|
||||
|
||||
- entity: floorplan.hours
|
||||
element: input_number.alarm_time_hours_up
|
||||
action:
|
||||
service: floorplan.variable_set
|
||||
data:
|
||||
variable: floorplan.hours
|
||||
value_template: '${(parseInt(entity.state) + 1) % 24}'
|
||||
|
||||
- entity: floorplan.hours
|
||||
element: input_number.alarm_time_hours_down
|
||||
action:
|
||||
service: floorplan.variable_set
|
||||
data:
|
||||
variable: floorplan.hours
|
||||
value_template: '${((parseInt(entity.state) - 1) + 24) % 24}'
|
||||
|
||||
- entity: floorplan.minutes
|
||||
element: input_number.alarm_time_minutes_up
|
||||
action:
|
||||
service: floorplan.variable_set
|
||||
data:
|
||||
variable: floorplan.minutes
|
||||
value_template: '${((parseInt(entity.state / 5) * 5) + 5) % 60}'
|
||||
|
||||
- entity: floorplan.minutes
|
||||
element: input_number.alarm_time_minutes_down
|
||||
action:
|
||||
service: floorplan.variable_set
|
||||
data:
|
||||
variable: floorplan.minutes
|
||||
value_template: '${(((parseInt(entity.state / 5) * 5) - 5) + 60) % 60}'
|
||||
|
||||
- element: floorplan.save_alarm_time_button
|
||||
action:
|
||||
service: mqtt.publish
|
||||
data: '{
|
||||
"payload": "${(("0" + (parseInt((entities[`floorplan.hours`].state).slice(-2)) + 24) % 24)).slice(-2)}:${("0" + (((parseInt(entities[`floorplan.minutes`].state) / 5) * 5) % 60)).slice(-2)}",
|
||||
"topic": "clock/stacey_alarm_time",
|
||||
"retain": true
|
||||
}'
|
||||
|
||||
- entity: input_boolean.clock_snooze
|
||||
image_template: '/local/custom_ui/floorplan/buttons/${(entity.state === "on") ? "snooze_on" : "snooze"}.svg'
|
||||
action:
|
||||
service: homeassistant.toggle
|
||||
|
||||
- entity: input_boolean.school_mode
|
||||
image_template: '/local/custom_ui/floorplan/buttons/${(entity.state === "on") ? "school_on" : "school_off"}.svg'
|
||||
action:
|
||||
service: homeassistant.toggle
|
||||
|
||||
- entity: media_player.alarm_clock
|
||||
image_template: '/local/custom_ui/floorplan/buttons/${(entity.state === "playing") ? "stop" : "radio_on"}.svg'
|
||||
action:
|
||||
service: '${(entity.state === "playing") ? "media_player.media_stop" : "media_player.play_media"}'
|
||||
data:
|
||||
media_content_id: http://listen.djcmedia.com:80/americascountryhigh
|
||||
media_content_type: audio/mp4
|
||||
|
||||
- name: temp_darksky
|
||||
entities:
|
||||
- sensor.pirateweather_temperature
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) + "°": "undefined"}'
|
||||
class_template: 'return "static-temp";'
|
||||
|
||||
- name: text_states
|
||||
entities:
|
||||
- sensor.pirateweather_minutely_summary
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text";'
|
||||
|
||||
- name: text_font_date
|
||||
entities:
|
||||
- sensor.clock_date
|
||||
- sensor.clock_day
|
||||
hover_over: false
|
||||
more_info: false
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-date";'
|
||||
|
||||
- name: text_font_time
|
||||
entities:
|
||||
- sensor.clock_time
|
||||
hover_over: false
|
||||
more_info: false
|
||||
text_template: '${entity.state ? entity.state : "undefined"}'
|
||||
class_template: 'return "static-text-time";'
|
||||
|
||||
- name: Dark Sky Sensors
|
||||
entities:
|
||||
- entity: sensor.pirateweather_minutely_summary
|
||||
element: sensor.pirateweather_minutely_summary_icon
|
||||
|
||||
image_template: '
|
||||
var imageName = "";
|
||||
|
||||
switch (entity.attributes.entity_picture) {
|
||||
case "/static/images/darksky/weather-sunny.svg":
|
||||
imageName = "sunny-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-night.svg":
|
||||
imageName = "night-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-partlycloudy.svg":
|
||||
imageName = "partlycloudy-day-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-cloudy.svg":
|
||||
imageName = "partlycloudy-night-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-cloudy.svg":
|
||||
imageName = "cloudy-day-1";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-pouring.svg":
|
||||
imageName = "thunder";
|
||||
break;
|
||||
|
||||
case "/static/images/darksky/weather-snowy.svg":
|
||||
imageName = "snowy-day-1";
|
||||
break;
|
||||
}
|
||||
|
||||
return "/local/custom_ui/floorplan/images/weather/" + imageName + ".svg";
|
||||
'
|
||||
|
||||
- name: Camera Images
|
||||
entities:
|
||||
- camera.front_door
|
||||
image_template: '${entity.attributes.entity_picture}'
|
|
@ -1,19 +0,0 @@
|
|||
## This is the main Floorplan configuration page. To define the pages.
|
||||
## This one is called Floorclock since this is for my Clock application.
|
||||
## log_level: which can be set to one these: error, warning, info or debug
|
||||
|
||||
date_format: MMM-DD-YYYY
|
||||
#log_level: debug
|
||||
|
||||
fully_kiosk:
|
||||
|
||||
- name: Alarm Clock
|
||||
address: 00:FC:8B:4A:D5:CF
|
||||
motion_sensor: binary_sensor.clock_motion
|
||||
plugged_sensor: binary_sensor.clock_plugged
|
||||
screensaver_light: light.clock_screensaver
|
||||
media_player: media_player.alarm_clock
|
||||
|
||||
pages:
|
||||
- /local/custom_ui/floorplan/clock.yaml
|
||||
- /local/custom_ui/floorplan/clock_config.yaml
|
|
@ -1,21 +0,0 @@
|
|||
date_format: MMM-DD-YYYY
|
||||
#log_level: debug
|
||||
|
||||
fully_kiosk:
|
||||
|
||||
- name: Bedroom Alarm Panel
|
||||
address: B4:7C:9C:9E:85:90
|
||||
motion_sensor: binary_sensor.bedroom_motion
|
||||
plugged_sensor: binary_sensor.bedroom_plugged
|
||||
screensaver_light: light.bedroom_screensaver
|
||||
media_player: media_player.bedroom_alarm_panel
|
||||
|
||||
# - name: Entry Alarm Panel
|
||||
# address: 00:FC:8B:4A:D5:CF
|
||||
# entities:
|
||||
# - binary_sensor.entry_motion
|
||||
# - binary_sensor.entry_plugged
|
||||
# - media_player.entry_alarm_panel
|
||||
|
||||
pages:
|
||||
- /local/custom_ui/floorplan/alarm.yaml
|
Before Width: | Height: | Size: 1.4 MiB |
|
@ -1,207 +0,0 @@
|
|||
<!--
|
||||
Floorplan for Home Assistant
|
||||
Version: 1.0.8.3
|
||||
By Petar Kozul
|
||||
https://github.com/ExperienceLovelace/ha-floorplan
|
||||
-->
|
||||
|
||||
<script src="lib/jquery-3.3.1.min.js"></script>
|
||||
<script src="lib/moment.min.js"></script>
|
||||
<script src="lib/yaml.min.js"></script>
|
||||
|
||||
<!-- As documented here for Google Chrome, removes the need for touchstart -->
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<dom-module id="ha-floorplan">
|
||||
|
||||
<template>
|
||||
<style>
|
||||
#floorplan {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.loading-container {
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.loading {
|
||||
height: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#log {
|
||||
max-height: 150px;
|
||||
overflow: auto;
|
||||
background-color: #eee;
|
||||
display: none;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#log ul {
|
||||
list-style-type: none;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: #FF851B;
|
||||
}
|
||||
|
||||
.info {
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
.debug {
|
||||
color: #000000;
|
||||
}
|
||||
</style>
|
||||
|
||||
<template is='dom-if' if='[[isLoading]]'>
|
||||
<div class='loading-container'>
|
||||
<paper-spinner active alt='Loading'></paper-spinner>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div id="log">
|
||||
<a href="#" onclick="$(this).siblings('ul').html('').parent().css('display', 'none');">Clear log</a>
|
||||
<ul></ul>
|
||||
</div>
|
||||
|
||||
<div id="floorplan" on-tap="stopPropagation"></div>
|
||||
|
||||
</template>
|
||||
|
||||
</dom-module>
|
||||
|
||||
<script>
|
||||
class HaFloorplan extends Polymer.Element {
|
||||
static get is() { return 'ha-floorplan'; }
|
||||
|
||||
static get properties() {
|
||||
return {
|
||||
hass: {
|
||||
type: Object,
|
||||
observer: 'hassChanged'
|
||||
},
|
||||
inDialog: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
isPanel: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
config: {
|
||||
type: Object,
|
||||
},
|
||||
isLoading: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
flooplan: {
|
||||
type: Object,
|
||||
value: undefined,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
|
||||
if (!this.floorplan) {
|
||||
this.initFloorplan();
|
||||
}
|
||||
}
|
||||
|
||||
stopPropagation(e) {
|
||||
e.stopPropagation();
|
||||
}
|
||||
|
||||
initFloorplan() {
|
||||
this.loadScript('/local/custom_ui/floorplan/lib/floorplan.js')
|
||||
.then(() => {
|
||||
this.floorplan = new Floorplan();
|
||||
|
||||
let options = {
|
||||
doc: this.root,
|
||||
hass: this.hass,
|
||||
openMoreInfo: this.openMoreInfo.bind(this),
|
||||
setIsLoading: this.setIsLoading.bind(this),
|
||||
config: (this.config && this.config.config) || this.config,
|
||||
};
|
||||
|
||||
this.floorplan.init(options)
|
||||
.then(() => {
|
||||
this.setIsLoading(false);
|
||||
});
|
||||
})
|
||||
.catch((error) => {
|
||||
this.setIsLoading(false);
|
||||
this.logError(error);
|
||||
});
|
||||
}
|
||||
|
||||
hassChanged(newHass, oldHass) {
|
||||
if (this.floorplan) {
|
||||
this.floorplan.hassChanged(newHass, oldHass);
|
||||
}
|
||||
}
|
||||
|
||||
loadScript(scriptUrl) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let script = document.createElement('script');
|
||||
script.src = this.cacheBuster(scriptUrl);
|
||||
script.onload = () => {
|
||||
return resolve();
|
||||
};
|
||||
script.onerror = (err) => {
|
||||
reject(new URIError(`${err.target.src}`));
|
||||
};
|
||||
|
||||
this.root.appendChild(script);
|
||||
});
|
||||
}
|
||||
|
||||
openMoreInfo(entityId) {
|
||||
this.fire('hass-more-info', { entityId: entityId });
|
||||
}
|
||||
|
||||
setIsLoading(isLoading) {
|
||||
this.isLoading = isLoading;
|
||||
}
|
||||
|
||||
cacheBuster(url) {
|
||||
return `${url}${(url.indexOf('?') >= 0) ? '&' : '?'}_=${new Date().getTime()}`;
|
||||
}
|
||||
|
||||
logError(message) {
|
||||
console.error(message);
|
||||
|
||||
let log = this.root.log;
|
||||
$(log).find('ul').prepend(`<li class="error">${message}</li>`)
|
||||
$(log).css('display', 'block');
|
||||
}
|
||||
|
||||
fire(type, detail, options) {
|
||||
options = options || {};
|
||||
detail = (detail === null || detail === undefined) ? {} : detail;
|
||||
const event = new Event(type, {
|
||||
bubbles: options.bubbles === undefined ? true : options.bubbles,
|
||||
cancelable: Boolean(options.cancelable),
|
||||
composed: options.composed === undefined ? true : options.composed
|
||||
});
|
||||
event.detail = detail;
|
||||
const node = options.node || this;
|
||||
node.dispatchEvent(event);
|
||||
return event;
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define(HaFloorplan.is, HaFloorplan);
|
||||
|
||||
</script>
|
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105.01 40.73"><title>12PortPOE</title><g id="c9c1d560-4e3a-40d2-ac84-df6a482ec05d" data-name="Layer 2"><g id="71bf83a7-a1db-49e7-beda-7b322ed39be3" data-name="Layer 1"><path d="M70.3,34.85l-.11-.25-1.89,5-1.71-6-2.32,5-.74-1.91-1.22-3.18-2.21,5.8-1.57-5.87-1,1.77H0v.86a4.6,4.6,0,0,0,4.6,4.61h95.81a4.6,4.6,0,0,0,4.6-4.61V34.85Z" style="fill:#18aceb"/><path d="M100.41,0H4.6A4.6,4.6,0,0,0,0,4.6V33.53H56.51L59.12,29l1.27,4.73,1.91-5,2.11,5.49L67,28.66l.65,2.24.91,3.2,1.51-4,1.37,3H105V4.6A4.6,4.6,0,0,0,100.41,0ZM14.51,25.3H12.93v.81h-1v1H9.15v-1h-1V25.3H6.57V19.54h7.94Zm0-13.6H12.93v.81h-1v1H9.15v-1h-1V11.7H6.57V5.94h7.94ZM28.38,25.3H26.79v.81h-1v1H23v-1H22V25.3H20.44V19.54h7.94Zm0-13.6H26.79v.81h-1v1H23v-1H22V11.7H20.44V5.94h7.94ZM42.25,25.3H40.66v.81h-1v1H36.89v-1h-1V25.3H34.31V19.54h7.94Zm0-13.6H40.66v.81h-1v1H36.89v-1h-1V11.7H34.31V5.94h7.94ZM56.11,25.3H54.52v.81h-1v1H50.76v-1h-1V25.3H48.17V19.54h7.94Zm0-13.6H54.52v.81h-1v1H50.76v-1h-1V11.7H48.17V5.94h7.94ZM70,25.3H68.39v.81h-1v1H64.62v-1h-1V25.3H62V19.54H70Zm0-13.6H68.39v.81h-1v1H64.62v-1h-1V11.7H62V5.94H70ZM83.84,25.3H82.26v.81h-1v1H78.49v-1h-1V25.3H75.91V19.54h7.93Zm0-13.6H82.26v.81h-1v1H78.49v-1h-1V11.7H75.91V5.94h7.93Zm16.57,15.4H89.92V5.94h10.49Z" style="fill:#18aceb"/><path d="M4.6,40.73H4.42A4.42,4.42,0,0,1,0,36.31v-.19A4.6,4.6,0,0,0,4.6,40.73Z" style="fill:#18aceb"/><path d="M4.6,0A4.6,4.6,0,0,0,0,4.6V4.42A4.42,4.42,0,0,1,4.42,0Z" style="fill:#18aceb"/><path d="M105,4.42V4.6a4.6,4.6,0,0,0-4.6-4.6h.17A4.42,4.42,0,0,1,105,4.42Z" style="fill:#18aceb"/><path d="M105,36.12v.19a4.42,4.42,0,0,1-4.43,4.42h-.17A4.6,4.6,0,0,0,105,36.12Z" style="fill:#18aceb"/><circle cx="95.16" cy="9.73" r="2.14" style="fill:#18aceb"/><circle cx="95.16" cy="16.52" r="2.14" style="fill:#18aceb"/><rect x="91.22" y="21.01" width="8.03" height="4.42" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.9 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 271.41 133.46"><title>AMP&amp;MIXER</title><g id="7be91a16-e278-4396-95d7-f8f845d256ed" data-name="Layer 2"><g id="398e677e-0173-40fb-8ec4-3d2bc1c1d8b0" data-name="Layer 1"><path d="M164.27,79.12a27.53,27.53,0,1,1-27.52-27.53A27.52,27.52,0,0,1,164.27,79.12Z" style="fill:#18aceb"/><path d="M236.07,72.3a4.11,4.11,0,1,0,4.11,4.11A4.11,4.11,0,0,0,236.07,72.3Zm0,0a4.11,4.11,0,1,0,4.11,4.11A4.11,4.11,0,0,0,236.07,72.3ZM6.47,27.84V125H264.93V27.84Zm130.28,87.59a36.31,36.31,0,1,1,36.31-36.31A36.31,36.31,0,0,1,136.75,115.43Zm46.76,0a6.07,6.07,0,1,1,6.06-6.07A6.07,6.07,0,0,1,183.51,115.43Zm0-63.84a8.79,8.79,0,1,1,8.78-8.78A8.78,8.78,0,0,1,183.51,51.59ZM236.07,84.3A7.89,7.89,0,1,1,244,76.41,7.89,7.89,0,0,1,236.07,84.3Zm0-12a4.11,4.11,0,1,0,4.11,4.11A4.11,4.11,0,0,0,236.07,72.3Z" style="fill:#18aceb"/><path d="M164.27,79.12a27.53,27.53,0,1,1-27.52-27.53A27.52,27.52,0,0,1,164.27,79.12Z" style="fill:#18aceb"/><circle cx="236.07" cy="76.41" r="4.11" style="fill:#18aceb"/><rect y="126.77" width="271.41" height="6.7" rx="1.23" ry="1.23" style="fill:#18aceb"/><rect x="2.18" y="21.66" width="268" height="5.18" rx="2.59" ry="2.59" style="fill:#18aceb"/><polygon points="254.94 0 16.48 0 6.47 20.66 264.94 20.66 254.94 0" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Alexa</title><g id="ee98f688-3827-4672-8350-c01b0877047a" data-name="Layer 2"><g id="148e11d5-1477-446b-b8db-ea72bcb839f0" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path id="d4bddeb3-d324-40be-ae3e-0cc9eea53845" data-name="<Compound Path>" d="M55,18.74A36.26,36.26,0,1,0,91.26,55,36.32,36.32,0,0,0,55,18.74ZM49.31,90.8V83.61a6.37,6.37,0,0,0-3.93-5.84A24.72,24.72,0,1,1,79.72,55C79.72,71,67.34,86.15,49.31,90.8Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 675 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>AmazonPolly</title><g id="95857266-eff8-436a-9b10-a32163b83a04" data-name="Layer 2"><g id="474168d8-714f-43a9-93fe-097f58723d0f" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="f1b742ea-8f7e-4148-8773-fc8cf5186255" data-name="SMOgfk.tif"><path d="M98.19,55.28A43.25,43.25,0,0,1,63,97.75c-1.3.25-1.5,0-1.19-1.43a26.93,26.93,0,0,0,.4-11.23,16.24,16.24,0,0,0-7-10.69C51.8,72.1,48,72.07,44.09,72.91c-6.17,1.33-11.19,4.72-15.66,9-1,.95-1.9,2-2.81,3s-1,1.14-2,.08A43.09,43.09,0,0,1,45.21,13.38c14.94-3.39,28.3.31,39.54,10.8A41.89,41.89,0,0,1,97.84,50.35C98.05,52,98.08,53.64,98.19,55.28ZM63.28,96.46C77.53,94.19,95.06,81,96.89,58.6a42.05,42.05,0,0,0-80.49-20c-7.73,18-1.43,36.55,8.3,45.64l.9-1A41.63,41.63,0,0,1,38,73.78a13.75,13.75,0,0,0,3.66-2.68c3.53-3.64,5-8.23,5.66-13.14.13-1,.17-2,.26-3-3.45-.07-6.46-.79-8.92-3a11.75,11.75,0,0,1-4.08-8.33c2.25.76,4.42,1.48,6.68.33-.06-.14-.06-.18-.09-.21L40.34,43a7.76,7.76,0,0,1-2.52-6.27,14.42,14.42,0,0,1,2.8-7.33,26.5,26.5,0,0,1,1.88-2.35.76.76,0,0,1,.7-.18,1,1,0,0,1,.22.71,3.48,3.48,0,0,1-.24.8,15.77,15.77,0,0,0-.78,5.82,6.82,6.82,0,0,0,2.53,5.21,1.16,1.16,0,0,0,.14-.19l.06-.48a9.13,9.13,0,0,1,3.76-6.85,1.32,1.32,0,0,1,1-.21c.14,0,.26.54.24.82-.19,3.91,2.26,6.49,5.6,7.67a18.2,18.2,0,0,0,8.57.66c4.89-.65,9.2,1.38,11.43,5.44a16.7,16.7,0,0,1,1.83,6.2,1.52,1.52,0,0,0,.87,1.29,8.29,8.29,0,0,1,3.77,4.09c1.58,3.75.8,7.41-.57,11a.79.79,0,0,1-.62.42c-.21,0-.42-.33-.53-.56C80,67.87,79.69,67,79.25,66a13.25,13.25,0,0,1-8.84,3.38C68,73.61,65.7,77.83,63.34,82a2.19,2.19,0,0,0-.25,1.7,16.49,16.49,0,0,1,.52,3.68C63.59,90.41,63.4,93.41,63.28,96.46Zm-.89-15.25C63,80,63.61,79,64.17,78c1.52-2.74,3-5.49,4.58-8.21a1.33,1.33,0,0,0-.13-1.8,5.15,5.15,0,0,1-1.08-4.2c.65-5.18,3.3-8.85,8.28-10.71a2.73,2.73,0,0,0,.48-.3c0-.41-.07-.78-.13-1.13-1-6.09-4.65-10.5-12.25-9.56a17.43,17.43,0,0,1-10-1.35A8.45,8.45,0,0,1,49,34.69c-.07-.32-.17-.64-.28-1.07a8.46,8.46,0,0,0-2.44,6.49c0,.35-.11.9-.34,1a1.42,1.42,0,0,1-1.1-.22A7,7,0,0,1,41.47,36c-.28-1.68-.25-3.4-.36-5.08A12.36,12.36,0,0,0,39,36.76a6.51,6.51,0,0,0,2.55,5.7c.4.34.85.61,1.25.94.65.53.64,1-.11,1.38a7,7,0,0,1-2.27.74c-1.46.12-2.93,0-4.4,0a10.64,10.64,0,0,0,8.47,7.91,19,19,0,0,0,7-.25c.53-.1,1.26-.35,1.38.47s-.58.74-1.1.84l-3.08.56C48.4,61.21,47,66.9,42.72,71.82,51.89,69.64,58.32,72.84,62.39,81.21Zm7.69-21.64a12.39,12.39,0,0,1,11,7.16,18.21,18.21,0,0,0,.81-4,8.2,8.2,0,0,0-4.22-8.07,2.28,2.28,0,0,0-2.27-.12A11.92,11.92,0,0,0,70.08,59.57Zm8.33,5.52a11.47,11.47,0,0,0-8.34-4.16c-.24,0-.69.2-.74.39-.52,1.74-.93,3.51-.16,5.28a2.2,2.2,0,0,0,2.11,1.54A11,11,0,0,0,78.41,65.09Z" style="fill:#28292d"/><path d="M62.39,81.21c-4.07-8.37-10.5-11.57-19.67-9.39C47,66.9,48.4,61.21,48.78,55.09l3.08-.56c.52-.1,1.2-.15,1.1-.84s-.85-.57-1.38-.47a19,19,0,0,1-7,.25,10.64,10.64,0,0,1-8.47-7.91c1.47,0,2.94.08,4.4,0a7,7,0,0,0,2.27-.74c.75-.35.76-.85.11-1.38-.4-.33-.85-.6-1.25-.94A6.51,6.51,0,0,1,39,36.76a12.36,12.36,0,0,1,2.07-5.82c.11,1.68.08,3.4.36,5.08a7,7,0,0,0,3.41,4.89,1.42,1.42,0,0,0,1.1.22c.23-.12.35-.67.34-1a8.46,8.46,0,0,1,2.44-6.49c.11.43.21.75.28,1.07a8.45,8.45,0,0,0,4.87,6.07,17.43,17.43,0,0,0,10,1.35c7.6-.94,11.28,3.47,12.25,9.56.06.35.08.72.13,1.13a2.73,2.73,0,0,1-.48.3c-5,1.86-7.63,5.53-8.28,10.71A5.15,5.15,0,0,0,68.62,68a1.33,1.33,0,0,1,.13,1.8c-1.54,2.72-3.06,5.47-4.58,8.21C63.61,79,63,80,62.39,81.21Z" style="fill:#18aceb"/><path d="M70.08,59.57a11.92,11.92,0,0,1,5.32-5,2.28,2.28,0,0,1,2.27.12,8.2,8.2,0,0,1,4.22,8.07,18.21,18.21,0,0,1-.81,4A12.39,12.39,0,0,0,70.08,59.57Z" style="fill:#a2e9f4"/><path d="M78.41,65.09a11,11,0,0,1-7.13,3,2.2,2.2,0,0,1-2.11-1.54c-.77-1.77-.36-3.54.16-5.28,0-.19.5-.41.74-.39A11.47,11.47,0,0,1,78.41,65.09Z" style="fill:#a2e9f4"/></g></g></g></svg>
|
Before Width: | Height: | Size: 3.8 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>BackYard</title><g id="61f815ab-52f3-43d2-a164-fc083a8d0edc" data-name="Layer 2"><g id="982e3399-7f30-4285-81b8-adceffe8993a" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="771e8c78-1eb5-4903-a7d6-b932ccca35cd" data-name="QOSDhM.tif"><path d="M69.7,43c4.66,5.44,9.5,11,14.19,16.62a4,4,0,0,1-.34,5.59c-2.7,2.85-5.5,5.6-8.34,8.31a3.71,3.71,0,0,1-5.33.12C64.2,69,58.55,64.3,53,59.74Z" style="fill:#18aceb"/><path d="M68.9,38.9a13.38,13.38,0,0,1-1.65,2.5Q59.48,49.25,51.58,57c-2.26,2.24-3.7,2.32-6.24.48-6-4.31-6.34-5.32-.81-10.46,5.22-4.85,10.26-9.88,15.39-14.82,2.38-2.29,3.89-2.16,5.74.55,1.06,1.55,2,3.16,3,4.76A5.11,5.11,0,0,1,68.9,38.9Z" style="fill:#18aceb"/><path d="M80.75,94.58h-36a29.8,29.8,0,0,1,.06-5.1,3.46,3.46,0,0,1,3.72-2.92c9.42,0,18.84,0,28.26,0,2.42,0,3.74,1.42,3.92,3.85C80.83,91.72,80.75,93,80.75,94.58Z" style="fill:#18aceb"/><path d="M60.57,69.13c8,2.89,6.3,9.31,6.13,15.6a37.12,37.12,0,0,1-4.85-.08,2.07,2.07,0,0,1-1.22-1.56C60.53,78.45,60.57,73.82,60.57,69.13Z" style="fill:#18aceb"/></g><path d="M55.35,32.15a.74.74,0,0,1-.63-.36L45.54,16.54a.73.73,0,0,1,.25-1,.75.75,0,0,1,1,.25L56,31a.73.73,0,0,1-.25,1A.76.76,0,0,1,55.35,32.15Z" style="fill:#18aceb"/><path d="M47.54,37a.7.7,0,0,1-.49-.19L33,24.34a.74.74,0,1,1,1-1.11L48,35.73a.73.73,0,0,1,.07,1A.76.76,0,0,1,47.54,37Z" style="fill:#18aceb"/><path d="M41,46.13a.76.76,0,0,1-.38-.11L25.47,36.81a.74.74,0,0,1,.76-1.26l15.19,9.21A.74.74,0,0,1,41,46.13Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Cameras</title><g id="7651317b-ec9b-43ac-a27c-a25e6e042eca" data-name="Layer 2"><g id="e5ccc399-998a-473c-a499-3732eabd958c" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="e1ddf8d9-193b-4d92-a474-936538bae81e" data-name="CCTV"><path d="M78.69,29.13a.45.45,0,0,1-.31.11.51.51,0,0,1-.39-.18,19.06,19.06,0,0,0-1.53-1.71.5.5,0,0,1,0-.7.5.5,0,0,1,.71,0,22.55,22.55,0,0,1,1.6,1.78A.49.49,0,0,1,78.69,29.13Z" style="fill:#18aceb"/><path d="M84,27.68a.48.48,0,0,0-.35-.18.56.56,0,0,0-.37.13l-3.08,2.85a.75.75,0,0,0-.07-.12.5.5,0,1,0-.84.54l.17.27L73.18,37a.5.5,0,0,0,.68.74L80,32.06a20.85,20.85,0,0,1,0,19.86l-6.12-5.66a.5.5,0,0,0-.68.74l6.28,5.82a20.25,20.25,0,0,1-3,3.83.5.5,0,0,0,0,.7.51.51,0,0,0,.36.15.49.49,0,0,0,.35-.15,20.62,20.62,0,0,0,3-3.84l3.09,2.86a.51.51,0,0,0,.34.13h0a.48.48,0,0,0,.35-.18C90.67,48.43,90.67,35.58,84,27.68Zm-.43,27.59-2.85-2.64a21.9,21.9,0,0,0,0-21.27l2.84-2.63A22.11,22.11,0,0,1,83.59,55.27Z" style="fill:#18aceb"/></g><rect x="20.99" y="67.5" width="8.33" height="21.43" rx="1.79" ry="1.79" style="fill:#18aceb"/><path d="M38.11,75.83a6.55,6.55,0,0,0,0,4.77h-7.6V75.83Z" style="fill:#18aceb"/><path d="M49.56,78.21a5.35,5.35,0,1,1-5.36-5.35A5.36,5.36,0,0,1,49.56,78.21Z" style="fill:#18aceb"/><path d="M44.2,71.67a6.45,6.45,0,0,0-2.06.34L44,52h5.34L47.44,72.54A6.36,6.36,0,0,0,44.2,71.67Z" style="fill:#18aceb"/><path d="M71.76,29a1.73,1.73,0,0,0-1.5-.83H24A1.79,1.79,0,0,0,22.18,30v8.33A1.79,1.79,0,0,0,24,40.12H66.48a1.8,1.8,0,0,0,1.63-1l.53-1.19a.45.45,0,0,0,.06-.12l1.46-3.2,0-.07,1.7-3.75A1.72,1.72,0,0,0,71.76,29Zm-46,8.1a.6.6,0,1,1-1.19,0V31.19a.6.6,0,1,1,1.19,0ZM74,35.36H71.1l-1.3,2.87V43.1a.58.58,0,0,0,.59.59H74a.58.58,0,0,0,.59-.59V36A.58.58,0,0,0,74,35.36Zm-7.49,6H24.56v7.74a1.78,1.78,0,0,0,1.79,1.78H66.82a1.78,1.78,0,0,0,1.79-1.78V40.4A2.92,2.92,0,0,1,66.48,41.31Z" style="fill:#18aceb"/><path d="M81,22.08a.59.59,0,0,1,.84-.83,27.47,27.47,0,0,1,1.91,2.12.59.59,0,0,1-.1.83.53.53,0,0,1-.37.13.62.62,0,0,1-.46-.21A23.46,23.46,0,0,0,81,22.08Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 2.2 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Cellphones</title><g id="a6e24e2a-a40a-4904-a161-5018332d3b14" data-name="Layer 2"><g id="22950cd4-872b-4918-9c7d-cf445bd33570" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M56.7,88.57a2.5,2.5,0,0,1-1.77,4.27,2.5,2.5,0,1,1,0-5A2.48,2.48,0,0,1,56.7,88.57Z" style="fill:#25a9e0;fill-rule:evenodd"/><path d="M56.7,88.57a2.5,2.5,0,0,1-1.77,4.27,2.5,2.5,0,1,1,0-5A2.48,2.48,0,0,1,56.7,88.57Z" style="fill:#25a9e0;fill-rule:evenodd"/><path d="M75.07,31h-.22V20.26a6.07,6.07,0,0,0-6-6.06H41.07A6.08,6.08,0,0,0,35,20.26V23.8h-.08a.33.33,0,0,0-.32.33v2.19a.32.32,0,0,0,.32.32H35V31h-.08a.32.32,0,0,0-.32.32v4.78a.33.33,0,0,0,.32.32H35v1.91h-.08a.32.32,0,0,0-.32.32v4.78a.33.33,0,0,0,.32.32H35v46a6.08,6.08,0,0,0,6.06,6.06H68.8a6.07,6.07,0,0,0,6-6.06V36.4h.22a.33.33,0,0,0,.32-.32V31.3A.32.32,0,0,0,75.07,31ZM54.93,16.19a.4.4,0,0,1,0,.8.4.4,0,0,1,0-.8Zm-2.81,2.72h5.62a.3.3,0,1,1,0,.59H52.12a.3.3,0,0,1,0-.59ZM49,18.63a.58.58,0,0,1,0,1.15.58.58,0,1,1,0-1.15Zm8.14,73.94a3.14,3.14,0,1,1,.93-2.23A3.13,3.13,0,0,1,57.16,92.57ZM73.1,85.8H36.77V24H73.1Z" style="fill:#25a9e0;fill-rule:evenodd"/><rect x="26.02" y="38.72" width="57.83" height="32.33" transform="translate(109.82 -0.05) rotate(90)" style="fill:#25a9e0"/></g></g></svg>
|
Before Width: | Height: | Size: 1.4 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Dasher</title><g id="cd9ef4af-3a84-426a-815e-9697dfdc61f1" data-name="Layer 2"><g id="0f739fd6-de93-474a-a019-defcf889b257" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M21.6,71.82c.21-.32.53-.35,1-.06A65,65,0,0,0,55.73,80.6a65.76,65.76,0,0,0,23.59-4.45l.88-.37c.39-.16.66-.28.82-.36a1.07,1.07,0,0,1,1.43.36c.35.49.24.94-.33,1.34-.73.53-1.67,1.14-2.8,1.83a46,46,0,0,1-11.7,4.82A49.69,49.69,0,0,1,55,85.47a48.91,48.91,0,0,1-18-3.32A49.41,49.41,0,0,1,21.85,72.8a.84.84,0,0,1-.37-.61A.65.65,0,0,1,21.6,71.82ZM40,54.45A12.31,12.31,0,0,1,42,47.26a12.81,12.81,0,0,1,5.67-4.51,30.9,30.9,0,0,1,8.1-2c1.1-.12,2.89-.29,5.37-.49v-1q0-3.9-.86-5.25a4.57,4.57,0,0,0-4-1.82h-.49a6.55,6.55,0,0,0-3.47,1.28,4.94,4.94,0,0,0-1.89,3,1.56,1.56,0,0,1-1.22,1.41l-7-.86c-.69-.16-1-.53-1-1.1a1.76,1.76,0,0,1,.06-.42,11.66,11.66,0,0,1,5.09-8,19.12,19.12,0,0,1,9.47-2.92h1.53q6.95,0,10.84,3.59a11.66,11.66,0,0,1,1.13,1.31,11.37,11.37,0,0,1,.82,1.25,6.14,6.14,0,0,1,.55,1.59c.16.69.29,1.17.37,1.43a8.76,8.76,0,0,1,.18,1.71c0,.87.06,1.39.06,1.55V51.71a8.55,8.55,0,0,0,.46,2.89,7.34,7.34,0,0,0,.88,1.89c.29.39.75,1,1.4,1.86a1.79,1.79,0,0,1,.37,1,1,1,0,0,1-.49.85l-5.48,4.75a1.7,1.7,0,0,1-1.77.13,18.91,18.91,0,0,1-1.49-1.41c-.43-.44-.73-.77-.92-1a14.75,14.75,0,0,1-.88-1.19c-.41-.59-.69-1-.85-1.19a15,15,0,0,1-6.71,4.63,18.26,18.26,0,0,1-5.12.61A10.67,10.67,0,0,1,43,62.65Q39.95,59.76,40,54.45Zm10.48-1.22A5.77,5.77,0,0,0,51.62,57a3.92,3.92,0,0,0,3.2,1.43,3.28,3.28,0,0,0,.52-.06,3.07,3.07,0,0,1,.45-.06,6.17,6.17,0,0,0,4-3.29,9.24,9.24,0,0,0,1-2.53,11.64,11.64,0,0,0,.36-2.22c0-.57,0-1.51,0-2.81V46a22,22,0,0,0-5.37.49Q50.44,48,50.43,53.23ZM76,72.86a1.76,1.76,0,0,1,.36-.49A9.49,9.49,0,0,1,79.32,71a19.54,19.54,0,0,1,4.51-.67,3.65,3.65,0,0,1,1.15.06c1.83.16,2.93.46,3.29.91a2,2,0,0,1,.25,1.1v.43a13.91,13.91,0,0,1-1.16,5,11.74,11.74,0,0,1-3.23,4.67.93.93,0,0,1-.55.24.53.53,0,0,1-.24-.06c-.25-.12-.31-.35-.18-.67,1.5-3.54,2.25-6,2.25-7.38a1.57,1.57,0,0,0-.24-1c-.41-.49-1.55-.73-3.42-.73q-1,0-2.43.12c-1,.12-1.95.24-2.81.36a.69.69,0,0,1-.48-.12A.19.19,0,0,1,76,73,.38.38,0,0,1,76,72.86Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 6.1 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>ESPHomeYAML</title><g id="b37eead1-f7ee-4122-87d4-f4605ffd0705" data-name="Layer 2"><g id="90ba5e87-67c3-4566-8362-45d1b804159e" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M79.79,32.28a.53.53,0,0,1-.37-.15,10.73,10.73,0,0,0-15.16,0,.51.51,0,0,1-.72-.72,11.76,11.76,0,0,1,16.61,0,.51.51,0,0,1-.36.87Z" style="fill:#18aceb"/><path d="M66.79,35.17a.51.51,0,0,1-.36-.87,7.66,7.66,0,0,1,10.83,0,.51.51,0,0,1-.72.72,6.65,6.65,0,0,0-9.39,0A.51.51,0,0,1,66.79,35.17Z" style="fill:#18aceb"/><path d="M69.68,38.06a.51.51,0,0,1-.36-.87,3.56,3.56,0,0,1,5.05,0,.51.51,0,0,1-.72.72,2.55,2.55,0,0,0-3.61,0A.51.51,0,0,1,69.68,38.06Z" style="fill:#18aceb"/><path d="M51.94,67.59V77.94H40.71V67.59a4.19,4.19,0,0,1,4.39-4h2.45A4.19,4.19,0,0,1,51.94,67.59Z" style="fill:#18aceb"/><path d="M51.94,50.88V57a.51.51,0,0,1-.51.51H41.22a.51.51,0,0,1-.51-.51V50.88a.51.51,0,0,1,.51-.51H51.43A.51.51,0,0,1,51.94,50.88Z" style="fill:#18aceb"/><path d="M46.32,38.93,28.46,54.25V77.94H39.69V67.59a5.2,5.2,0,0,1,5.41-5h2.45a5.2,5.2,0,0,1,5.41,5V77.94H64.19V54.25ZM53,57a1.54,1.54,0,0,1-1.53,1.53H41.22A1.53,1.53,0,0,1,39.69,57V50.88a1.53,1.53,0,0,1,1.53-1.53H51.43A1.54,1.54,0,0,1,53,50.88Z" style="fill:#18aceb"/><path d="M46,37.87,25.88,55.11a1.53,1.53,0,0,1-2-2.32L45.32,34.41a1.52,1.52,0,0,1,2,0L68.76,52.79a1.51,1.51,0,0,1,.16,2.15,1.57,1.57,0,0,1-2.16.17L46.66,37.87a.54.54,0,0,0-.34-.12A.54.54,0,0,0,46,37.87Z" style="fill:#18aceb"/><path d="M69.29,47.31V44.76h0V41.19a.52.52,0,0,1,.52-.52h4.08a.51.51,0,0,1,.51.52v6.12a.51.51,0,0,1-.51.51H69.81A.51.51,0,0,1,69.29,47.31Z" style="fill:#18aceb"/><path d="M78,64.66a1.54,1.54,0,0,1,1.53,1.53V77.94H69.29V66.19a1.54,1.54,0,0,1,1.53-1.53Z" style="fill:#18aceb"/><path d="M69.42,52l-7.86-6.74h6.71v2a1.54,1.54,0,0,0,1.54,1.53h4.08a1.54,1.54,0,0,0,1.53-1.53v-.13l7.3,6.25H70.25A2.51,2.51,0,0,0,69.42,52Z" style="fill:#18aceb"/><path d="M70.25,54.46a2.43,2.43,0,0,1-.55,1.14,2.54,2.54,0,0,1-3.6.28l-.89-.76V77.94h3.06V66.19a2.56,2.56,0,0,1,2.55-2.55H78a2.55,2.55,0,0,1,2.55,2.55V77.94h3.06V54.46Zm11.29,6.63a.5.5,0,0,1-.51.51.51.51,0,0,1-.51-.51V57.52H77a.51.51,0,1,1,0-1H81a.51.51,0,0,1,.51.51Z" style="fill:#18aceb"/><path d="M86.65,80.49A1.53,1.53,0,0,1,85.12,82H24.88a1.53,1.53,0,1,1,0-3.06H85.12A1.54,1.54,0,0,1,86.65,80.49Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 22 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>FrontEnd</title><g id="73fb7ea2-86fb-44bc-bbdc-7019fb5942e8" data-name="Layer 2"><g id="821861bd-1217-4512-bd82-84f4b1314156" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><rect x="36.65" y="88.57" width="36.7" height="4.19" rx="2.09" ry="2.09" style="fill:#25a9e0"/><path d="M88.4,25.25H21.6a4.13,4.13,0,0,0-4.13,4.13v43A4.13,4.13,0,0,0,21.6,76.5H88.4a4.13,4.13,0,0,0,4.13-4.13v-43A4.13,4.13,0,0,0,88.4,25.25Zm1.49,46.48a2.65,2.65,0,0,1-2.65,2.65H22.56a2.65,2.65,0,0,1-2.45-2.64V30a2.65,2.65,0,0,1,2.65-2.65H87.24A2.65,2.65,0,0,1,89.89,30Z" style="fill:#3cbbdd"/><path d="M22.76,73.38h-.13a1.65,1.65,0,0,1-1.52-1.64V30a1.65,1.65,0,0,1,1.65-1.65H87.24A1.65,1.65,0,0,1,88.89,30V71.73a1.65,1.65,0,0,1-1.65,1.65Z" style="fill:#18aceb"/><polygon points="65.58 88.57 44.42 88.57 46.56 80.55 47.64 76.5 62.36 76.5 63.44 80.55 63.44 80.55 65.58 88.57" style="fill:#3cbbdd"/></g></g></svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>FrontYard</title><g id="c7c861c9-51c3-49b7-a753-74d6be517a72" data-name="Layer 2"><g id="abd7213a-26ea-487c-b3b8-bce9c7e06aef" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="7182522a-3eb8-4db8-8b15-9c188be003a6" data-name="QOSDhM.tif"><path d="M40.3,43c-4.66,5.44-9.5,11-14.19,16.62a4,4,0,0,0,.34,5.59c2.7,2.85,5.5,5.6,8.34,8.31a3.71,3.71,0,0,0,5.33.12C45.8,69,51.45,64.3,57,59.74Z" style="fill:#18aceb"/><path d="M41.1,38.9a13.38,13.38,0,0,0,1.65,2.5Q50.52,49.25,58.42,57c2.26,2.24,3.7,2.32,6.24.48,6-4.31,6.34-5.32.81-10.46-5.22-4.85-10.26-9.88-15.39-14.82-2.38-2.29-3.89-2.16-5.74.55-1.06,1.55-2,3.16-3,4.76A5.11,5.11,0,0,0,41.1,38.9Z" style="fill:#18aceb"/><path d="M29.25,94.58h36a29.8,29.8,0,0,0-.06-5.1,3.46,3.46,0,0,0-3.72-2.92c-9.42,0-18.84,0-28.26,0-2.42,0-3.74,1.42-3.92,3.85C29.17,91.72,29.25,93,29.25,94.58Z" style="fill:#18aceb"/><path d="M49.43,69.13c-8,2.89-6.3,9.31-6.13,15.6a37.12,37.12,0,0,0,4.85-.08,2.07,2.07,0,0,0,1.22-1.56C49.47,78.45,49.43,73.82,49.43,69.13Z" style="fill:#18aceb"/></g><path d="M54.65,32.15a.74.74,0,0,0,.63-.36l9.18-15.25a.74.74,0,0,0-1.27-.76L54,31a.73.73,0,0,0,.25,1A.76.76,0,0,0,54.65,32.15Z" style="fill:#18aceb"/><path d="M62.46,37a.7.7,0,0,0,.49-.19L77,24.34a.74.74,0,1,0-1-1.11L62,35.73a.73.73,0,0,0-.07,1A.76.76,0,0,0,62.46,37Z" style="fill:#18aceb"/><path d="M69,46.13a.76.76,0,0,0,.38-.11l15.19-9.21a.74.74,0,0,0-.76-1.26L68.58,44.76A.74.74,0,0,0,69,46.13Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Grafana</title><g id="9960a689-e867-44a7-b4ce-9f5836296dc6" data-name="Layer 2"><g id="9c8f7a55-8c85-424b-8e39-6e18842cfd7a" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M49,21a3,3,0,0,0-.06.31l-1,.3q-.69.21-1.38.48c-.46.17-.92.35-1.38.55-.91.4-1.81.84-2.7,1.33a28,28,0,0,0-2.52,1.59l-.21-.1a20.87,20.87,0,0,0-15.81.65A23,23,0,0,0,28,41.61c-.2.55-.38,1.1-.55,1.67a38,38,0,0,0-1.37,6.23c0,.3-.08.62-.11.93A20.69,20.69,0,0,0,16,62.09c6.45,7.43,14,7.89,14,7.89s0,0,0,0a32.75,32.75,0,0,0,3.32,4.85c.52.64,1.07,1.25,1.64,1.84A17.37,17.37,0,0,0,35.25,89a20.09,20.09,0,0,0,12.9-3.93c.72.24,1.44.45,2.18.64a32,32,0,0,0,6.73,1c.56,0,1.13,0,1.69,0H59l.88,0v0c3.38,4.83,9.34,5.51,9.34,5.51,4.24-4.47,4.48-8.9,4.48-9.86v-.19c0-.07,0-.14,0-.21a25.77,25.77,0,0,0,7-7.18l.34-.53a11.91,11.91,0,0,0,8.18-3A12.51,12.51,0,0,0,85,63.39l-.06,0-.06,0-.1-.07c0-.3,0-.6.07-.9,0-.54,0-1.08,0-1.61v-.84l0-.79c0-.16,0-.29,0-.43s0-.28,0-.42l0-.41-.06-.42c-.08-.54-.18-1.09-.31-1.63a20.7,20.7,0,0,0-6.5-10.87,20.59,20.59,0,0,0-5.13-3.3A19.94,19.94,0,0,0,67,40a18.23,18.23,0,0,0-2.85-.16H63.6l-.5,0-.39,0c-.48,0-1,.11-1.44.2a16,16,0,0,0-9.34,5.46,15.53,15.53,0,0,0-3.61,9c0,.38,0,.76,0,1.14a2.81,2.81,0,0,0,0,.29v.3c0,.19,0,.37,0,.55a12.61,12.61,0,0,0,.43,2.25A12.34,12.34,0,0,0,50.7,63a12.13,12.13,0,0,0,2.86,2.74,11.59,11.59,0,0,0,6.52,2h.8l.33,0h.09l.1,0,.21,0,.37-.07.37-.08.69-.19a8.2,8.2,0,0,0,1.28-.54,9.2,9.2,0,0,0,1.1-.67l.28-.21a.83.83,0,0,0,.13-1.17.82.82,0,0,0-1-.2l-.26.14a9.16,9.16,0,0,1-1,.39,6.88,6.88,0,0,1-1,.26l-.55.07h-.83l-.34,0h0l-.11,0h-.15l-.31,0a9.41,9.41,0,0,1-2.42-.71,8.76,8.76,0,0,1-2.24-1.47,8.41,8.41,0,0,1-2.71-5,8.17,8.17,0,0,1-.09-1.48c0-.14,0-.28,0-.41v-.18a1.23,1.23,0,0,0,0-.2c0-.26.07-.54.12-.8a10.53,10.53,0,0,1,4.42-6.86,9.7,9.7,0,0,1,1.5-.86,10.69,10.69,0,0,1,1.64-.59,9.13,9.13,0,0,1,1.72-.31c.29,0,.59,0,.88,0h.59c.06,0,0,0,0,0l.3,0a13.68,13.68,0,0,1,1.89.28,13.48,13.48,0,0,1,3.59,1.36,13.3,13.3,0,0,1,5.37,5.57,12.75,12.75,0,0,1,1.22,3.76c0,.32.09.66.12,1l0,.25V59a2.18,2.18,0,0,0,0,.25v.69c0,.16,0,.42,0,.58,0,.36-.06.73-.11,1.09s-.1.71-.17,1.06-.15.71-.24,1A15.41,15.41,0,0,1,75,65.75a16.44,16.44,0,0,1-2.09,3.78A16.89,16.89,0,0,1,62.1,76.28a17.69,17.69,0,0,1-2.18.22h-1c.1,0,0,0,0,0h-.07c-.4,0-.78,0-1.17-.06a21.57,21.57,0,0,1-4.59-.83,22.88,22.88,0,0,1-4.3-1.73,23,23,0,0,1-9.59-9.74,22,22,0,0,1-1.64-4.25,21.13,21.13,0,0,1-.75-4.45l0-.35V55l0-.44v-.84c0-.18,0-.36,0-.55a22.41,22.41,0,0,1,.19-2.27c.09-.76.22-1.53.37-2.29s.35-1.52.56-2.25a28.71,28.71,0,0,1,1.58-4.28,23.84,23.84,0,0,1,4.88-7c.49-.48,1-.94,1.54-1.37s1.09-.82,1.66-1.19,1.15-.71,1.75-1c.3-.16.6-.31.91-.45l.47-.21.46-.2c.64-.25,1.27-.5,1.92-.7l.49-.15.49-.13c.33-.1.67-.17,1-.26l.5-.11.5-.1L57,29l.51-.08.57-.07,1.29-.14,1-.07h.08l.61,0q1,0,1.95,0a24.7,24.7,0,0,1,3.78.42,26.43,26.43,0,0,1,6.87,2.28,27.87,27.87,0,0,1,5.6,3.65l.3.26.3.26.58.53.55.54c.19.18.36.36.54.55.69.73,1.33,1.47,1.91,2.22a30.22,30.22,0,0,1,2.82,4.41l.14.27.13.26c.08.18.17.35.25.53l.24.51c.07.17.14.34.22.5.28.66.52,1.3.73,1.9.33,1,.58,1.84.78,2.59a.63.63,0,0,0,.67.48.65.65,0,0,0,.58-.62,24.67,24.67,0,0,0-.1-2.86,27.09,27.09,0,0,0-.81-4.63,29,29,0,0,0-2.08-5.54,30.34,30.34,0,0,0-3.89-5.94c-.64-.76-1.35-1.52-2.11-2.26a11.71,11.71,0,0,0-1.37-8.41,12.44,12.44,0,0,0-8.11,2.09l-.52-.22c-.73-.3-1.49-.58-2.27-.82s-1.58-.48-2.39-.67-1.64-.35-2.49-.48l-.44-.06a15,15,0,0,0-7.31-8.56A16,16,0,0,0,49,21Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 3.5 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>HomeAssistant</title><g id="ef1c8802-e576-49ad-9073-ce3c2e8c84f7" data-name="Layer 2"><g id="e669186f-ade5-4476-8792-e25e9478b3c1" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M38.06,56.47a1.25,1.25,0,0,1,1.23,1.25A1.22,1.22,0,0,1,38.06,59a1.24,1.24,0,0,1-1.25-1.23A1.26,1.26,0,0,1,38.06,56.47Z" style="fill:#18aceb"/><path d="M39.05,66.06a1.22,1.22,0,0,1,1.23,1.23,1.25,1.25,0,0,1-1.23,1.25,1.26,1.26,0,0,1-1.25-1.25A1.24,1.24,0,0,1,39.05,66.06Z" style="fill:#18aceb"/><path d="M39.05,43.66a1.25,1.25,0,0,1-1.25-1.23,1.27,1.27,0,0,1,1.25-1.26,1.25,1.25,0,0,1,1.23,1.26A1.23,1.23,0,0,1,39.05,43.66Z" style="fill:#18aceb"/><path d="M40.56,75.62a1.24,1.24,0,0,1,1.26,1.23,1.25,1.25,0,1,1-2.49,0A1.23,1.23,0,0,1,40.56,75.62Z" style="fill:#18aceb"/><path d="M46.37,50.71a1.24,1.24,0,0,1,0-2.48,1.24,1.24,0,1,1,0,2.48Z" style="fill:#18aceb"/><path d="M48.9,37a1.23,1.23,0,0,1,1.23,1.23A1.25,1.25,0,1,1,48.9,37Z" style="fill:#18aceb"/><path d="M49,69.92a1.24,1.24,0,1,1,1.24-1.23A1.23,1.23,0,0,1,49,69.92Z" style="fill:#18aceb"/><path d="M61,39.5a1.27,1.27,0,0,1-1.26-1.25A1.26,1.26,0,0,1,61,37a1.23,1.23,0,0,1,1.23,1.23A1.25,1.25,0,0,1,61,39.5Z" style="fill:#18aceb"/><path d="M61.34,60.51a1.24,1.24,0,0,1,0-2.48,1.24,1.24,0,1,1,0,2.48Z" style="fill:#18aceb"/><path d="M62.5,48.56a1.25,1.25,0,0,1,1.23,1.25,1.24,1.24,0,0,1-2.48,0A1.25,1.25,0,0,1,62.5,48.56Z" style="fill:#18aceb"/><path d="M68.31,43.79a1.25,1.25,0,0,1-1.26-1.23,1.27,1.27,0,0,1,1.26-1.26,1.26,1.26,0,0,1,1.23,1.26A1.23,1.23,0,0,1,68.31,43.79Z" style="fill:#18aceb"/><path d="M69.43,78.36a1.24,1.24,0,1,1,0-2.48,1.24,1.24,0,1,1,0,2.48Z" style="fill:#18aceb"/><path d="M74.26,68.87A1.25,1.25,0,0,1,73,67.61a1.23,1.23,0,0,1,1.23-1.23,1.25,1.25,0,0,1,1.25,1.23A1.27,1.27,0,0,1,74.26,68.87Z" style="fill:#18aceb"/><path d="M74.35,51a1.23,1.23,0,0,1-1.25-1.23,1.24,1.24,0,1,1,2.48,0A1.23,1.23,0,0,1,74.35,51Z" style="fill:#18aceb"/><path d="M92.85,54.38a1.43,1.43,0,0,1-1.43,1.44H84.25V81.2A2.2,2.2,0,0,1,82,83.41H55.28l6.19-5.64H67a2.51,2.51,0,1,0,2.42-3.16,2.53,2.53,0,0,0-2.31,1.51H60.83L55.71,80.8V74.32l6.09-5.87H71.89a2.52,2.52,0,0,0,4.9-.84,2.52,2.52,0,0,0-4.9-.81h-8.4l5.61-5.43V55.72l4-3.73a2.41,2.41,0,0,0,1.25.33,2.52,2.52,0,0,0,0-5,2.53,2.53,0,0,0-2.53,2.53,2.34,2.34,0,0,0,.2.95L69.1,53.48V44.93a2.48,2.48,0,0,0,1.71-2.37,2.52,2.52,0,1,0-3.34,2.37v8.53l-2.73-2.55a2.27,2.27,0,0,0,.27-1.1,2.5,2.5,0,1,0-1.41,2.26l3.87,3.65v5l-5.14,5-.16-4a2.49,2.49,0,1,0-1.64,0l.22,5.52-5,4.88V44.89l4.4-4.27a2.75,2.75,0,0,0,.88.16,2.53,2.53,0,1,0-2.16-1.21l-3.91,3.8-3.78-4a2.38,2.38,0,0,0,.26-1.1,2.52,2.52,0,1,0-2.5,2.53,2.33,2.33,0,0,0,1.1-.27l4.06,4.36v19l-6.88-6.7V51.85a2.53,2.53,0,1,0-1.63,0v3.74l-5.69-5.54V44.8a2.5,2.5,0,0,0,1.7-2.37,2.52,2.52,0,1,0-3.33,2.37v6l6.32,6.15H40.43a2.51,2.51,0,0,0-2.37-1.71,2.52,2.52,0,1,0,0,5,2.49,2.49,0,0,0,2.37-1.69h5.78l7.85,7.65V80.7l-4.24-4.18V71.07a2.52,2.52,0,1,0-3.34-2.38,2.55,2.55,0,0,0,1.69,2.38v3.82l-6.77-6.7a2.47,2.47,0,0,0,.16-.9,2.52,2.52,0,0,0-5,0,2.54,2.54,0,0,0,2.53,2.52,2.35,2.35,0,0,0,1.29-.37L47,76H43a2.53,2.53,0,0,0-2.4-1.69,2.52,2.52,0,0,0,0,5,2.55,2.55,0,0,0,2.4-1.7h5.7l5.81,5.73H28a2.2,2.2,0,0,1-2.21-2.21V55.82H18.58a1.4,1.4,0,0,1-1-.4,1.45,1.45,0,0,1-.44-1,1.4,1.4,0,0,1,.42-1L54,17a1.44,1.44,0,0,1,2,0L74.93,35.9V32.29A1.29,1.29,0,0,1,76.22,31h6a1.29,1.29,0,0,1,1.29,1.29V43.36a1.26,1.26,0,0,1-.31.82l9.21,9.2A1.39,1.39,0,0,1,92.85,54.38Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 3.5 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>HomeBridge</title><g id="27648c7c-a7ac-4bf5-bbe9-6aaaf8a7ec8e" data-name="Layer 2"><g id="01744846-60c7-416f-ba79-288b7e61799e" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path id="ce77aaa3-f2d4-49f2-8e2a-bd786770c06b" data-name="hQqnHr.tif" d="M44.79,87h-1a.19.19,0,0,0-.1,0,7.68,7.68,0,0,1-3.16-1,15.34,15.34,0,0,1-3.46-2.85,44.92,44.92,0,0,1-4.39-5.62,42.18,42.18,0,0,1-5.27-11.07,39.08,39.08,0,0,1-1.84-9.81c0-.37,0-.75-.07-1.12V54.09a2.58,2.58,0,0,0,0-.29A26.17,26.17,0,0,1,26,49.57a20.49,20.49,0,0,1,4.52-9.66,17.52,17.52,0,0,1,7-5,16.74,16.74,0,0,1,4.53-1.08,12.22,12.22,0,0,1,3.67.14,29.45,29.45,0,0,1,4.67,1.39,38.28,38.28,0,0,0,4.05,1.32,2.77,2.77,0,0,0,1.48.1c1.12-.33,2.24-.66,3.35-1,1.5-.49,3-1,4.48-1.49a15.29,15.29,0,0,1,4.56-.7,20.19,20.19,0,0,1,5.35.79,15.72,15.72,0,0,1,8.3,5.4c.21.26.41.54.62.81l-.18.12A17.64,17.64,0,0,0,78,44.49a13.69,13.69,0,0,0-3,6.91,16.73,16.73,0,0,0,0,4.47,14.06,14.06,0,0,0,1.34,4.71,16.13,16.13,0,0,0,8.25,7.72v0a.8.8,0,0,0-.08.16c-.4,1-.77,2.09-1.2,3.11A42.27,42.27,0,0,1,75.84,83a12.63,12.63,0,0,1-3.74,3,8.14,8.14,0,0,1-4.62.91,16.24,16.24,0,0,1-3.8-.93c-1.08-.39-2.14-.82-3.24-1.16a13.4,13.4,0,0,0-6.26-.42A20.69,20.69,0,0,0,50,85.58a21,21,0,0,1-4,1.25C45.55,86.9,45.17,86.94,44.79,87Zm24.6-70-.15,0c-.34,0-.67.08-1,.14a16.32,16.32,0,0,0-4.45,1.54A16,16,0,0,0,55,31.51a10.49,10.49,0,0,0,.07,2.08c.65,0,1.29,0,1.92-.08a11,11,0,0,0,4.62-1.6,17.19,17.19,0,0,0,4.16-3.58,15,15,0,0,0,3.91-9c0-.76,0-1.52,0-2.29Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 34 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>IFTT</title><g id="741ca324-5528-4aba-9538-525343e4bf19" data-name="Layer 2"><g id="a35693f8-611d-402a-be72-00277fedcf4d" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><rect x="22.86" y="26.01" width="19.12" height="57.99" style="fill:#25a9e0"/><polygon points="67.48 44.71 67.48 50 83.58 50 83.58 68.13 67.48 68.13 67.48 83.99 49.11 83.99 49.11 26.01 91.14 26.01 91.14 44.71 67.48 44.71" style="fill:#25a9e0"/></g></g></svg>
|
Before Width: | Height: | Size: 641 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>InFluxDB</title><g id="818ac11e-e6e7-4933-8cb8-2512c3abbd98" data-name="Layer 2"><g id="e6c2984d-1905-486b-99f6-7d0194d2da61" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path id="ccbca6b9-f137-4bc3-900e-0d84772b8d41" data-name="symbol" d="M75.26,48.9,71.34,31.78a3.06,3.06,0,0,0-2-2.12l-18-5.51a3.49,3.49,0,0,0-.78-.11,3.06,3.06,0,0,0-2.06.78l-12.89,12a3.24,3.24,0,0,0-.88,2.78l4.18,18.31a3.06,3.06,0,0,0,2,2.11l16.81,5.16a4.17,4.17,0,0,0,.77.1,3.11,3.11,0,0,0,2.07-.77L74.33,51.68A3,3,0,0,0,75.26,48.9ZM53.19,28.17l12.33,3.76c.46.16.46.36,0,.47L59,33.89a1.73,1.73,0,0,1-1.5-.46L53,28.53C52.63,28.22,52.73,28.06,53.19,28.17Zm7.69,22.12c.1.51-.21.77-.67.62L46.9,46.83c-.46-.15-.56-.56-.2-.87l10.21-9.49a.48.48,0,0,1,.87.26ZM39,38.22l10.83-10a.91.91,0,0,1,1.29,0l5.41,5.83a.9.9,0,0,1-.05,1.28L45.61,45.39a.91.91,0,0,1-1.29,0l-5.41-5.83A1,1,0,0,1,39,38.22Zm2.63,16L38.7,41.68c-.1-.52.06-.57.42-.21l4.53,4.9A1.69,1.69,0,0,1,44,47.92l-2,6.34C42,54.67,41.69,54.67,41.59,54.21Zm15.83,7.27L43.34,57.15A.93.93,0,0,1,42.73,56l2.32-7.63a.94.94,0,0,1,1.13-.62l14.08,4.33a1,1,0,0,1,.62,1.14l-2.32,7.63A.91.91,0,0,1,57.42,61.48ZM70,51.22,60.52,60c-.37.36-.57.21-.42-.26l2-6.34a1.79,1.79,0,0,1,1.19-1.08l6.5-1.5C70.21,50.7,70.31,50.91,70,51.22Zm1-1.86L63.2,51.11a.9.9,0,0,1-1.09-.67l-3.3-14.38A.92.92,0,0,1,59.48,35l7.79-1.75a.9.9,0,0,1,1.08.67l3.3,14.39A.92.92,0,0,1,71,49.36Z" style="fill:#18aceb"/><g id="08c59b37-ac84-498c-94ac-169cf2abecfe" data-name="type"><path d="M16.9,69.45l3-.4L17.76,81h-2.9Zm.86-5,3-.4-.56,3.27-3,.44Z" style="fill:#18aceb"/><path d="M29.14,72.62a1.48,1.48,0,0,0,0-.3c0-.3-.13-.5-.6-.5a10,10,0,0,0-3.5,1.36L23.7,81H20.8l2-11.51,2.5-.43,0,1.43A11.13,11.13,0,0,1,30.07,69c1.6,0,2.14,1.06,2.14,2.33a4.32,4.32,0,0,1-.14,1.17L30.57,81h-2.9Z" style="fill:#18aceb"/><path d="M41.54,71.58h-2.7l-1.77,9.94A6.88,6.88,0,0,1,34.51,86l-1.87-1.74a4.75,4.75,0,0,0,1.57-3l1.7-9.68h-1.8l.4-2.36h1.8l.3-1.71C37,65,38,63.91,41,63.91a17.39,17.39,0,0,1,3.7.47l3-.4-3,17h-2.9l2.53-14.38A17.79,17.79,0,0,0,41,66.21c-1,0-1.4.34-1.53,1.17l-.3,1.8h2.93Z" style="fill:#18aceb"/><path d="M51.11,77.59a1.54,1.54,0,0,0,0,.3c0,.3.13.5.6.5A10.07,10.07,0,0,0,55.18,77l1.34-7.6,3-.4L57.42,81H55l0-1.24a11,11,0,0,1-4.77,1.47c-1.6,0-2.13-1.07-2.13-2.33a4.33,4.33,0,0,1,.13-1.17l1.44-8.27,3-.4Z" style="fill:#18aceb"/><path d="M64.05,75.05l-2.53-5.53,2.7-.5L66,73.18l2.9-4H72l-4.8,6.2L69.76,81H66.82l-1.6-3.4L62.39,81h-3.1Z" style="fill:#18aceb"/><path d="M80.86,81H78.4v-1.3a5.76,5.76,0,0,1-4,1.53c-2,0-2.73-1.1-2.73-2.67a5.31,5.31,0,0,1,.13-1.23l.6-3.44c.54-3,1.1-4.9,5.71-4.9a9,9,0,0,1,1.93.24l.83-4.77,3-.4Zm-1.23-9.41a8.09,8.09,0,0,0-1.7-.13c-1.87,0-2.34.73-2.6,2.3l-.74,4.14a1.24,1.24,0,0,0,0,.3c0,.43.3.63.83.63a4.87,4.87,0,0,0,3.27-1.77Z" style="fill:#18aceb"/><path d="M86.8,64.41l3-.4L88.7,70a7.4,7.4,0,0,1,3.7-1c2,0,2.74,1.1,2.74,2.67A5.34,5.34,0,0,1,95,72.88l-.56,3.44c-.64,3.53-1.84,4.9-6.07,4.9A17.11,17.11,0,0,1,84,80.45Zm.37,14.21a9.15,9.15,0,0,0,1.7.17c1.86,0,2.33-.77,2.6-2.3l.73-4.14a.94.94,0,0,0,0-.3c0-.43-.3-.63-.84-.63a6.18,6.18,0,0,0-3.17,1.1Z" style="fill:#18aceb"/></g></g></g></svg>
|
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>InteriorDoors</title><g id="c9344c42-f365-44c2-a097-674fa0afcea2" data-name="Layer 2"><g id="bd15c96d-1e13-406d-a27a-4a7d922d13b5" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="59e741fc-d4ae-4084-ad3c-8871757c4f65" data-name="6i0Qzv.tif"><path d="M58.07,24.07a4.48,4.48,0,0,1,.62.31,1.27,1.27,0,0,1,.53,1v.24q0,29.36,0,58.69a1.88,1.88,0,0,1-.39,1.12,1.43,1.43,0,0,1-.77.48h-.66l-.09-.05-3.86-.76L44.94,83.4l-8.37-1.67a1.4,1.4,0,0,1-1.25-1.52V29.81a1.41,1.41,0,0,1,1.26-1.53l9.21-1.85,10.08-2,1.63-.35ZM53.6,59.22c0-.94,0-1.87,0-2.81a1.3,1.3,0,0,0-.68-1.23,1.52,1.52,0,0,0-1.54,0,1.37,1.37,0,0,0-.6,1.28v5.42a1.84,1.84,0,0,0,0,.41,1.23,1.23,0,0,0,.66.94A1.41,1.41,0,0,0,53.6,62Z" style="fill:#25a9e0"/><path d="M60.64,81.72V78.91H71.86V31.11H60.64V28.3H73.11a1.43,1.43,0,0,1,1.57,1.42V80.3a1.4,1.4,0,0,1-1.42,1.41H60.64Z" style="fill:#25a9e0"/></g></g></g></svg>
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 306 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 185.01 91.32"><title>LAN</title><g id="1ecbde09-971e-41f8-bfb7-f5041897b8f9" data-name="Layer 2"><g id="845c8668-4535-4679-bd10-b729bda8eb65" data-name="Layer 1"><path d="M113.9,6.29V27h64V6.29ZM120.55,24a3,3,0,0,1-3-3,1.34,1.34,0,0,1,0-.2,1.5,1.5,0,0,1,0-.2c0-.13,0-.25.07-.38l.06-.18a3,3,0,0,1,5.69.37,1.25,1.25,0,0,1,0,.19,1.5,1.5,0,0,1,0,.2,1.34,1.34,0,0,1,0,.2A3,3,0,0,1,120.55,24Zm0-9a3,3,0,0,1-3-2.95,1.48,1.48,0,0,1,0-.21,1.23,1.23,0,0,1,0-.19c0-.13,0-.26.07-.38l.06-.19a3,3,0,0,1,5.69.37,1.2,1.2,0,0,1,0,.2,1.23,1.23,0,0,1,0,.19,1.48,1.48,0,0,1,0,.21A3,3,0,0,1,120.55,15Zm10.14,9a3,3,0,0,1-3-3v-.2c0-.06,0-.13,0-.2a1.29,1.29,0,0,1,0-.19,3,3,0,0,1,5.69-.37,1.21,1.21,0,0,1,0,.18,2.57,2.57,0,0,1,.08.38,1.5,1.5,0,0,1,0,.2c0,.07,0,.13,0,.2A3,3,0,0,1,130.69,24Zm0-9a3,3,0,0,1-3-2.95v-.21c0-.06,0-.13,0-.19a1.18,1.18,0,0,1,0-.2,3,3,0,0,1,5.69-.37,1.33,1.33,0,0,1,0,.19,2.33,2.33,0,0,1,.08.38,1.23,1.23,0,0,1,0,.19c0,.07,0,.14,0,.21A3,3,0,0,1,130.69,15Zm10.14,9a3,3,0,0,1-3-3v-.2c0-.06,0-.13,0-.2s0-.25.08-.38a1.21,1.21,0,0,0,.05-.18,3,3,0,0,1,5.59,0l.06.18c0,.13.06.25.08.38s0,.14,0,.2v.2A3,3,0,0,1,140.83,24Zm0-9a3,3,0,0,1-3-2.95v-.21c0-.06,0-.13,0-.19s0-.26.08-.38a1.33,1.33,0,0,0,.05-.19,3,3,0,0,1,5.59,0l.06.19c0,.12.06.25.08.38s0,.13,0,.19v.21A3,3,0,0,1,140.83,15ZM151,24a3,3,0,0,1-3-3,1.34,1.34,0,0,1,0-.2,1.5,1.5,0,0,1,0-.2c0-.13,0-.25.07-.38l.06-.18a3,3,0,0,1,5.69.37c0,.06,0,.13,0,.19s0,.14,0,.2v.2A3,3,0,0,1,151,24Zm0-9a3,3,0,0,1-3-2.95,1.48,1.48,0,0,1,0-.21,1.23,1.23,0,0,1,0-.19c0-.13,0-.26.07-.38l.06-.19a3,3,0,0,1,5.69.37c0,.06,0,.13,0,.2s0,.13,0,.19v.21A3,3,0,0,1,151,15Zm10.14,9a3,3,0,0,1-3-3v-.2l0-.2a1.25,1.25,0,0,1,0-.19,3,3,0,0,1,5.69-.37l.06.18c0,.13,0,.25.07.38a1.5,1.5,0,0,1,0,.2,1.34,1.34,0,0,1,0,.2A3,3,0,0,1,161.11,24Zm0-9a3,3,0,0,1-3-2.95v-.21l0-.19a1.2,1.2,0,0,1,0-.2,3,3,0,0,1,5.69-.37l.06.19c0,.12,0,.25.07.38a1.23,1.23,0,0,1,0,.19,1.48,1.48,0,0,1,0,.21A3,3,0,0,1,161.11,15Zm10.13,9a3,3,0,0,1-3-3v-.2a1.62,1.62,0,0,1,0-.2,2.53,2.53,0,0,1,.07-.38l.06-.18a3,3,0,0,1,5.59,0c0,.06,0,.12.05.18s.06.25.08.38a1.5,1.5,0,0,1,0,.2c0,.07,0,.13,0,.2A3,3,0,0,1,171.24,24Zm0-9a3,3,0,0,1-3-2.95v-.21a1.25,1.25,0,0,1,0-.19,2.32,2.32,0,0,1,.07-.38l.06-.19a3,3,0,0,1,5.59,0c0,.06,0,.13.05.19s.06.25.08.38a1.23,1.23,0,0,1,0,.19c0,.07,0,.14,0,.21A3,3,0,0,1,171.24,15Z" style="fill:#25a9e0"/><path d="M180.41,0H4.6A4.6,4.6,0,0,0,0,4.6V36.13a4.6,4.6,0,0,0,4.6,4.6H180.41a4.6,4.6,0,0,0,4.6-4.6V4.6A4.6,4.6,0,0,0,180.41,0Zm-89,12.52V11.7H89.77V5.94h7.94V11.7H96.12v.82h-1v1H92.35v-1Zm-13.86,0V11.7H75.91V5.94h7.94V11.7H82.26v.82h-1v1H78.49v-1Zm-13.87,0V11.7H62V5.94H70V11.7H68.39v.82h-1v1H64.63v-1Zm-13.87,0V11.7H48.17V5.94h7.95V11.7H54.53v.82h-1v1H50.76v-1Zm-13.87,0V11.7H34.31V5.94h7.94V11.7H40.66v.82h-1v1H36.89v-1ZM14.51,25.3H12.93v.81h-1v1H9.16v-1h-1V25.3H6.58V19.54h7.93Zm0-13.6H12.93v.82h-1v1H9.16v-1h-1V11.7H6.58V5.94h7.93ZM28.38,25.3H26.8v.81h-1v1H23v-1H22V25.3H20.44V19.54h7.94Zm0-13.6H26.8v.82h-1v1H23v-1H22V11.7H20.44V5.94h7.94ZM42.25,25.3H40.66v.81h-1v1H36.89v-1h-1V25.3H34.31V19.54h7.94Zm13.87,0H54.53v.81h-1v1H50.76v-1h-1V25.3H48.17V19.54h7.95ZM70,25.3H68.39v.81h-1v1H64.63v-1h-1V25.3H62V19.54H70Zm13.87,0H82.26v.81h-1v1H78.49v-1h-1V25.3H75.91V19.54h7.94Zm13.86,0H96.12v.81h-1v1H92.35v-1h-1V25.3H89.77V19.54h7.94ZM181.44,27a3.55,3.55,0,0,1-3.55,3.55h-64A3.55,3.55,0,0,1,110.36,27V6.29a3.55,3.55,0,0,1,3.54-3.54h64a3.55,3.55,0,0,1,3.55,3.54Z" style="fill:#25a9e0"/><polygon points="167.18 71.87 167.18 86.7 21.38 86.7 21.38 71.87 84.66 71.87 84.66 40.73 99.5 40.73 99.5 71.87 167.18 71.87" style="fill:#fff2df"/><path d="M114.76,72.69V85.62a5.7,5.7,0,0,1-5.7,5.7H75.11a5.71,5.71,0,0,1-5.71-5.7V72.69A5.71,5.71,0,0,1,75.11,67h4.8v-4.8a5.71,5.71,0,0,1,5.71-5.71H98.55a5.71,5.71,0,0,1,5.7,5.71V67h4.81A5.71,5.71,0,0,1,114.76,72.69Z" style="fill:#25a9e0"/><circle cx="120.56" cy="12.09" r="2.22" style="fill:#25a9e0"/><circle cx="130.69" cy="12.09" r="2.22" style="fill:#25a9e0"/><circle cx="140.83" cy="12.09" r="2.22" style="fill:#25a9e0"/><circle cx="150.96" cy="12.09" r="2.22" style="fill:#25a9e0"/><circle cx="161.1" cy="12.09" r="2.22" style="fill:#25a9e0"/><circle cx="171.24" cy="12.09" r="2.22" style="fill:#25a9e0"/><circle cx="120.56" cy="21.05" r="2.22" style="fill:#25a9e0"/><circle cx="130.69" cy="21.05" r="2.22" style="fill:#25a9e0"/><circle cx="140.83" cy="21.05" r="2.22" style="fill:#25a9e0"/><circle cx="150.96" cy="21.05" r="2.22" style="fill:#25a9e0"/><circle cx="161.1" cy="21.05" r="2.22" style="fill:#25a9e0"/><circle cx="171.24" cy="21.05" r="2.22" style="fill:#25a9e0"/><path d="M176.13,7.32a.65.65,0,0,1,.65.65V25a.66.66,0,0,1-.65.66H115.41a.66.66,0,0,1-.65-.66V8a.65.65,0,0,1,.65-.65h60.72m0-2H115.41A2.63,2.63,0,0,0,112.78,8V25a2.63,2.63,0,0,0,2.63,2.63h60.72A2.63,2.63,0,0,0,178.76,25V8a2.63,2.63,0,0,0-2.63-2.63Z" style="fill:#25a9e0"/></g></g></svg>
|
Before Width: | Height: | Size: 4.7 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>MQTT</title><g id="6ac23d2f-fdbd-406b-977e-b1bfb7d5818e" data-name="Layer 2"><g id="0fe1a188-ca89-4af9-9e52-ebc2479289e1" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M101.63,40.1v4.61H94.48c-1.11,0-1.11,0-1.11,1.09V66.46c0,.93,0,1-1,1H89.19c-1.22,0-1.22,0-1.22-1.23V46.26c0-.26,0-.53,0-.79,0-.66-.09-.73-.73-.76H72.7c-1.09,0-1.1,0-1.1,1.11V60.59c0,2,0,4,0,6,0,.81-.07.87-.85.88H67.57c-1.21,0-1.21,0-1.21-1.24v-20c0-.23,0-.47,0-.71,0-.65-.1-.75-.74-.75H59.34a3.32,3.32,0,0,0-.58.15,11.88,11.88,0,0,1,1.77,3.79,24.53,24.53,0,0,1,.68,4,25.73,25.73,0,0,1-.15,4.11,11.67,11.67,0,0,1-1,3.9C59.44,61.87,58.68,63,58,64.26a15.9,15.9,0,0,0,4.27,2.34c-.62,1.19-1.2,2.29-1.78,3.38a.4.4,0,0,1-.54.19,6.79,6.79,0,0,1-1.19-.45c-1.16-.68-2.31-1.39-3.45-2.12s-.9-.76-2.32-.28a13.45,13.45,0,0,1-3.65.73A18.53,18.53,0,0,1,44,67.58a11.72,11.72,0,0,1-5.65-3.23,11.42,11.42,0,0,1-2.95-5.46C35.14,58,35,57,34.8,56.11h-.06V66.56c0,.8-.07.86-.87.87H31.09c-1.27,0-1.27,0-1.27-1.25V46.88c0-.28,0-.55,0-.82a1.14,1.14,0,0,0-.35.64q-1.17,4.57-2.33,9.16-1.35,5.36-2.69,10.71c-.2.83-.24.85-1.06.86h-3.5c-.87,0-.89,0-1.11-.9q-1.29-5-2.56-10.08Q15,51.64,13.78,46.82c-.06-.26-.14-.5-.2-.75h-.14V59.16c0,2.46,0,4.93,0,7.39,0,.81-.06.87-.85.88H9.49c-1.12,0-1.12,0-1.12-1.16V46.8c0-2,0-3.91,0-5.87,0-.75.08-.82.83-.82h6.59c.72,0,.75,0,.93.71.85,3.14,1.68,6.29,2.52,9.43.71,2.67,1.41,5.33,2.12,8,.05.16.14.3.27.59.12-.33.21-.52.26-.71.27-1,.52-1.95.78-2.92l2.88-11.07c.29-1.1.57-2.2.88-3.3.18-.64.28-.72.95-.72H34c.66,0,.73.09.76.73,0,.21,0,.42,0,.63V51.89c.29-1.27.47-2.4.8-3.48a11.48,11.48,0,0,1,5.33-6.84A13.85,13.85,0,0,1,47.4,39.8a18,18,0,0,1,2.84.16,11.84,11.84,0,0,1,7.08,3.26c.2.2.41.38.62.58.08-.13.13-.17.13-.21,0-.67,0-1.33,0-2,0-1.62-.13-1.49,1.51-1.49ZM48.25,58.35a15.9,15.9,0,0,1,1.52.64c1.07.59,2.11,1.21,3.16,1.82.52.31.63.3,1-.2a10.46,10.46,0,0,0,.77-1.29,14.38,14.38,0,0,0,1-5.57c0-.45-.13-.9-.13-1.34A9.23,9.23,0,0,0,54.88,49a6.65,6.65,0,0,0-5-4.37,10,10,0,0,0-3.15-.13,7,7,0,0,0-5.91,5.16,15.83,15.83,0,0,0-.56,5c0,.39.13.78.14,1.18A9.44,9.44,0,0,0,41.14,59a6.73,6.73,0,0,0,4.49,4.27,9.81,9.81,0,0,0,1.8.3,4.76,4.76,0,0,0,2.68-.47,21.81,21.81,0,0,0-3.24-1.79Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 2.3 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>MuxMux</title><g id="4ad61a88-cb11-4266-a8b7-bf076c79644c" data-name="Layer 2"><g id="5c75f551-a553-4369-8f6f-14b42e052b46" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><polygon points="13.67 53.48 15.07 33.79 19.59 33.79 23.72 45.47 28.16 33.79 33.14 33.79 34.08 53.48 29 53.48 29 46.56 26.29 53.48 21.85 53.48 18.81 46.56 18.81 53.48 13.67 53.48" style="fill:#18aceb"/><path d="M50.76,33.79V46a8.23,8.23,0,0,1-1.51,4.86,7.18,7.18,0,0,1-3.64,2.65,9.09,9.09,0,0,1-5.29-.18,6.79,6.79,0,0,1-3.86-3.55,8,8,0,0,1-1-3.91V33.79h4.79V47c0,3,5.7,3,5.7,0V33.79Z" style="fill:#18aceb"/><polygon points="52.94 33.79 58.35 33.79 61.55 38.66 64.88 33.79 70.23 33.79 64.23 43.64 70.62 53.48 64.94 53.48 61.78 48.19 58.03 53.82 52.94 53.82 58.75 43.64 52.94 33.79" style="fill:#18aceb"/><polygon points="39.38 75.88 40.78 56.19 45.3 56.19 49.43 67.87 53.87 56.19 58.85 56.19 59.78 75.88 54.71 75.88 54.71 68.96 52 75.88 47.56 75.88 44.52 68.96 44.52 75.88 39.38 75.88" style="fill:#18aceb"/><path d="M76.47,33.79V68.38A8.28,8.28,0,0,1,75,73.24a7.22,7.22,0,0,1-3.64,2.64A9.09,9.09,0,0,1,66,75.71a6.81,6.81,0,0,1-3.86-3.56,8,8,0,0,1-1-3.9V56.18H66V69.39c0,3,5.7,3,5.7,0V33.79Z" style="fill:#18aceb"/><polygon points="78.65 56.19 84.06 56.19 87.26 61.05 90.59 56.18 95.94 56.18 89.94 66.03 96.33 75.88 90.65 75.88 87.49 70.58 83.74 76.21 78.65 76.21 84.45 66.03 78.65 56.19" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 53 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>NodeMCU</title><g id="3f6af99c-3942-4a99-9f66-7a9959492fe3" data-name="Layer 2"><g id="e90c029a-e1a9-4a3f-a93d-77a9c8f3aa2b" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="e8b1cd00-fc32-4dff-82d5-2bd782920234" data-name="<Group>"><path d="M43.52,21.31V28.2H42V21.31a.77.77,0,0,1,.77-.76A.76.76,0,0,1,43.52,21.31Z" style="fill:#25a9e0"/><path d="M52.7,22.85V28.2H45.05V22.85a.77.77,0,0,0,.76.76h6.13A.75.75,0,0,0,52.7,22.85Z" style="fill:#25a9e0"/><path d="M55.77,21.31V28.2H54.23V21.31a.77.77,0,0,1,.77-.76A.76.76,0,0,1,55.77,21.31Z" style="fill:#25a9e0"/><path d="M65,22.85V28.2H57.3V22.85a.77.77,0,0,0,.76.76h6.13A.75.75,0,0,0,65,22.85Z" style="fill:#25a9e0"/><path d="M68,21.31V28.2H66.48V21.31a.77.77,0,0,1,.77-.76A.76.76,0,0,1,68,21.31Z" style="fill:#25a9e0"/><path d="M88.69,42a.77.77,0,0,1,0,1.54H81.8V42Z" style="fill:#25a9e0"/><path d="M88.69,54.23a.77.77,0,0,1,0,1.54H81.8V54.23Z" style="fill:#25a9e0"/><path d="M88.69,66.48a.77.77,0,0,1,0,1.54H81.8V66.48Z" style="fill:#25a9e0"/><path d="M87.15,69.55v1.53a.76.76,0,0,0-.76.76V79.5a6.89,6.89,0,0,1-6.89,6.89H71.84a.77.77,0,0,0-.76.76H69.55V81.8h3.82a8.44,8.44,0,0,0,8.43-8.43V69.55Z" style="fill:#25a9e0"/><path d="M87.15,38.92v1.53H81.8V36.63a8.44,8.44,0,0,0-8.43-8.43H69.55V22.85h1.53a.77.77,0,0,0,.76.76H79.5a6.89,6.89,0,0,1,6.89,6.89v7.66A.76.76,0,0,0,87.15,38.92Z" style="fill:#25a9e0"/><path d="M81.8,45.05h5.35a.76.76,0,0,0-.76.76v6.13a.76.76,0,0,0,.76.76H81.8Z" style="fill:#25a9e0"/><path d="M81.8,57.3h5.35a.76.76,0,0,0-.76.76v6.13a.76.76,0,0,0,.76.76H81.8Z" style="fill:#25a9e0"/><path d="M80.26,68.78v4.59a6.88,6.88,0,0,1-6.89,6.89H36.63a6.9,6.9,0,0,1-6.89-6.89V36.63a6.9,6.9,0,0,1,6.89-6.89H73.37a6.88,6.88,0,0,1,6.89,6.89V68.78ZM77.2,42V37.39a4.59,4.59,0,0,0-4.59-4.59H68a.76.76,0,0,0-.77.76.77.77,0,0,0,.77.77h4.59a3.06,3.06,0,0,1,3.06,3.06V42a.77.77,0,0,0,.77.77A.76.76,0,0,0,77.2,42Zm-13.84-.45a.74.74,0,0,0-.24-.92.77.77,0,0,0-1,0L46.84,54.43a.78.78,0,0,0-.2.85.77.77,0,0,0,.7.49h4.95l-5.63,12.7a.76.76,0,0,0,.24.94.82.82,0,0,0,.44.14.79.79,0,0,0,.52-.2L63.18,55.57a.81.81,0,0,0,.2-.85.77.77,0,0,0-.72-.49H57.71Z" style="fill:#25a9e0"/><path d="M68,81.8v6.89a.76.76,0,0,1-.77.76.77.77,0,0,1-.77-.76V81.8Z" style="fill:#25a9e0"/><path d="M65,81.8v5.35a.75.75,0,0,0-.76-.76H58.06a.77.77,0,0,0-.76.76V81.8Z" style="fill:#25a9e0"/><path d="M60.67,55.77l-11.17,10,4.67-10.5a.69.69,0,0,0-.06-.72.76.76,0,0,0-.64-.36H49.35l11.15-10-4.66,10.5a.74.74,0,0,0,0,.72.78.78,0,0,0,.64.36Z" style="fill:#25a9e0"/><path d="M55.77,81.8v6.89a.76.76,0,0,1-.77.76.77.77,0,0,1-.77-.76V81.8Z" style="fill:#25a9e0"/><path d="M52.7,81.8v5.35a.75.75,0,0,0-.76-.76H45.81a.77.77,0,0,0-.76.76V81.8Z" style="fill:#25a9e0"/><path d="M43.52,81.8v6.89a.76.76,0,0,1-.77.76.77.77,0,0,1-.77-.76V81.8Z" style="fill:#25a9e0"/><path d="M40.45,81.8v5.35H38.92a.75.75,0,0,0-.76-.76H30.5a6.9,6.9,0,0,1-6.89-6.89V71.84a.75.75,0,0,0-.76-.76V69.55H28.2v3.82a8.45,8.45,0,0,0,8.43,8.43Z" style="fill:#25a9e0"/><path d="M40.45,22.85V28.2H36.63a8.45,8.45,0,0,0-8.43,8.43v3.82H22.85V38.92a.75.75,0,0,0,.76-.76V30.5a6.9,6.9,0,0,1,6.89-6.89h7.66a.75.75,0,0,0,.76-.76Z" style="fill:#25a9e0"/><path d="M28.2,66.48V68H21.31a.77.77,0,0,1,0-1.54Z" style="fill:#25a9e0"/><path d="M28.2,57.3V65H22.85a.75.75,0,0,0,.76-.76V58.06a.75.75,0,0,0-.76-.76Z" style="fill:#25a9e0"/><path d="M28.2,54.23v1.54H21.31a.77.77,0,0,1,0-1.54Z" style="fill:#25a9e0"/><path d="M28.2,45.05V52.7H22.85a.75.75,0,0,0,.76-.76V45.81a.75.75,0,0,0-.76-.76Z" style="fill:#25a9e0"/><path d="M28.2,42v1.54H21.31a.77.77,0,0,1,0-1.54Z" style="fill:#25a9e0"/></g></g></g></svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Outlet</title><g id="0b0fb180-2359-44c3-93c2-535a02a0add1" data-name="Layer 2"><g id="3a911ce7-aac5-4453-8f2b-1a3382e54fbc" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="cf10e209-5e6a-4803-bdcb-5c8d2898cc10" data-name="<Group>"><path d="M100,54.2a.81.81,0,0,1,.81.8A45.89,45.89,0,0,1,55,100.85a.81.81,0,0,1,0-1.61A44.28,44.28,0,0,0,99.24,55,.82.82,0,0,1,100,54.2Z" style="fill:#18aceb"/><path d="M73.5,37.3v3.22a.8.8,0,0,1-.8.81H37.3a.81.81,0,0,1-.8-.81V37.3a.82.82,0,0,1,.8-.8H72.7A.8.8,0,0,1,73.5,37.3Z" style="fill:#18aceb"/><path d="M39.72,42.93V55.8A11.28,11.28,0,0,0,51,67.07h8A11.28,11.28,0,0,0,70.28,55.8V42.93Zm23.37,16.9H47a.81.81,0,0,1,0-1.61H63.09a.81.81,0,1,1,0,1.61Zm0-4.83H47a.8.8,0,0,1-.8-.8.82.82,0,0,1,.8-.81H63.09a.81.81,0,0,1,.81.81A.8.8,0,0,1,63.09,55Zm4-4.83a.81.81,0,1,1-1.61,0V47.76H63a.8.8,0,0,1-.8-.8.82.82,0,0,1,.8-.81h3.22a.81.81,0,0,1,.81.81Z" style="fill:#18aceb"/><path d="M68.67,22.83V34.89H63.85V22.83a2.41,2.41,0,1,1,4.82,0Z" style="fill:#18aceb"/><path d="M59.83,9.15a.8.8,0,0,1,.8.81.79.79,0,0,1-.8.8H58.22a.8.8,0,0,1-.81-.8.82.82,0,0,1,.81-.81Z" style="fill:#18aceb"/><path d="M59,69.48v1.61a.79.79,0,0,1-.8.8H51.78a.8.8,0,0,1-.8-.8V69.48a.82.82,0,0,1,.8-.81h6.44A.8.8,0,0,1,59,69.48Z" style="fill:#18aceb"/><path d="M55,9.15a.8.8,0,0,1,.8.81.79.79,0,0,1-.8.8A44.3,44.3,0,0,0,10.76,55a.79.79,0,0,1-.8.8.8.8,0,0,1-.81-.8A45.92,45.92,0,0,1,55,9.15Z" style="fill:#18aceb"/><path d="M51.78,99.24a.81.81,0,1,1,0,1.61H50.17a.81.81,0,0,1,0-1.61Z" style="fill:#18aceb"/><path d="M46.15,22.83V34.89H41.33V22.83a2.41,2.41,0,1,1,4.82,0Z" style="fill:#18aceb"/></g><line x1="53.4" y1="90.4" x2="56.61" y2="90.4" style="fill:none"/><rect x="53.39" y="73.5" width="3.22" height="17.28" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.9 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>RMPro433Mhz</title><g id="ef1ae27f-59e4-4855-afe0-07498f263d0f" data-name="Layer 2"><g id="b74803d0-ddc0-4d5b-85f4-c72fe24992b0" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="10407418-20c2-40a0-9dd8-5fd0ad80f07d" data-name="<Group>"><path d="M27.35,83.28h10v0a.63.63,0,0,0-.63.63v3.74a.63.63,0,0,1-.62.63H28.6a.63.63,0,0,1-.62-.63V83.94a.63.63,0,0,0-.63-.63Z" style="fill:#18aceb"/><path d="M72.6,83.28H82.65v0a.63.63,0,0,0-.63.63v3.74a.63.63,0,0,1-.62.63H73.85a.63.63,0,0,1-.62-.63V83.94a.63.63,0,0,0-.63-.63Z" style="fill:#18aceb"/><path d="M72.6,55.61a.63.63,0,0,0,.63.63v.64H69.46v-.64a.62.62,0,0,0,.62-.63V39.29a1.26,1.26,0,1,1,2.52,0Z" style="fill:#18aceb"/><path d="M77.62,70.71a1.89,1.89,0,1,1-1.88-1.89A1.89,1.89,0,0,1,77.62,70.71Z" style="fill:#18aceb"/><path d="M68.82,70.71a1.88,1.88,0,1,1-1.88-1.89A1.89,1.89,0,0,1,68.82,70.71Z" style="fill:#18aceb"/><path d="M55,69.46V72a.63.63,0,0,1-.63.63H30.49a.63.63,0,0,1-.63-.63V69.46a.64.64,0,0,1,.63-.64H54.37A.64.64,0,0,1,55,69.46Z" style="fill:#18aceb"/><path d="M89.57,63.79V76.37A5.67,5.67,0,0,1,83.91,82H26.09a5.67,5.67,0,0,1-5.66-5.65V63.79a5.67,5.67,0,0,1,5.66-5.65H83.91A5.67,5.67,0,0,1,89.57,63.79Zm-2.52,3.78V64.43a3.78,3.78,0,0,0-3.77-3.78H80.14a.64.64,0,0,0-.63.64.63.63,0,0,0,.63.62h3.14a2.51,2.51,0,0,1,2.51,2.52v3.14a.64.64,0,0,0,.64.63A.63.63,0,0,0,87.05,67.57Zm-8.17,3.14a3.14,3.14,0,1,0-3.14,3.14A3.15,3.15,0,0,0,78.88,70.71Zm-8.8,0a3.14,3.14,0,1,0-3.14,3.14A3.14,3.14,0,0,0,70.08,70.71ZM56.26,72V69.46a1.89,1.89,0,0,0-1.89-1.89H30.49a1.89,1.89,0,0,0-1.89,1.89V72a1.89,1.89,0,0,0,1.89,1.88H54.37A1.89,1.89,0,0,0,56.26,72Z" style="fill:#18aceb"/></g><path d="M74.45,33A.63.63,0,0,1,74,34.1a.66.66,0,0,1-.45-.18,3.13,3.13,0,0,0-4.44,0,.63.63,0,0,1-.89-.89A4.41,4.41,0,0,1,74.45,33Z" style="fill:#18aceb"/><path d="M64.67,29.48a9.43,9.43,0,0,1,13.33,0,.63.63,0,0,1-.88.89,8.18,8.18,0,0,0-11.56,0,.62.62,0,0,1-.89,0A.64.64,0,0,1,64.67,29.48Z" style="fill:#18aceb"/><path d="M61.12,26.81a.64.64,0,0,1,0-.89,14.46,14.46,0,0,1,20.44,0,.62.62,0,0,1,0,.89.6.6,0,0,1-.45.19.61.61,0,0,1-.44-.19,13.21,13.21,0,0,0-18.66,0A.62.62,0,0,1,61.12,26.81Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 2.3 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Rachio</title><g id="4ee511fd-077e-4a79-9e01-7aa4da2ff5aa" data-name="Layer 2"><g id="624a36ae-b36a-4d3d-a9ff-3e8f088207df" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M77.78,52.34V62.71H76.67A68.73,68.73,0,0,0,62.3,64.55c-2.09.43-3.58,1.78-3.58,3.59v36.73c-1.23.09-2.46.13-3.71.13a49.92,49.92,0,0,1-7.67-.58V49.29c0-1.83-1.52-2.26-3.64-2.69h.09a53.59,53.59,0,0,0-10.67-1.28h-.89V37s6.21-.59,17.25,2.39h.05V27.76c6.21-3,18.31-3.48,18.31-3.48v6.61h-.71a40.28,40.28,0,0,0-7.37.8c-2,.47-3.43,1.78-3.43,3.55V55.35C70,51.61,77.78,52.34,77.78,52.34Z" style="fill:#25a9e0"/></g></g></svg>
|
Before Width: | Height: | Size: 808 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>ReedSwithces</title><g id="f4d2243d-9e8c-40a9-9e96-6a8433581191" data-name="Layer 2"><g id="d65be14e-4ded-467d-82d7-2a78f878a776" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="459fafbf-49bb-40fc-93e1-319d29679c19" data-name="6i0Qzv.tif"><path d="M58.08,24.07a5,5,0,0,1,.61.31,1.27,1.27,0,0,1,.53,1,1.93,1.93,0,0,1,0,.24V84.33a1.88,1.88,0,0,1-.39,1.12,1.44,1.44,0,0,1-.76.48h-.67l-.09-.05-3.85-.76L44.94,83.4l-8.37-1.67a1.4,1.4,0,0,1-1.24-1.52V29.81a1.4,1.4,0,0,1,1.25-1.53l9.21-1.85,10.08-2,1.63-.35ZM53.61,59.22c0-.94,0-1.87,0-2.81a1.28,1.28,0,0,0-.68-1.23,1.5,1.5,0,0,0-1.53,0,1.35,1.35,0,0,0-.6,1.28v5.42a1.84,1.84,0,0,0,0,.41,1.24,1.24,0,0,0,.67.94A1.4,1.4,0,0,0,53.6,62C53.61,61.08,53.61,60.15,53.61,59.22Z" style="fill:#25a9e0"/><path d="M21.24,54.62a2.7,2.7,0,0,0,0-.28,38.79,38.79,0,0,1,1.77-11.47,27.81,27.81,0,0,1,1.5-3.72,2.24,2.24,0,0,1,.11-.22l2.48,1.22c-.2.47-.42.92-.61,1.38a29.54,29.54,0,0,0-1.75,5.89,38.48,38.48,0,0,0-.61,4.79,43.57,43.57,0,0,0,0,5.11,38.72,38.72,0,0,0,.72,5.77,28.17,28.17,0,0,0,2.18,6.55l.08.16v.07l-2.49,1.22c-.26-.6-.54-1.16-.78-1.75a33.73,33.73,0,0,1-2.1-7.71,42.18,42.18,0,0,1-.48-6.05,1.18,1.18,0,0,0,0-.2Z" style="fill:#25a9e0"/><path d="M88.76,56.17h0V53.82h0Z" style="fill:#25a9e0"/><path d="M60.64,81.72V78.91H71.86V31.11H60.65V28.3H73.11a1.42,1.42,0,0,1,1.54,1.13,1,1,0,0,1,0,.29V80.3a1.39,1.39,0,0,1-1.42,1.41H60.64Z" style="fill:#25a9e0"/><path d="M88.72,53.82v2.36a38,38,0,0,1-3.36,14.9l-2.54-1.22c.2-.47.4-.92.58-1.37a32.71,32.71,0,0,0,1.81-6.11,37.76,37.76,0,0,0,.71-8.49,38.31,38.31,0,0,0-1.14-8.52,27.3,27.3,0,0,0-1.82-5l-.1-.2,2.5-1.23c.19.41.39.8.56,1.2a32.11,32.11,0,0,1,2.14,7.1A41.69,41.69,0,0,1,88.72,53.82Z" style="fill:#25a9e0"/><path d="M77.94,67.85a35.89,35.89,0,0,0,0-25.69l2.54-1a33.83,33.83,0,0,1,2.39,9.41,37.2,37.2,0,0,1-2.39,18.34Z" style="fill:#25a9e0"/><path d="M29.54,41.13l2.53,1a35.89,35.89,0,0,0,0,25.69l-2.54,1a34,34,0,0,1-2.4-9.55A37,37,0,0,1,29.54,41.13Z" style="fill:#25a9e0"/></g></g></g></svg>
|
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 23 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>SleepIQPresence</title><g id="08a007f8-016a-436a-8ab4-ac46ed4f5767" data-name="Layer 2"><g id="a7799031-4897-4f5f-9472-5264513867ce" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><g id="33557c43-defb-4eb6-803a-6fe4e0f61b5f" data-name="wmaLZV"><path d="M55,17.3c-20.89,0-37.39,16.84-37.43,38.15,0,20.31,17,37.2,37.57,37.25S92.39,75.78,92.44,55A37.55,37.55,0,0,0,55,17.3ZM43.85,48c3.32-6.47,6.69-12.91,10-19.36.12-.23.33-.42.8-1.05,1.06,2,1.93,3.63,2.79,5.29,2.6,5,5.18,10.07,7.75,15.11,1.07,2.06.79,2.57-1.57,2.57q-9,.06-18.07,0C43.52,50.57,43,49.75,43.85,48ZM66.16,60.73q-4.94,9.74-10,19.38c-.26.51-.84.84-1.26,1.24A6.08,6.08,0,0,1,53.68,80Q48.81,70.74,44,61.41c-1.16-2.23-.49-3.21,2.07-3.23h9c3.16,0,6.32,0,9.47,0C66.51,58.22,67,59,66.16,60.73Z" style="fill:#18aceb"/><path d="M55,17.3c-20.89,0-37.39,16.84-37.43,38.15,0,20.31,17,37.2,37.57,37.25S92.39,75.78,92.44,55A37.55,37.55,0,0,0,55,17.3ZM43.85,48c3.32-6.47,6.69-12.91,10-19.36.12-.23.33-.42.8-1.05,1.06,2,1.93,3.63,2.79,5.29,2.6,5,5.18,10.07,7.75,15.11,1.07,2.06.79,2.57-1.57,2.57q-9,.06-18.07,0C43.52,50.57,43,49.75,43.85,48ZM66.16,60.73q-4.94,9.74-10,19.38c-.26.51-.84.84-1.26,1.24A6.08,6.08,0,0,1,53.68,80Q48.81,70.74,44,61.41c-1.16-2.23-.49-3.21,2.07-3.23h9c3.16,0,6.32,0,9.47,0C66.51,58.22,67,59,66.16,60.73Z" style="fill:#18aceb"/></g></g></g></svg>
|
Before Width: | Height: | Size: 1.5 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>SmartBlubs</title><g id="7ffb69b3-bb98-4724-b67a-01af9a5e9f05" data-name="Layer 2"><g id="b4f86bdf-c8bd-4578-94d9-c71726f3df0f" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path id="60453414-33e4-475a-9ec7-4cfaa0806486" data-name="path" d="M55,21.56a22,22,0,0,0-22,22c0,8.48,5.24,14.85,8.36,17.89a20.62,20.62,0,0,1,3.9,5.84c.17.33.33.66.5,1H64.23c.16-.31.33-.64.49-1a21,21,0,0,1,3.91-5.84c3.13-3,8.37-9.4,8.37-17.89A22,22,0,0,0,55,21.56ZM59.2,50.63a6,6,0,0,0-8.41,0l-1.41-1.42a7.94,7.94,0,0,1,11.23,0Zm4.29-4.3a12,12,0,0,0-17,0l-1.42-1.41a14,14,0,0,1,19.83,0ZM67.79,42A18.11,18.11,0,0,0,42.2,42l-1.41-1.42a20.12,20.12,0,0,1,28.41,0Z" style="fill:#18aceb"/><path d="M64.24,73.14H45.75a1.5,1.5,0,0,0,0,3H64.24a1.5,1.5,0,0,0,0-3Zm0,5H45.75a1.5,1.5,0,0,0,0,3H64.24a1.5,1.5,0,0,0,0-3Zm0,5H45.75a1.5,1.5,0,1,0,0,3H64.24a1.5,1.5,0,0,0,0-3ZM55,18.56a25,25,0,0,0-25,25c0,9.59,5.8,16.67,9.27,20a18.09,18.09,0,0,1,3.31,5l.53,1a2.64,2.64,0,0,0,2.28,1.59H64.6a2.64,2.64,0,0,0,2.28-1.59l.52-1a18.32,18.32,0,0,1,3.32-5.05c3.47-3.37,9.28-10.45,9.28-20A25,25,0,0,0,55,18.56Zm14.69,44c-2,1.94-3.05,4.38-4.13,6.44-.2.38-.53.79-1,.79H45.39c-.43,0-.76-.41-1-.79-1.08-2.06-2.13-4.5-4.13-6.44-4.87-4.74-8.81-11.43-8.81-19a23.5,23.5,0,1,1,47,0C78.5,51.1,74.55,57.79,69.68,62.53Zm-20.2,26a6.75,6.75,0,0,0,11.06,0Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 1.5 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>SolarPower</title><g id="8972e6e9-e667-4f54-888b-e18540c3eda1" data-name="Layer 2"><g id="b0625f20-b5b7-49a2-aa64-68c80e9797c1" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M33.35,47.06h6.18a.62.62,0,0,0,.62-.62.61.61,0,0,0-.62-.62H33.35a.61.61,0,0,0-.62.62A.62.62,0,0,0,33.35,47.06Z" style="fill:#18aceb"/><path d="M87.05,70.69,84,56.44a2.5,2.5,0,0,0-2.43-2H28.42a2.46,2.46,0,0,0-2.41,2L22.93,70.81l-3,14.09a2.46,2.46,0,0,0,2.41,3H87.68a2.46,2.46,0,0,0,2.41-3ZM85.32,71.8H73.71l3,14a.61.61,0,0,1-.47.73l-.14,0a.63.63,0,0,1-.61-.49L72.44,71.8H55.62V86a.62.62,0,0,1-1.24,0V71.8H37.56L34.5,86.11a.63.63,0,0,1-.61.49h-.14a.63.63,0,0,1-.47-.74l3-14H24.68a.62.62,0,0,1-.62-.61.3.3,0,0,1,0-.13.62.62,0,0,1,.6-.49H36.55l3.07-14.31a.63.63,0,0,1,.61-.49h.13a.61.61,0,0,1,.47.74l-3,14H54.38V56.39a.62.62,0,0,1,1.24,0V70.57H72.18l-3-14a.61.61,0,0,1,.47-.74h.13a.63.63,0,0,1,.61.49l3.07,14.31H85.32a.61.61,0,0,1,.57.37.66.66,0,0,1,0,.25A.62.62,0,0,1,85.32,71.8Z" style="fill:#18aceb"/><polygon points="76.13 41.42 85.78 31.77 80.95 31.77 84.18 22.11 74.52 31.77 79.35 31.77 76.13 41.42" style="fill:#18aceb"/><path d="M70.47,45.82a.61.61,0,0,0-.62.62.62.62,0,0,0,.62.62h6.18a.62.62,0,0,0,.62-.62.61.61,0,0,0-.62-.62Z" style="fill:#18aceb"/><path d="M66.37,35.93l4.38-4.37a.62.62,0,0,0,0-.87.59.59,0,0,0-.43-.19.63.63,0,0,0-.45.19l-4.36,4.38a.59.59,0,0,0,0,.86A.6.6,0,0,0,66.37,35.93Z" style="fill:#18aceb"/><path d="M55,31.59a.62.62,0,0,0,.62-.62V24.78a.62.62,0,1,0-1.24,0V31A.62.62,0,0,0,55,31.59Z" style="fill:#18aceb"/><path d="M43.63,35.93a.62.62,0,0,0,.88-.86l-4.38-4.38a.62.62,0,0,0-.44-.19.59.59,0,0,0-.44.19.62.62,0,0,0,0,.87Z" style="fill:#18aceb"/><path d="M45.21,52s0,0,0,0H64.78s0,0,0,0a10.88,10.88,0,0,0-2.35-13l-.13-.11h0a10.92,10.92,0,0,0-14.6,0h0l-.13.11a10.88,10.88,0,0,0-2.35,13ZM55,38.39a8.06,8.06,0,0,1,8,8,.62.62,0,1,1-1.23,0A6.82,6.82,0,0,0,55,39.63a.62.62,0,0,1,0-1.24Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 119 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>Tesla</title><g id="da77139b-53c3-4b77-810c-468286675d2b" data-name="Layer 2"><g id="432b81ca-a312-4dab-a071-0b847b4ead61" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M20.37,34.44c9.05-3.67,24-4.15,30.48-3.9L55,35.87l4.15-5.33c6.49-.25,21.43.23,30.48,3.9C88.38,36.81,83,40.19,80,40.94c-.17-4.67-6.77-5.64-13.09-5.64L55,99,43.13,35.3c-6.33,0-12.92,1-13.09,5.64-3-.75-8.43-4.13-9.67-6.5Zm-4.2-6.33,2.31,3.4c8.79-3.08,19.22-4.57,30.23-4.9,4.17-.13,8.41-.13,12.57,0,11,.33,21.44,1.82,30.23,4.9l2.32-3.4c-10.38-3.52-21.4-4.69-32.42-5-4.26-.11-8.56-.11-12.82,0-11,.28-22,1.45-32.42,5Z" style="fill:#25a9e0;fill-rule:evenodd"/></g></g></svg>
|
Before Width: | Height: | Size: 861 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>X</title><g id="8f20f301-2628-41ae-b023-6d3c4046be3e" data-name="Layer 2"><g id="95aa6a79-860b-4bc0-ba22-7bb2dc0df19b" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M83.85,40.2c.94,20.94-14.67,44.28-42.31,44.28a42,42,0,0,1-22.81-6.69,30,30,0,0,0,22-6.16,14.89,14.89,0,0,1-13.9-10.34A14.85,14.85,0,0,0,33.58,61,14.91,14.91,0,0,1,21.64,46.25a14.67,14.67,0,0,0,6.74,1.86,14.89,14.89,0,0,1-4.6-19.87A42.23,42.23,0,0,0,54.45,43.79,14.9,14.9,0,0,1,79.82,30.22a30,30,0,0,0,9.45-3.61,14.93,14.93,0,0,1-6.54,8.23,29.75,29.75,0,0,0,8.54-2.34A29.86,29.86,0,0,1,83.85,40.2Z" style="fill:#25a9e0;fill-rule:evenodd"/></g></g></svg>
|
Before Width: | Height: | Size: 842 B |
Before Width: | Height: | Size: 6.9 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>WholeHouseTTS</title><g id="fe9900f4-5f5a-4c0f-a333-62329a272665" data-name="Layer 2"><g id="c04030b4-9c12-4943-90f4-2588925c2c35" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path id="79e60e57-3773-4664-9940-553e51ded3cc" data-name="icon" d="M53.77,86h0a1.23,1.23,0,0,1-1.22-1.23V57.45H55V84.77A1.23,1.23,0,0,1,53.77,86Zm16.35-6.82h0A1.22,1.22,0,0,1,68.9,78V57.45h2.45V78A1.23,1.23,0,0,1,70.12,79.18Zm-28.61-.27h0a1.22,1.22,0,0,1-1.22-1.22V57.45h2.45V77.69A1.23,1.23,0,0,1,41.51,78.91Zm-16.35,0h0a1.22,1.22,0,0,1-1.22-1.22V57.45h2.45V77.69A1.23,1.23,0,0,1,25.16,78.91ZM45.6,75.23h0A1.23,1.23,0,0,1,44.37,74V57.45h2.46V74A1.23,1.23,0,0,1,45.6,75.23Zm20.44-1h0A1.23,1.23,0,0,1,64.81,73V57.45h2.45V73A1.23,1.23,0,0,1,66,74.21Zm-28.62,0h0A1.23,1.23,0,0,1,36.2,73V57.45h2.45V73A1.23,1.23,0,0,1,37.42,74.21Zm40.88-2h0A1.23,1.23,0,0,1,77.07,71V57.45h2.45V71A1.22,1.22,0,0,1,78.3,72.24Zm8.17-.52h0a1.22,1.22,0,0,1-1.22-1.22v-13H87.7v13A1.22,1.22,0,0,1,86.47,71.72ZM29.25,70.26h0A1.23,1.23,0,0,1,28,69V57.45h2.46V69A1.23,1.23,0,0,1,29.25,70.26Zm-8.18,0h0A1.23,1.23,0,0,1,19.85,69V57.45H22.3V69A1.23,1.23,0,0,1,21.07,70.26Zm73.58-1.64h0a1.22,1.22,0,0,1-1.23-1.22v-10h2.45v10A1.22,1.22,0,0,1,94.65,68.62Zm-20.44-.74h0A1.23,1.23,0,0,1,73,66.65v-9.2h2.46v9.2A1.23,1.23,0,0,1,74.21,67.88Zm-16.35,0h0a1.23,1.23,0,0,1-1.23-1.23v-9.2h2.46v9.2A1.23,1.23,0,0,1,57.86,67.88Zm-8.17,0h0a1.23,1.23,0,0,1-1.23-1.23v-9.2h2.45v9.2A1.23,1.23,0,0,1,49.69,67.88Zm32.7-1.54h0a1.23,1.23,0,0,1-1.23-1.22V57.45h2.45v7.67A1.22,1.22,0,0,1,82.39,66.34Zm8.17-.51h0a1.23,1.23,0,0,1-1.23-1.22V57.45h2.46v7.16A1.23,1.23,0,0,1,90.56,65.83ZM17,65.83h0a1.23,1.23,0,0,1-1.23-1.22V57.45h2.45v7.16A1.22,1.22,0,0,1,17,65.83Zm45-3.17h0a1.23,1.23,0,0,1-1.23-1.22v-4h2.45v4A1.22,1.22,0,0,1,62,62.66Zm36.79-1h0a1.23,1.23,0,0,1-1.23-1.22v-3H100v3A1.22,1.22,0,0,1,98.74,61.64Zm-85.84-.1h0a1.23,1.23,0,0,1-1.23-1.23V57.45h2.46v2.86A1.23,1.23,0,0,1,12.9,61.54Zm20.44-.41h0a1.23,1.23,0,0,1-1.23-1.23V57.45h2.45V59.9A1.23,1.23,0,0,1,33.34,61.13ZM100,52.55H97.51v-3a1.23,1.23,0,0,1,1.23-1.22h0A1.22,1.22,0,0,1,100,49.58Zm-4.09,0H93.42V42.6a1.22,1.22,0,0,1,1.23-1.22h0a1.22,1.22,0,0,1,1.22,1.22Zm-4.08,0H89.33V45.39a1.23,1.23,0,0,1,1.23-1.22h0a1.23,1.23,0,0,1,1.23,1.22Zm-4.09,0H85.25v-13a1.22,1.22,0,0,1,1.22-1.22h0A1.22,1.22,0,0,1,87.7,39.5Zm-4.09,0H81.16V44.88a1.23,1.23,0,0,1,1.23-1.22h0a1.22,1.22,0,0,1,1.22,1.22Zm-4.09,0H77.07V39a1.23,1.23,0,0,1,1.23-1.23h0A1.22,1.22,0,0,1,79.52,39Zm-4.08,0H73v-9.2a1.23,1.23,0,0,1,1.23-1.23h0a1.23,1.23,0,0,1,1.23,1.23Zm-4.09,0H68.9V32a1.22,1.22,0,0,1,1.22-1.22h0A1.23,1.23,0,0,1,71.35,32Zm-4.09,0H64.81V37A1.23,1.23,0,0,1,66,35.79h0A1.23,1.23,0,0,1,67.26,37Zm-4.09,0H60.72v-4A1.23,1.23,0,0,1,62,47.34h0a1.22,1.22,0,0,1,1.22,1.22Zm-4.08,0H56.63v-9.2a1.23,1.23,0,0,1,1.23-1.23h0a1.23,1.23,0,0,1,1.23,1.23Zm-4.09,0H52.55V25.23A1.23,1.23,0,0,1,53.77,24h0A1.23,1.23,0,0,1,55,25.23Zm-4.09,0H48.46v-9.2a1.23,1.23,0,0,1,1.23-1.23h0a1.23,1.23,0,0,1,1.22,1.23Zm-4.08,0H44.37V36a1.23,1.23,0,0,1,1.23-1.22h0A1.23,1.23,0,0,1,46.83,36Zm-4.09,0H40.29V32.31a1.22,1.22,0,0,1,1.22-1.22h0a1.23,1.23,0,0,1,1.23,1.22Zm-4.09,0H36.2V37a1.23,1.23,0,0,1,1.22-1.23h0A1.23,1.23,0,0,1,38.65,37Zm-4.09,0H32.11V50.1a1.23,1.23,0,0,1,1.23-1.23h0a1.23,1.23,0,0,1,1.22,1.23Zm-4.08,0H28V41a1.23,1.23,0,0,1,1.23-1.23h0A1.23,1.23,0,0,1,30.48,41Zm-4.09,0H23.94V32.31a1.22,1.22,0,0,1,1.22-1.22h0a1.23,1.23,0,0,1,1.23,1.22Zm-4.09,0H19.85V41a1.23,1.23,0,0,1,1.22-1.23h0A1.23,1.23,0,0,1,22.3,41Zm-4.09,0H15.76V45.39A1.23,1.23,0,0,1,17,44.17h0a1.22,1.22,0,0,1,1.22,1.22Zm-4.08,0H11.67V49.69a1.23,1.23,0,0,1,1.23-1.23h0a1.23,1.23,0,0,1,1.23,1.23ZM102.41,55h0a.82.82,0,0,0-.81-.82H8.4a.82.82,0,0,0-.81.82h0a.82.82,0,0,0,.81.82h93.2A.82.82,0,0,0,102.41,55Z" style="fill:#18aceb"/></g></g></svg>
|
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110"><title>WinkHome</title><g id="f4f17fbd-5ed5-49f3-9acc-268430922aa4" data-name="Layer 2"><g id="62811b89-bc7b-4558-8f9e-62ff4cde673e" data-name="Layer 1"><circle cx="55" cy="55" r="52.5" style="fill:#44474e"/><path d="M55,5A50,50,0,1,1,5,55,50,50,0,0,1,55,5m0-5a55,55,0,1,0,55,55A55.06,55.06,0,0,0,55,0Z" style="fill:#28292d"/><path d="M72.2,37.8A24.34,24.34,0,1,0,79.32,55,24.18,24.18,0,0,0,72.2,37.8ZM58.37,58a.22.22,0,0,1-.23.22H51.86a.22.22,0,0,1-.23-.22v-3.9a.23.23,0,0,1,.1-.19l3.14-2.13a.21.21,0,0,1,.26,0l3.14,2.13a.23.23,0,0,1,.1.19Z" style="fill:#18aceb"/><path d="M81.6,21H28.4A7.44,7.44,0,0,0,21,28.4V81.6A7.44,7.44,0,0,0,28.4,89H81.6A7.44,7.44,0,0,0,89,81.6V28.4A7.44,7.44,0,0,0,81.6,21ZM77.91,64.68a24.88,24.88,0,1,1,2-9.68A24.6,24.6,0,0,1,77.91,64.68Z" style="fill:none;stroke:#18aceb;stroke-miterlimit:10"/></g></g></svg>
|
Before Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 726 KiB |
Before Width: | Height: | Size: 784 B |
Before Width: | Height: | Size: 10 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 888 KiB |
Before Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 922 KiB |
Before Width: | Height: | Size: 954 KiB |
Before Width: | Height: | Size: 1023 KiB |
Before Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 3.9 KiB |
|
@ -1,63 +0,0 @@
|
|||
<h1 align="center">
|
||||
<a name="logo" href="https://www.vCloudInfo.com/tag/iot"><img src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/twitter_profile.png" alt="Bear Stone Smart Home" width="200"></a>
|
||||
<br>
|
||||
Bear Stone Smart Home Documentation
|
||||
</h1>
|
||||
<h4 align="center">Be sure to :star: my configuration repo so you can keep up to date on any daily progress!</h4>
|
||||
<div align="center">
|
||||
|
||||
[![X Follow](https://img.shields.io/twitter/follow/ccostan?color=blue&label=talk&logo=twitter&style=for-the-badge)](https://x.com/ccostan)
|
||||
[![YouTube Subscribe](https://img.shields.io/youtube/channel/subscribers/UC301G8JJFzY0BZ_0lshpKpQ?label=VIEW&logo=Youtube&logoColor=%23DF5D44&style=for-the-badge)](https://www.youtube.com/vCloudInfo?sub_confirmation=1)
|
||||
[![GitHub Follow](https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig?label=sTARS&logo=Github&style=for-the-badge)](https://github.com/CCOSTAN)
|
||||
<h4>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/commits/master"><img src="https://img.shields.io/github/last-commit/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/></a>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/commits/master"><img src="https://img.shields.io/github/commit-activity/y/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/></a>
|
||||
</h4>
|
||||
</div>
|
||||
<p align="center"><a align="center" target="_blank" href="https://vcloudinfo.us12.list-manage.com/subscribe?u=45cab4343ffdbeb9667c28a26&id=e01847e94f"><img src="https://feeds.feedburner.com/RecentCommitsToBearStoneHA.1.gif" alt="Recent Commits to Bear Stone Smart Home" style="border:0"></a></p>
|
||||
<div align="center"><a name="menu"></a>
|
||||
<h4>
|
||||
<a href="https://www.vCloudInfo.com/tag/iot">
|
||||
Blog
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#devices">
|
||||
Devices
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">
|
||||
Todo List
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://x.com/BearStoneHA">
|
||||
Smart Home Stats
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://www.vcloudinfo.com/click-here">
|
||||
Follow Me
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/tree/master/config">
|
||||
Code
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://github.com/CCOSTAN/Home-AssistantConfig#diagram">
|
||||
Diagram
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://youtube.com/vCloudInfo">
|
||||
Youtube
|
||||
</a>
|
||||
<span> | </span>
|
||||
<a href="https://amzn.to/2HXSx2M">
|
||||
Support
|
||||
</a>
|
||||
</h4>
|
||||
|
||||
<a name="bottom" href="https://github.com/CCOSTAN/Home-AssistantConfig#logo"><img align="right" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/up_arrow.png" width="25" ></a>
|
||||
|
||||
**Still have questions on my Config?** <br>
|
||||
**Message me on X :** [![Follow CCostan](https://img.shields.io/twitter/follow/CCostan)](https://www.x.com/ccostan) or [![Follow Bear Stone Home](https://img.shields.io/twitter/follow/BearStoneHA)](https://www.x.com/BearStoneHA)
|
||||
<!-- Subscribe Section -->
|
||||
<a href="https://eepurl.com/dmXFYz"><img align="center" border="0" src="https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/email_link.png" height="50" ></a>.
|
||||
<!-- Subscribe Section END-->
|
Before Width: | Height: | Size: 731 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 348 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 579 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 976 KiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 276 KiB |
Before Width: | Height: | Size: 1018 KiB |
Before Width: | Height: | Size: 702 KiB |
Before Width: | Height: | Size: 521 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 801 KiB |