1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-25 08:17:09 +00:00

11 Commits

Author SHA1 Message Date
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry () 2025-02-10 21:08:03 +01:00
G Johansson
ee6be6bfd6
Remove _enable_turn_on_off_backwards_compatibility G-M () 2024-12-05 21:47:13 +01:00
Jeef
12336f5c15
Bump Intellifire to 4.1.9 ()
* rebase

* Minor patch to fix duplicate DeviceInfo beign created - if data hasnt updated yet

* rebase

* Minor patch to fix duplicate DeviceInfo beign created - if data hasnt updated yet

* fixing formatting

* Update homeassistant/components/intellifire/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/intellifire/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Removing cloud connectivity sensor - leaving local one in

* Renaming class to something more useful

* addressing pr

* Update homeassistant/components/intellifire/__init__.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* add ruff exception

* Fix test annotations

* remove access to private variable

* Bumping to 4.1.9 instead of 4.1.5

* A renaming

* rename

* Updated testing

* Update __init__.py

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

* updateing styrings

* Update tests/components/intellifire/conftest.py

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

* Testing refactor - WIP

* everything is passing - cleanup still needed

* cleaning up comments

* update pr

* unrename

* Update homeassistant/components/intellifire/coordinator.py

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

* fixing sentence

* fixed fixture and removed error codes

* reverted a bad change

* fixing strings.json

* revert renaming

* fix

* typing inother pr

* adding extra tests - one has a really dumb name

* using a real value

* added a migration in

* Update homeassistant/components/intellifire/config_flow.py

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

* Update tests/components/intellifire/test_init.py

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

* cleanup continues

* addressing pr

* switch back to debug

* Update tests/components/intellifire/conftest.py

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

* some changes

* restore property mock cuase didnt work otherwise

* cleanup has begun

* removed extra text

* addressing pr stuff

* fixed reauth

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-01 12:48:38 +02:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] () 2024-03-08 08:52:48 -05:00
G Johansson
97db23fe82
Add new climate feature flags to intellifire () 2024-02-04 02:28:15 +01:00
Franck Nijhof
6c4fe9fc3b
Fix HAVCMode typing in Intellifire () 2023-06-15 14:04:38 +02:00
epenet
68e454712d
Use UnitOfTemperature in climate entities [g-l] ()
* Use UnitOfTemperature in climate entities [g-l]

* Adjust gree

* Adjust honeywell
2022-12-05 10:42:24 +01:00
epenet
f14bb8195f
Import climate constants from root [a-l] () 2022-09-08 11:24:15 +02:00
epenet
23090cb8a2
Improve entity type hints [i] () 2022-08-30 19:21:08 +02:00
Jeef
d38e8e213a
Fix intellifire climate control not needing a default fireplace () 2022-06-30 10:35:06 -05:00
Jeef
6127a9a041
Intellifire climate Entity ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 13:01:38 -05:00