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

4 Commits

Author SHA1 Message Date
Marc Mueller
2c06d4fcb9 Add empty line after module docstring (2) [components] () 2024-03-08 19:15:59 +01: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
1ffc2a05db Move autosetup out of init.py () 2022-01-24 12:07:54 +01:00