Sensor attributes added to the more-info-fan panel. (#455)

This commit is contained in:
Sebastian Muszynski 2017-10-16 08:22:45 +02:00 committed by Paulus Schoutsen
parent fa061a2603
commit cef0d64f08

View File

@ -7,6 +7,8 @@
<link rel='import' href='../../bower_components/paper-toggle-button/paper-toggle-button.html'>
<link rel='import' href='../../bower_components/paper-icon-button/paper-icon-button.html'>
<link rel="import" href="../components/ha-attributes.html">
<dom-module id='more-info-fan'>
<template>
<style is='custom-style' include='iron-flex'></style>
@ -63,6 +65,8 @@
</div>
</div>
</div>
<ha-attributes state-obj="[[stateObj]]" extra-filters="speed,speed_list,oscillating,direction"></ha-attributes>
</template>
</dom-module>