diff --git a/homeassistant/components/squeezebox/const.py b/homeassistant/components/squeezebox/const.py index f4e882e05411..0f53d5f62ac5 100644 --- a/homeassistant/components/squeezebox/const.py +++ b/homeassistant/components/squeezebox/const.py @@ -51,8 +51,6 @@ ATTR_DAYS_OF_WEEK = "dow" ATTR_ENABLED = "enabled" ATTR_REPEAT = "repeat" ATTR_SCHEDULED_TODAY = "scheduled_today" -# pylint: disable-next=home-assistant-duplicate-const -ATTR_TIME = "time" ATTR_VOLUME = "volume" ATTR_URL = "url" UPDATE_PLUGINS_RELEASE_SUMMARY = "update_plugins_release_summary"