Fix up the new names for the Garaddget Doors. #642

This commit is contained in:
ccostan
2020-07-05 14:09:10 -04:00
parent 385c07e211
commit b8d726f9b9
4 changed files with 29 additions and 70 deletions

View File

@@ -747,9 +747,9 @@
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" inkscape:connector-curvature="0" style="fill:#BDF271;" d="M757.1,51.3h-97c-1.6,0-2.8-1.3-2.8-2.8
<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" inkscape:connector-curvature="0" style="fill:#E7376B;" d="M629.2,71.4h-42.7
<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.dark_sky_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>

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -219,8 +219,8 @@ rules:
- name: Garage Doors
entities:
- cover.large_garage
- cover.small_garage
- cover.large_garage_door
- cover.small_garage_door
states:
- state: 'closed'
class: 'window-closed'

View File

@@ -5948,7 +5948,7 @@
inkscape:label="#path1245" />
<rect
style="fill:#00ffff;fill-opacity:1;stroke-width:0.35783061"
id="cover.large_garage"
id="cover.large_garage_door"
width="126.53351"
height="22.748257"
x="-112.88961"
@@ -5957,7 +5957,7 @@
inkscape:label="#rect1247" />
<rect
style="fill:#00ffff;fill-opacity:1;stroke-width:0.35783061"
id="cover.small_garage"
id="cover.small_garage_door"
width="64.360489"
height="19.130405"
x="39.85442"

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB