mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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-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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user