1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-09 16:39:22 +00:00

13 Commits

Author SHA1 Message Date
Sid
0b9c9aff62
Add ruff rules PIE790, PIE794, PIE807, PIE810 () 2024-03-16 11:04:58 -10: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
23090cb8a2
Improve entity type hints [i] () 2022-08-30 19:21:08 +02:00
epenet
2f8d99bf5d
Remove integrations from mypy ignored modules (part 2) ()
* Adjust dhcp

* Adjust growatt_server

* Adjust habitica

* Adjust home_connect

* Adjust iaqualink

* Adjust incomfort

* Adjust input_number

* Adjust ipp

* Adjust mypy_config

* Unindent input-number

* Fix type hint in home_connect

Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-19 09:00:09 +01: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
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
066e921a8b
Rename SwitchDevice to SwitchEntity () 2020-04-26 18:50:37 +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
1a73e6b44e Add switch platform to iaqualink integration ()
* Add switch platform to iaqualink component

* Remove unnecessary call to constructor
2019-09-11 19:24:41 +02:00