From c21187dc4f2e896b690ba0d89ef2c9c7fda86ad2 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sun, 26 Feb 2017 17:59:53 -0500 Subject: [PATCH] Exclude device_class from listed attributes (#222) --- src/components/ha-attributes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-attributes.html b/src/components/ha-attributes.html index 8e533ef330..c66029edb9 100644 --- a/src/components/ha-attributes.html +++ b/src/components/ha-attributes.html @@ -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',