mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Exclude device_class from listed attributes (#222)
This commit is contained in:
parent
e509ed07a0
commit
c21187dc4f
@ -36,7 +36,7 @@
|
||||
'entity_picture', 'friendly_name', 'icon', 'unit_of_measurement',
|
||||
'emulated_hue', 'emulated_hue_name', 'haaska_hidden', 'haaska_name',
|
||||
'homebridge_hidden', 'homebridge_name', 'supported_features', 'attribution',
|
||||
'custom_ui_state_card',
|
||||
'custom_ui_state_card', 'device_class',
|
||||
];
|
||||
Polymer({
|
||||
is: 'ha-attributes',
|
||||
|
Loading…
x
Reference in New Issue
Block a user