mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Show cover attributes on the more-info card (#7458)
This commit is contained in:
parent
e2f27568a5
commit
28853b28bc
@ -64,6 +64,10 @@ class MoreInfoCover extends LocalizeMixin(PolymerElement) {
|
|||||||
</ha-labeled-slider>
|
</ha-labeled-slider>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<ha-attributes
|
||||||
|
state-obj="[[stateObj]]"
|
||||||
|
extra-filters="current_position,current_tilt_position"
|
||||||
|
></ha-attributes>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user