From 40b443eba0e2fc55075479fd540f977fbf4b704a Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Wed, 21 Mar 2018 08:34:48 +0100 Subject: [PATCH] Attributes are part of the common set already --- homeassistant/components/fan/xiaomi_miio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/fan/xiaomi_miio.py b/homeassistant/components/fan/xiaomi_miio.py index 2cd49d884ee..6cd25eeba63 100644 --- a/homeassistant/components/fan/xiaomi_miio.py +++ b/homeassistant/components/fan/xiaomi_miio.py @@ -160,8 +160,6 @@ AVAILABLE_ATTRIBUTES_AIRPURIFIER_V3 = { ATTR_SLEEP_TIME: 'sleep_time', ATTR_SLEEP_LEARN_COUNT: 'sleep_mode_learn_count', ATTR_EXTRA_FEATURES: 'extra_features', - ATTR_AUTO_DETECT: 'auto_detect', - ATTR_BUTTON_PRESSED: 'button_pressed', } AVAILABLE_ATTRIBUTES_AIRHUMIDIFIER = {