Show cover attributes on the more-info card (#7458)

This commit is contained in:
J. Nick Koston 2020-10-24 08:26:18 -05:00 committed by GitHub
parent e2f27568a5
commit 28853b28bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,10 @@ class MoreInfoCover extends LocalizeMixin(PolymerElement) {
</ha-labeled-slider>
</div>
</div>
<ha-attributes
state-obj="[[stateObj]]"
extra-filters="current_position,current_tilt_position"
></ha-attributes>
`;
}