Jafar Atili
|
75510b8e90
|
Add cover platform for switchbee integration (#78383)
* Added Platform cover for switchbee integration
* added cover to .coveragerc
* Applied code review feedback from other PR
* Addressed comments from other PRs
* rebased
* Re-add carriage return
* Update homeassistant/components/switchbee/cover.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/cover.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/cover.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/cover.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* addressed CR comments
* fixes
* fixes
* more fixes
* more fixes
* separate entities for cover and somfy cover
* fixed isort
* more fixes
* more fixes
* Update homeassistant/components/switchbee/cover.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/cover.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* more fixes
* more fixes
* more
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
|
2022-09-29 15:03:39 +02:00 |
|
Jafar Atili
|
5262f44b81
|
Refactor duplicate code in switchbee (#79209)
* Refactored duplicate code
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* more
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
|
2022-09-28 17:46:40 +02:00 |
|
Jafar Atili
|
de3a1f444c
|
Add light platform for switchbee integration (#78382)
* Added Light platform for switchbee integration
* added light to .coveragerc
* Applied code review feedback from other PR
* Fixes based on previous reviewes
* fixed small mistake
* added test coverage for light
* aligned code with other PR
* rebased
* fixes
* removed unecessary changes
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* more fixes
* more fixes
* adjusting switch with the new change
* more fixes
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Update homeassistant/components/switchbee/light.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
|
2022-09-28 16:30:33 +02:00 |
|
Jafar Atili
|
4453241176
|
Fix spelling in switchbee (#79195)
|
2022-09-28 14:18:06 +02:00 |
|
Jafar Atili
|
653e0917bb
|
Bump pyswitchbee to 1.5.3 (#78583)
* Add switchbee to strict-typing
* strict typing
* Bumped pyswitchbee
* bumped library to 1.5.1
* strict-typed the package
* fixed issue
* addressed epenet comments
* fixed requirements_all
* once more
|
2022-09-28 13:51:52 +02:00 |
|
epenet
|
26d9962fe5
|
Add base entity to switchbee (#78987)
* Add base entity to switchbee
* Adjust coverage
* Add SwitchBeeDeviceEntity
* Don't move available
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: Joakim Plate <elupus@ecce.se>
* Update homeassistant/components/switchbee/entity.py
Co-authored-by: Joakim Plate <elupus@ecce.se>
Co-authored-by: Joakim Plate <elupus@ecce.se>
|
2022-09-23 22:34:49 +02:00 |
|