Skip to content

Commit

Permalink
fix(import): hotfix, typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkaldheim committed Aug 15, 2023
1 parent f6f01af commit e952a5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/fujitsu_airstage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"requirements": [
"pyairstage>=1.0.3"
],
"version": "1.0.5"
"version": "1.0.6"
}
3 changes: 0 additions & 3 deletions custom_components/fujitsu_airstage/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

from pyairstage import constants

from homeassistant.components.fujitsu_airstage.pyairstage.pyairstage.constants import (
ACParameter,
)
from .entity import AirstageAcEntity
from .models import AirstageData
from homeassistant.components.switch import SwitchDeviceClass, SwitchEntity
Expand Down

0 comments on commit e952a5f

Please sign in to comment.