More updates to the Juicebox sensor #297
This commit is contained in:
parent
125dc52bce
commit
ff179bb592
|
@ -770,7 +770,7 @@
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
<g id="climate.downstairs" transform="translate(21.312394,67.123371)" inkscape:label="#climate.downstairs">
|
<g id="climate.downstairs" transform="translate(21.312394,67.123371)" inkscape:label="#climate.downstairs">
|
||||||
<text id="text957-6" transform="matrix(1 0 0 1 13.1829 95.6504)" style="font-family:'ArialMT'; font-size:12px;">XX</text>
|
<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>
|
</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>
|
<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>
|
||||||
|
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
@ -34,6 +34,7 @@ rules:
|
||||||
- sensor.downstairs_thermostat_humidity
|
- sensor.downstairs_thermostat_humidity
|
||||||
- sensor.upstairs_thermostat_humidity
|
- sensor.upstairs_thermostat_humidity
|
||||||
- sensor.dark_sky_humidity
|
- sensor.dark_sky_humidity
|
||||||
|
- sensor.carlojuice_amps
|
||||||
text_template: '${entity.state ? Math.ceil(entity.state) : "undefined"}'
|
text_template: '${entity.state ? Math.ceil(entity.state) : "undefined"}'
|
||||||
class_template: 'return "static-temp";'
|
class_template: 'return "static-temp";'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue