1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-11 01:19:18 +00:00

24 Commits

Author SHA1 Message Date
epenet
deaaf2f082
Drop alias from local const DOMAIN import () 2025-05-06 13:35:27 +02:00
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry () 2025-02-10 21:08:03 +01:00
epenet
6dfa6b0001
Move iaqualink base entity to separate module () 2024-09-17 15:40:25 +02:00
epenet
e750f8f457
Add alias to DOMAIN import (part 4) ()
* Add alias to DOMAIN import (part 4)

* Simplify

* More integration

* Apply suggestions from code review

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* Revert "Apply suggestions from code review"

This reverts commit 07471d3629bd83ddfc2e254fc4cda3053461570d.

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-09-09 21:32:33 +02:00
Joost Lekkerkerker
7e0aac3feb
Improve lists in integrations [I-K] () 2024-03-13 16:56:33 +01:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] () 2024-03-08 08:52:48 -05:00
Jan Bouwhuis
f2f45380a9
Use shorthand attrs in iaqualink ()
* Use shorthand attrs in iaqualink

* Use super

* Update homeassistant/components/iaqualink/light.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Remove self

* More follow ups

* Remove cast and type check

* Update homeassistant/components/iaqualink/__init__.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-13 16:34:14 +02:00
epenet
485a78e0cf
Improve light type hints in integrations ()
* Improve light type hints in integrations

* Improve
2023-03-21 11:40:33 +01:00
epenet
7f1e1ed1d8
Enforce LightEntityFeature () 2022-11-22 07:14:47 +01:00
Florent Thoumie
6de887b9b9
iaqualink: fix supported_effects reference after function was renamed ()
Fix supported_effects reference
2022-11-19 20:48:45 +01:00
epenet
dd7bc7971f
Adjust type hints for LightEntityFeature () 2022-11-17 12:46:42 +01:00
Florent Thoumie
abec592a24
Update to iaqualink 0.5.0 ()
* Update to iaqualink 0.5.0.

* Boolean conditional style fix

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Fix black formatting

* Update iaqualink tests after update to 0.5.x

* Remove debug print statements

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-10-17 10:14:29 +02:00
epenet
20fec104e2
Improve type hints in light [a-i] ()
* Improve type hints in ads light

* Improve type hints in avea light

* Improve type hints in avion light

* Improve type hints in broadlink light

* More type hints

* One more
2022-07-31 20:46:13 +02:00
epenet
149cc01ed3
Use ColorMode enum in iaqualink () 2022-04-23 09:16:27 -10:00
epenet
e6d8aa34fa
Use EntityFeature enum in components (i**) () 2022-04-06 21:35:27 -10:00
Erik Montnemery
2e84cdb16f
Migrate iaqualink light to color_mode () 2022-04-04 17:47:11 +02:00
epenet
8c49fff699
Add setup type hints [h-i] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-07 16:26:57 +01:00
Florent Thoumie
3c2d5d5f8c
Update to iaqualink 0.4.1 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-12-27 10:20:55 -10:00
Marc Mueller
9990385926
Use assignment expressions 25 () 2021-10-22 11:34:45 +02:00
jan iversen
9685cefba4
Integrations h* - i*: Rename HomeAssistantType to HomeAssistant. () 2021-04-23 10:11:58 +02:00
Philip Allgaier
625bbe6238
Cleanup unused loggers (components A-M) () 2020-10-12 16:59:05 +02:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity () 2020-04-26 18:49:41 +02:00
Florent Thoumie
a71cd6e90e Add iaqualink binary sensor and unique_id ()
* Add binary_platform to iaqualink integration, add unique_id

* Revert Mixin changes, move self.dev to AqualinkEntity

* Style fixes
2019-09-14 07:05:47 +02:00
Florent Thoumie
3c629db096 Add light platform to iaqualink integration ()
* Add light platform to iaqualink component.

* Style changes.

* Polling moved to timer in the component
2019-09-09 23:10:25 +02:00