core/homeassistant/components/ihc
Jens Østergaard Nielsen a644baf3cd
Prepare for Ihc config flow (#64852)
* 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
..
__init__.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
auto_setup.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
binary_sensor.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
const.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
ihc_auto_setup.yaml
ihcdevice.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
light.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
manifest.json Add loggers to integration manifest.json (#65083) 2022-01-28 13:37:53 -08:00
manual_setup.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
sensor.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
service_functions.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
services.yaml
switch.py Prepare for Ihc config flow (#64852) 2022-02-11 10:24:31 +01:00
util.py Make service functions async (#64705) 2022-01-22 20:33:10 -08:00