Skip to content

Commit d860a41

Browse files
committed
... also don't import the deprecated value any more.
1 parent 73cb253 commit d860a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/duofern/light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# found advice in the homeassistant creating components manual
1010
# https://home-assistant.io/developers/creating_components/
1111
# Import the device class from the component that you want to support
12-
from homeassistant.components.light import ColorMode, LightEntity, PLATFORM_SCHEMA, SUPPORT_BRIGHTNESS, ATTR_BRIGHTNESS
12+
from homeassistant.components.light import ColorMode, LightEntity, PLATFORM_SCHEMA, ATTR_BRIGHTNESS
1313

1414
from homeassistant.core import HomeAssistant
1515

custom_components/duofern/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"issue_tracker": "https://github.com/gluap/pyduofern-hacs/issues" ,
88
"codeowners": ["@gluap"],
99
"requirements": ["pyduofern==0.36.2"],
10-
"version": "0.5.20"
10+
"version": "0.5.21"
1111
}

0 commit comments

Comments
 (0)