Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoDehli committed May 5, 2024
1 parent ca32e18 commit 14654a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion custom_components/loxone/lights/colorpickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from homeassistant.helpers.device_registry import DeviceInfo

from .. import LoxoneEntity

from ..const import DOMAIN, SENDDOMAIN
from ..helpers import hass_to_lox, lox_to_hass

Expand Down
1 change: 0 additions & 1 deletion custom_components/loxone/lights/dimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from homeassistant.helpers.entity import DeviceInfo

from .. import LoxoneEntity

from ..const import DOMAIN, SENDDOMAIN
from ..helpers import hass_to_lox, lox2hass_mapped, lox_to_hass

Expand Down
1 change: 0 additions & 1 deletion custom_components/loxone/lights/lightcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from homeassistant.helpers.entity import DeviceInfo

from .. import LoxoneEntity

from ..const import DOMAIN, SENDDOMAIN, STATE_OFF


Expand Down
1 change: 0 additions & 1 deletion custom_components/loxone/lights/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from homeassistant.helpers.entity import DeviceInfo, ToggleEntity

from .. import LoxoneEntity

from ..const import DOMAIN, SENDDOMAIN


Expand Down

0 comments on commit 14654a7

Please sign in to comment.