mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Setting up Emmetts Room
This commit is contained in:
+73
-25
@@ -1,18 +1,51 @@
|
||||
|
||||
|
||||
/* SVG shapes */
|
||||
|
||||
svg,
|
||||
svg * {
|
||||
vector-effect: non-scaling-stroke !important;
|
||||
pointer-events: all !important;
|
||||
background-color: var(--primary-background-color);
|
||||
background-color: var(--card-background-color);
|
||||
max-height: calc( 100vh - 50px);
|
||||
}
|
||||
|
||||
/* Hover over */
|
||||
|
||||
/* .svg-shape:hover,
|
||||
g.svg-hover> :not(text):hover,
|
||||
g.svg-click> :not(text):hover,
|
||||
g.svg-long-click> :not(text):hover,
|
||||
:not(text).svg-hover:hover,a
|
||||
:not(text).svg-click:hover,
|
||||
:not(text).svg-long-click:hover {
|
||||
stroke: #03a9f4 !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
} */
|
||||
|
||||
|
||||
/* Generic/default entity statuses */
|
||||
.entity-unavailable {
|
||||
fill: var(--disabled-color) !important;
|
||||
stroke: var(--white-color) !important;
|
||||
stroke-width: 1px !important;
|
||||
}
|
||||
|
||||
/* Highlighting an element when hovering over it */
|
||||
/* .ha-entity:hover {
|
||||
fill: var(--yellow-color) !important;
|
||||
stroke: var(--blue-color) !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
} */
|
||||
|
||||
|
||||
/* Hover over */
|
||||
|
||||
.entity:hover {
|
||||
stroke: var(--text-primary-color) !important;
|
||||
.hover-info {
|
||||
fill: var(--blue-color) !important;
|
||||
stroke: var(--green-color) !important;
|
||||
stroke-width: 1px !important;
|
||||
stroke-opacity: 1 !important;
|
||||
}
|
||||
@@ -62,7 +95,7 @@ svg * {
|
||||
}
|
||||
|
||||
.room-occupied {
|
||||
fill: var(--grey-color) !important;
|
||||
fill: var(--light-grey-color) !important;
|
||||
fill-opacity: 1 !important;
|
||||
/* fill: #5d5d6f !important;*/
|
||||
}
|
||||
@@ -279,7 +312,6 @@ svg * {
|
||||
.motion-unavailable {
|
||||
/* fill: #B9CEF7 !important; */
|
||||
fill: #6FAECE !important;
|
||||
/* fill: #8270A2 !important; */
|
||||
}
|
||||
|
||||
|
||||
@@ -332,12 +364,15 @@ svg * {
|
||||
fill: var(--light-blue-color) !important;
|
||||
}
|
||||
|
||||
.camera-recording {
|
||||
fill: var(--red-color) !important;
|
||||
}
|
||||
|
||||
/* Light */
|
||||
|
||||
.light-unavailable {
|
||||
fill: #8270A2 !important;
|
||||
stroke: #FFFFFF !important;
|
||||
fill: var(--disabled-color) !important;
|
||||
stroke: var(--white-color) !important;
|
||||
stroke-width: 1px !important;
|
||||
}
|
||||
|
||||
@@ -349,38 +384,38 @@ svg * {
|
||||
.light-on,
|
||||
.light-on * {
|
||||
fill: var(--yellow-color) !important;
|
||||
stroke: var(--yellow-color) !important;
|
||||
stroke: var(--amber-color) !important;
|
||||
stroke-width: 7px !important;
|
||||
stroke-opacity: 0.25 !important;
|
||||
}
|
||||
|
||||
.sun-on {
|
||||
fill: var(--yellow-color) !important;
|
||||
stroke: var(--yellow-color) !important;
|
||||
stroke-width: 2px !important;
|
||||
stroke: var(--amber-color) !important;
|
||||
stroke-width: 7px !important;
|
||||
stroke-opacity: 0.25 !important;
|
||||
}
|
||||
|
||||
.light-strip-on {
|
||||
fill: var(--yellow-color) !important;
|
||||
stroke: var(--yellow-color) !important;
|
||||
stroke-width: 3px !important;
|
||||
stroke: var(--amber-color) !important;
|
||||
stroke-width: 7px !important;
|
||||
stroke-opacity: 0.25 !important;
|
||||
}
|
||||
|
||||
.indicator-on {
|
||||
/* .indicator-on {
|
||||
fill: var(--yellow-color) !important;
|
||||
/* stroke: var(--yellow-color) !important;
|
||||
stroke-width: 20px !important;
|
||||
stroke-opacity: 0.25 !important; */
|
||||
}
|
||||
stroke: var(--amber-color) !important;
|
||||
stroke-width: 0.25px !important;
|
||||
stroke-opacity: .75 !important;
|
||||
} */
|
||||
|
||||
|
||||
/* Doorbell */
|
||||
|
||||
.doorbell-off {
|
||||
/* fill: #92C0AD !important; */
|
||||
fill: #4d4d3e !important;
|
||||
fill: var(--ha-color-fill-neutral-loud-active) !important;
|
||||
}
|
||||
|
||||
.doorbell-on {
|
||||
@@ -450,7 +485,7 @@ svg * {
|
||||
}
|
||||
|
||||
.suv-home {
|
||||
fill: #4b4b4b !important;
|
||||
fill: var(--ha-color-fill-neutral-loud-active) !important;
|
||||
}
|
||||
|
||||
.tracker-away {
|
||||
@@ -501,8 +536,9 @@ svg * {
|
||||
|
||||
.fridge-high {
|
||||
fill: var(--error-color) !important;
|
||||
/* stroke-width: 2px !important;
|
||||
stroke-opacity: 1 !important; */
|
||||
stroke: var(--primary-text-color) !important;
|
||||
stroke-width: 0.25px !important;
|
||||
stroke-opacity: .75 !important;
|
||||
}
|
||||
|
||||
.temp-freeze {
|
||||
@@ -575,11 +611,11 @@ svg * {
|
||||
}
|
||||
|
||||
.light-low {
|
||||
fill: var(--ha-color-neutral-95) !important;
|
||||
fill: var(--ha-color-orange-05) !important;
|
||||
}
|
||||
|
||||
.light-medium-low {
|
||||
fill: var(--ha-color-orange-30) !important;
|
||||
fill: var(--ha-color-orange-20) !important;
|
||||
}
|
||||
|
||||
.light-medium {
|
||||
@@ -601,18 +637,30 @@ svg * {
|
||||
|
||||
.bin-today {
|
||||
fill: var(--error-color) !important;
|
||||
stroke: var(--black-color) !important;
|
||||
stroke-width: 0.25px !important;
|
||||
stroke-opacity: .75 !important;
|
||||
}
|
||||
|
||||
.bin-tomorrow {
|
||||
fill: var(--warning-color) !important;
|
||||
stroke: var(--black-color) !important;
|
||||
stroke-width: 0.25px !important;
|
||||
stroke-opacity: .75 !important;
|
||||
}
|
||||
|
||||
.bin-future {
|
||||
fill: var(--ha-color-green-50) !important;
|
||||
fill: var(--disabled-color) !important;
|
||||
stroke: var(--black-color) !important;
|
||||
stroke-width: 0.25px !important;
|
||||
stroke-opacity: .75 !important;
|
||||
}
|
||||
|
||||
.bin-false {
|
||||
fill: var(--black-color) !important;
|
||||
fill: var(--dark-grey-color) !important;
|
||||
stroke: var(--black-color) !important;
|
||||
stroke-width: 0.25px !important;
|
||||
stroke-opacity: .75 !important;
|
||||
}
|
||||
|
||||
.bags-five {
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.01"
|
||||
inkscape:cx="46550"
|
||||
inkscape:cy="29250"
|
||||
inkscape:zoom="0.028284271"
|
||||
inkscape:cx="53121.397"
|
||||
inkscape:cy="37388.271"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
@@ -49,7 +49,7 @@
|
||||
showborder="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1009"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
@@ -2608,12 +2608,12 @@
|
||||
<path
|
||||
style="display:inline;stroke:none;stroke-width:0.744326"
|
||||
id="path2-7-3"
|
||||
d="m 484.721,-17393.887 c -0.518,0 -0.77699,0.26 -0.77699,0.778 v 30.983 c 0,0.519 0.25899,0.778 0.77699,0.778 h 55.177 c 2.074,0 3.629,-1.556 3.629,-3.63 v -25.251 c 0,-2.074 -1.555,-3.629 -3.629,-3.629 z m 19.626,31.017 v -29.529 h 6.118 v 29.529 z m -18.9,-29.529 h 17.396 v 29.529 h -17.396 z m 56.571,2.074 v 25.251 c 0,1.297 -1.037,2.074 -2.074,2.074 H 512 v -29.528 h 27.944 c 1.297,0 2.074,1.037 2.074,2.074 z"
|
||||
d="m 666.63865,-17381.22 c 0,-0.518 -0.26,-0.777 -0.778,-0.777 h -30.983 c -0.519,0 -0.77799,0.259 -0.77799,0.777 v 55.177 c 0,2.074 1.556,3.629 3.63,3.629 h 25.251 c 2.074,0 3.629,-1.555 3.629,-3.629 z m -31.017,19.626 h 29.529 v 6.118 h -29.529 z m 29.529,-18.9 v 17.396 h -29.529 v -17.396 z m -2.074,56.571 h -25.251 c -1.297,0 -2.074,-1.037 -2.074,-2.074 v -27.944 h 29.528 v 27.944 c 0,1.297 -1.037,2.074 -2.074,2.074 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="display:inline;stroke:none;stroke-width:0.744326"
|
||||
id="path4-2-1"
|
||||
d="m 502.166,-17372.955 v -10.551 c 0,-2.075 -1.556,-3.759 -3.759,-3.759 h -3.734 c -2.074,0 -3.75899,1.555 -3.75899,3.759 v 10.551 c 0,2.075 1.556,3.759 3.75899,3.759 h 3.734 c 2.074,0 3.759,-1.556 3.759,-3.759 z m -7.493,2.333 c -1.29599,0 -2.333,-1.037 -2.333,-2.333 v -10.551 c 0,-1.296 1.03701,-2.333 2.333,-2.333 h 3.734 c 1.296,0 2.333,1.037 2.333,2.333 v 10.551 c 0,1.296 -1.037,2.333 -2.333,2.333 z"
|
||||
d="m 645.70666,-17363.775 h 10.551 c 2.075,0 3.75899,-1.556 3.75899,-3.759 v -3.734 c 0,-2.074 -1.555,-3.759 -3.75899,-3.759 h -10.551 c -2.075,0 -3.759,1.556 -3.759,3.759 v 3.734 c 0,2.074 1.556,3.759 3.759,3.759 z m -2.333,-7.493 c 0,-1.296 1.037,-2.333 2.333,-2.333 h 10.551 c 1.29599,0 2.33299,1.037 2.33299,2.333 v 3.734 c 0,1.296 -1.037,2.333 -2.33299,2.333 h -10.551 c -1.296,0 -2.333,-1.037 -2.333,-2.333 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="sensor.hvac_action"
|
||||
@@ -3103,7 +3103,7 @@
|
||||
inkscape:label="binary_sensor.black_bed_occupied" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 493.649,-17377.744 a 3.2614898,3.2614898 0 0 1 3.132,-3.256 3.2614898,3.2614898 0 0 1 3.129,3.256 3.2614898,3.2614898 0 0 1 -3.129,3.257 3.2614898,3.2614898 0 0 1 -3.132,-3.257 m 7.827,2.443 v -4.885 a 3.2614898,3.2614898 0 0 1 3.132,-3.256 H 514 v 2.442 h 12.52501 v 6.528 H 514 v 2.442 h -9.392 a 3.2614898,3.2614898 0 0 1 -3.132,-3.256 z"
|
||||
d="m 650.49565,-17372.292 a 3.2614898,3.2614898 0 0 1 3.256,3.132 3.2614898,3.2614898 0 0 1 -3.256,3.129 3.2614898,3.2614898 0 0 1 -3.257,-3.129 3.2614898,3.2614898 0 0 1 3.257,-3.132 m -2.443,7.827 h 4.885 a 3.2614898,3.2614898 0 0 1 3.256,3.132 v 9.392 h -2.442 v 12.525 h -6.52799 v -12.525 h -2.442 v -9.392 a 3.2614898,3.2614898 0 0 1 3.256,-3.132 z"
|
||||
id="binary_sensor.white_bed_occupied"
|
||||
style="stroke-width:1.63075"
|
||||
inkscape:label="binary_sensor.white_bed_occupied" />
|
||||
@@ -3700,7 +3700,7 @@
|
||||
sodipodi:arc-type="slice" />
|
||||
<path
|
||||
style="display:inline;opacity:0.96;fill:#81c9a7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.203567;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="binary_sensor.blue_room_motion_switch_home_security_motion_detection"
|
||||
id="binary_sensor.blue_room_motion_switch_home_security_motion_detec"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="-11772.622"
|
||||
sodipodi:cy="-12851.767"
|
||||
@@ -3712,6 +3712,20 @@
|
||||
inkscape:label="binary_sensor.blue_room_motion_switch_home_security_motion_detection"
|
||||
transform="rotate(45)"
|
||||
sodipodi:arc-type="slice" />
|
||||
<path
|
||||
style="display:inline;opacity:0.96;fill:#81c9a7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.203567;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="binary_sensor.blue_room_multisensor_motion_detection"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="17383.588"
|
||||
sodipodi:cy="622.9165"
|
||||
sodipodi:rx="9.9992313"
|
||||
sodipodi:ry="10"
|
||||
sodipodi:start="1.5707178"
|
||||
sodipodi:end="3.1397678"
|
||||
d="m 17383.589,632.9165 a 9.9992313,10 0 0 1 -10,-9.98175 l 9.999,-0.0182 z"
|
||||
inkscape:label="binary_sensor.blue_room_multisensor_motion_detection"
|
||||
transform="rotate(-90)"
|
||||
sodipodi:arc-type="slice" />
|
||||
<path
|
||||
style="display:inline;opacity:0.96;fill:#81c9a7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.203567;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="binary_sensor.furnace_room_motion_switch_home_security_motion_detection"
|
||||
@@ -3843,7 +3857,7 @@
|
||||
d="m 720.0222,-17679.003 a 4.5,4.5 0 0 1 4.99225,3.941 4.5,4.5 0 0 1 -3.93422,4.997 4.5,4.5 0 0 1 -5.00204,-3.928 4.5,4.5 0 0 1 3.92178,-5.007"
|
||||
inkscape:label="light.storage_room"
|
||||
sodipodi:arc-type="arc" />
|
||||
inkscape:label="light.front_porch_overhead" /> <rect
|
||||
inkscape:label="light.front_porch_overhead" /> <rect
|
||||
id="rect12-8-8-9-3-20-4-5-3"
|
||||
width="43.5"
|
||||
height="4.5"
|
||||
@@ -4197,6 +4211,31 @@
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill-rule:evenodd" />
|
||||
</g>
|
||||
<g
|
||||
id="media_player.blue_room_clock"
|
||||
transform="matrix(0.03802678,0,0,0.03802678,614.9832,-17372.661)"
|
||||
inkscape:label="media_player.blue_room_clock">
|
||||
<path
|
||||
d="m 235.81,50.402 c -23.977,0 -43.398,19.422 -43.398,43.227 v 372.57 c 0,23.875 19.414,43.398 43.398,43.398 h 228.38 c 23.988,0 43.398,-19.516 43.398,-43.398 V 93.629 c 0,-23.812 -19.422,-43.227 -43.398,-43.227 z m 114.1,34.648 c 22.637,0 41.125,18.359 41.125,40.949 0,22.594 -18.488,41.125 -41.125,41.125 -22.633,0 -40.949,-18.547 -40.949,-41.125 0,-22.578 18.316,-40.949 40.949,-40.949 z m 0,194.77 c 53.941,0 97.824,43.734 97.824,97.477 0,53.801 -43.883,97.477 -97.824,97.477 -53.879,0 -97.648,-43.672 -97.648,-97.477 0,-53.742 43.77,-97.477 97.648,-97.477 z"
|
||||
id="path70-9-1-0"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill-rule:evenodd" />
|
||||
<path
|
||||
d="m 349.91,291.03 c -47.836,0 -86.449,38.617 -86.449,86.273 0,47.727 38.617,86.273 86.449,86.273 47.902,0 86.625,-38.551 86.625,-86.273 0,-47.656 -38.723,-86.273 -86.625,-86.273 z m 0,45.324 c 22.621,0 41.125,18.355 41.125,40.949 0,22.594 -18.488,40.949 -41.125,40.949 -22.633,0 -40.949,-18.371 -40.949,-40.949 0,-22.582 18.328,-40.949 40.949,-40.949 z"
|
||||
id="path72-2-0-7"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill-rule:evenodd" />
|
||||
<path
|
||||
d="m 349.98,347.55 c 16.609,0 29.93,13.238 29.93,29.754 0,16.516 -13.332,29.816 -29.93,29.816 -16.598,0 -29.863,-13.289 -29.863,-29.816 0,-16.527 13.254,-29.754 29.863,-29.754 z"
|
||||
id="path74-3-5-0"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill-rule:evenodd" />
|
||||
<path
|
||||
d="m 349.98,96.262 c 16.598,0 29.93,13.301 29.93,29.816 0,16.515 -13.332,29.816 -29.93,29.816 -16.598,0 -29.863,-13.289 -29.863,-29.816 0,-16.527 13.266,-29.816 29.863,-29.816 z"
|
||||
id="path76-7-9-4"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill-rule:evenodd" />
|
||||
</g>
|
||||
<path
|
||||
style="display:inline;opacity:0.96;fill:#81c9a7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.203567;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="binary_sensor.entryway_motion"
|
||||
@@ -4528,25 +4567,25 @@
|
||||
transform="scale(0.93757302,1.0665836)"
|
||||
inkscape:label="sensor.blue_room_thermostat_temperature"
|
||||
id="sensor.blue_room_thermostat_temperature"
|
||||
y="-16279.338"
|
||||
x="667.88568"
|
||||
y="-16353.23"
|
||||
x="715.41528"
|
||||
xml:space="preserve"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan19985-56"
|
||||
x="667.88568"
|
||||
y="-16279.338">---------</tspan></text>
|
||||
x="715.41528"
|
||||
y="-16353.23">---------</tspan></text>
|
||||
<text
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:9.36111px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;display:inline;fill:#d4d4d4;fill-opacity:1;stroke-width:2.63435"
|
||||
transform="scale(0.93757302,1.0665836)"
|
||||
inkscape:label="sensor.blue_room_thermostat_humidity"
|
||||
id="sensor.blue_room_thermostat_humidity"
|
||||
y="-16269.083"
|
||||
x="667.88568"
|
||||
y="-16342.976"
|
||||
x="715.41528"
|
||||
xml:space="preserve"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan19985-18"
|
||||
x="667.88568"
|
||||
y="-16269.083">---------</tspan></text>
|
||||
x="715.41528"
|
||||
y="-16342.976">---------</tspan></text>
|
||||
<text
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:9.36111px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;display:inline;fill:#d4d4d4;fill-opacity:1;stroke-width:2.63435"
|
||||
transform="scale(0.93757302,1.0665836)"
|
||||
@@ -4905,7 +4944,7 @@
|
||||
inkscape:label="binary_sensor.utility_room_person_occupancy" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 681.78981,-17418.132 a 1.7840606,1.7840606 0 0 1 1.78106,1.713 1.7840606,1.7840606 0 0 1 -1.78106,1.711 1.7840606,1.7840606 0 0 1 -1.7816,-1.711 1.7840606,1.7840606 0 0 1 1.7816,-1.713 m -1.33634,4.281 h 2.67214 a 1.7840606,1.7840606 0 0 1 1.78105,1.713 v 5.138 h -1.33579 v 6.851 H 680 v -6.851 h -1.33579 v -5.138 a 1.7840606,1.7840606 0 0 1 1.78106,-1.713 z"
|
||||
d="m 701.3089,-17363.626 a 1.7840606,1.7840606 0 0 1 1.78106,1.713 1.7840606,1.7840606 0 0 1 -1.78106,1.711 1.7840606,1.7840606 0 0 1 -1.7816,-1.711 1.7840606,1.7840606 0 0 1 1.7816,-1.713 m -1.33634,4.281 h 2.67214 a 1.7840606,1.7840606 0 0 1 1.78105,1.713 v 5.138 h -1.33579 v 6.851 h -3.57087 v -6.851 h -1.33579 v -5.138 a 1.7840606,1.7840606 0 0 1 1.78106,-1.713 z"
|
||||
id="binary_sensor.blue_room_person_occupancy"
|
||||
style="stroke-width:0.892033"
|
||||
inkscape:label="binary_sensor.blue_room_person_occupancy" />
|
||||
@@ -6007,7 +6046,7 @@
|
||||
<g
|
||||
id="thermal-comfort-group-template-5-3"
|
||||
inkscape:label="thermal-comfort-group-blue-room"
|
||||
transform="matrix(0.52345088,0,0,0.52345088,214.42444,-8087.134)">
|
||||
transform="matrix(0.52345088,0,0,0.52345088,253.46263,-8127.2771)">
|
||||
<path
|
||||
d="m 808.66443,-17670.656 c -1.47187,0 -2.66,1.189 -2.66,2.66 v 7.092 c -1.95953,1.472 -2.35853,4.247 -0.88666,6.207 1.47186,1.959 4.24712,2.358 6.20665,0.886 1.95953,-1.472 2.35853,-4.247 0.88667,-6.206 -0.24827,-0.337 -0.54974,-0.639 -0.88667,-0.887 v -7.092 c 0,-1.471 -1.18813,-2.66 -2.65999,-2.66 z m 0,1.774 c 0.48766,0 0.88666,0.399 0.88666,0.886 v 2.66 h -1.77333 v -2.66 c 0,-0.487 0.399,-0.886 0.88667,-0.886 z m 7.53492,2.66 c 0,0 -2.78988,3.141 -3.07735,5.23 0.0544,0.06 0.10688,0.116 0.15412,0.18 0.60212,0.802 0.96042,1.715 1.08929,2.648 0.51425,0.379 1.14708,0.606 1.83394,0.606 v -1.036 h 1.03386 v -1.034 h -1.03386 v -1.034 h 1.03386 v -1.035 h -1.03386 v -1.034 h 1.03386 v -1.034 h -1.03386 v -1.036 h 1.03386 v -0.138 c -0.56894,-0.76 -1.03386,-1.283 -1.03386,-1.283 z m 1.03386,1.421 v 1.036 h 0.8174 c -0.23792,-0.367 -0.48074,-0.72 -0.71349,-1.036 z m 0,2.07 v 1.034 h 1.0356 v -1.034 z m 1.0356,0 h 0.38272 c -0.12413,-0.228 -0.24824,-0.46 -0.38272,-0.682 z m 0,1.034 v 1.035 h 1.03387 c 0,-0.315 -0.0767,-0.668 -0.20089,-1.035 z m 0,1.035 h -1.0356 v 1.034 h 1.0356 z m 0,1.034 v 1.034 h 0.23725 c 0.2793,-0.3 0.4803,-0.646 0.61478,-1.034 z m 0,1.034 h -1.0356 v 0.854 c 0.38792,-0.135 0.73561,-0.336 1.0356,-0.615 z"
|
||||
id="sensor.blue_room_thermal_comfort_dew_point_perception"
|
||||
|
||||
|
Before Width: | Height: | Size: 518 KiB After Width: | Height: | Size: 521 KiB |
Reference in New Issue
Block a user