core/homeassistant/components/whirlpool
Jessica Smith 02c1088596
Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687)
* update to 1.18.5 and add Brand to config, required for getting shared appliances

* update version to 0.18.6

* start fixing tests

* fix typo

* check for falsy values instead of explicit None

* move CONF_BRAND from global constants to whirlpool constants

* add test for no brand, fix __init__ import

* add brand to string.json

* add brand to re-auth

* add title/description, add brand info to description

* add reauth strings

* pass already initialized data dict

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

* remove trailing comma

* Update strings again

* fix reauth tests to add brand

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-03-20 02:02:45 +01:00
..
__init__.py Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687) 2024-03-20 02:02:45 +01:00
climate.py
config_flow.py Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687) 2024-03-20 02:02:45 +01:00
const.py Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687) 2024-03-20 02:02:45 +01:00
manifest.json Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687) 2024-03-20 02:02:45 +01:00
sensor.py Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687) 2024-03-20 02:02:45 +01:00
strings.json Upgrade whirlpool integration to add shared appliances and allow brand selection (#111687) 2024-03-20 02:02:45 +01:00