mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Sensor attributes added to the more-info-fan panel. (#455)
This commit is contained in:
parent
fa061a2603
commit
cef0d64f08
@ -7,6 +7,8 @@
|
|||||||
<link rel='import' href='../../bower_components/paper-toggle-button/paper-toggle-button.html'>
|
<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='../../bower_components/paper-icon-button/paper-icon-button.html'>
|
||||||
|
|
||||||
|
<link rel="import" href="../components/ha-attributes.html">
|
||||||
|
|
||||||
<dom-module id='more-info-fan'>
|
<dom-module id='more-info-fan'>
|
||||||
<template>
|
<template>
|
||||||
<style is='custom-style' include='iron-flex'></style>
|
<style is='custom-style' include='iron-flex'></style>
|
||||||
@ -63,6 +65,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<ha-attributes state-obj="[[stateObj]]" extra-filters="speed,speed_list,oscillating,direction"></ha-attributes>
|
||||||
</template>
|
</template>
|
||||||
</dom-module>
|
</dom-module>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user