File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,20 @@ class HaCoverControls extends PolymerElement {
18
18
19
19
< div class ="state ">
20
20
< paper-icon-button
21
+ aria-label ="Open cover "
21
22
icon ="hass:arrow-up "
22
23
on-click ="onOpenTap "
23
24
invisible$ ="[[!entityObj.supportsOpen]] "
24
25
disabled ="[[computeOpenDisabled(stateObj, entityObj)]] "
25
26
> </ paper-icon-button >
26
27
< paper-icon-button
28
+ aria-label ="Stop the cover from moving "
27
29
icon ="hass:stop "
28
30
on-click ="onStopTap "
29
31
invisible$ ="[[!entityObj.supportsStop]] "
30
32
> </ paper-icon-button >
31
33
< paper-icon-button
34
+ aria-label ="Close cover "
32
35
icon ="hass:arrow-down "
33
36
on-click ="onCloseTap "
34
37
invisible$ ="[[!entityObj.supportsClose]] "
Original file line number Diff line number Diff line change @@ -18,19 +18,22 @@ class HaCoverTiltControls extends PolymerElement {
18
18
}
19
19
</ style >
20
20
< paper-icon-button
21
+ aria-label ="Open cover tilt "
21
22
icon ="hass:arrow-top-right "
22
23
on-click ="onOpenTiltTap "
23
24
title ="Open tilt "
24
25
invisible$ ="[[!entityObj.supportsOpenTilt]] "
25
26
disabled ="[[computeOpenDisabled(stateObj, entityObj)]] "
26
27
> </ paper-icon-button >
27
28
< paper-icon-button
29
+ aria-label ="Stop cover from moving "
28
30
icon ="hass:stop "
29
31
on-click ="onStopTiltTap "
30
32
invisible$ ="[[!entityObj.supportsStopTilt]] "
31
33
title ="Stop tilt "
32
34
> </ paper-icon-button >
33
35
< paper-icon-button
36
+ aria-label ="Close cover tilt "
34
37
icon ="hass:arrow-bottom-left "
35
38
on-click ="onCloseTiltTap "
36
39
title ="Close tilt "
You can’t perform that action at this time.
0 commit comments