1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-05 11:16:21 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Marc Mueller
8809d3aa88 Add empty line after module docstring [g-i] () 2024-03-08 08:52:48 -05:00
G Johansson
83380c0f7d Add new climate feature flags to insteon () 2024-02-04 10:42:32 +01:00
Joost Lekkerkerker
6c93865cee Use shorthand attributes in Insteon () 2023-09-01 10:13:34 +02:00
Tom Harris
f73754ff58 Restructure Insteon start-up ()
* Restructure startup

* Code review

* Further typing

* Fix circular import
2023-06-01 08:50:35 +02:00
Tom Harris
bdd786b1f0 Cleanup Insteon to use Platform vs DOMAIN constants ()
* Utilize Platform constant

* Use Platform constant
2023-05-05 21:32:51 +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
ec532414ba Import climate constants from root [a-l] () 2022-09-10 23:39:52 +02:00
epenet
b366354d55 Improve type hints in insteon () 2022-08-30 20:56:10 +02:00
epenet
23090cb8a2 Improve entity type hints [i] () 2022-08-30 19:21:08 +02:00
Tom Harris
1e5ada0f9d Fix Insteon thermostat issues () 2022-07-13 08:56:08 +02:00
epenet
21b1667de9 Adjust Fan Modes in insteon () 2022-05-13 19:57:19 -04:00
Tom Harris
a9ca774e7e Insteon Device Control Panel ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-28 12:35:43 -07:00
epenet
7cbe56dcdf Use climate enums in insteon () 2022-04-25 21:18:44 -10:00
epenet
e6d8aa34fa Use EntityFeature enum in components (i**) () 2022-04-06 21:35:27 -10:00
epenet
06ebbb7cae Add climate setup type hints [a-l] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 13:26:32 +01:00
Marc Mueller
f6b162bc39 Add pylint CodeStyle extension () 2021-07-19 06:57:06 -07:00
Marc Mueller
283b4abe67 Update typing 09 () 2021-03-18 10:02:00 +01:00
Erik Montnemery
af4d06b12e Update integrations f-i to override extra_state_attributes() () 2021-03-11 16:57:47 +01:00
Tom Harris
b3e2f8f904 Add Insteon entities in event loop () 2021-02-01 23:17:17 -10:00
springstan
92379ad8d2 Use list literal without using dict.keys() () 2020-10-30 09:19:13 -05:00
Philip Allgaier
625bbe6238 Cleanup unused loggers (components A-M) () 2020-10-12 16:59:05 +02:00
Tom Harris
b1fd931cdc Add config flow to insteon component ()
* Squashed

* Fix requirements_all

* Update homeassistant/components/insteon/__init__.py

Only update options if the result is to create the entry.

Co-authored-by: J. Nick Koston <nick@koston.org>

* Update homeassistant/components/insteon/__init__.py

No return value needed.

Co-authored-by: J. Nick Koston <nick@koston.org>

* Ref RESULT_TYPE_CREATE_ENTRY correctly

* Return result back to import config process

* Make DOMAIN ref more clear

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-08-11 18:04:44 -05:00
Tom Harris
b5f12bd9c1 Add climate platform to Insteon () 2020-06-02 18:16:44 -07:00