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

6 Commits

Author SHA1 Message Date
epenet
9046ab0250
Standardize homeassistant imports in component (i-k) () 2025-01-29 11:56:50 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] () 2024-03-08 19:15:59 +01:00
Jens Østergaard Nielsen
01dc27e2a2
Remove default unit of measurement in IHC sensors ()
Remove sensor default unit of measurement
2023-05-15 09:50:39 +02:00
epenet
a6ddac9004
Use UnitOfTemperature in integrations (i-m) () 2022-12-20 18:30:46 +01:00
Jens Østergaard Nielsen
a644baf3cd
Prepare for Ihc config flow ()
* Extracting group and extra  info from ihc products

* Make suggested area not optional

* Revert back to assignment expression :=

* Make auto setup show device info for all platforms

* Change code comment to #

* Add return typing

* Remove device_info key without value

* get_manual_configuration typings for everything

* Adding IHCController typings

* Remove "ihc" from unique id

* Remove device_info

* Separator in unique id

* Return typing on ihc_setup

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

* Update homeassistant/components/ihc/ihcdevice.py

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

* Update homeassistant/components/ihc/ihcdevice.py

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

* Raise ValueError instead of logging an error

* Update homeassistant/components/ihc/service_functions.py

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

* Catch up with dev

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-02-11 10:24:31 +01:00
Jens Østergaard Nielsen
e7d725e810
Ihc integration, move manual setup out of init.py ()
* Move manual setup out of init.py

* Type hints on additional parameters

* Complete missing  typings
2022-02-06 13:42:15 -08:00