core/homeassistant/components/home_connect
J. Diego Rodríguez Royo 3af0d6e484
Use `is` instead of `==` on check against enum value at Home Connect (#144083)
* Use `is` instead of `==` on check against enum value at Home Connect

* Revert HTTP status checks
2025-05-02 10:08:46 +02:00
..
__init__.py Allow multiple config entries in Home Connect (#143935) 2025-04-30 16:22:18 +02:00
api.py
application_credentials.py
binary_sensor.py
button.py
common.py
config_flow.py Allow multiple config entries in Home Connect (#143935) 2025-04-30 16:22:18 +02:00
const.py
coordinator.py Adjust Home Connect max executions parameters (#143509) 2025-04-23 15:52:53 +02:00
diagnostics.py Remove unused client param at Home Connect diagnostics (#144017) 2025-05-01 09:49:25 +02:00
entity.py Remove `_attr_should_poll` from Home Connect base entity (#144016) 2025-05-01 09:49:49 +02:00
icons.json
light.py Remove default brightness values from Home Connect light entities (#144019) 2025-05-01 09:57:17 +02:00
manifest.json Allow multiple config entries in Home Connect (#143935) 2025-04-30 16:22:18 +02:00
number.py Use common percentage const at Home Connect (#144021) 2025-05-01 09:57:42 +02:00
repairs.py Disable Home Connect appliance refresh when frequent disconnects are detected (#142615) 2025-04-12 14:58:35 +02:00
select.py Refresh Home Connect program entities possible options when an appliance gets connected (#143213) 2025-04-29 13:12:21 +02:00
sensor.py Remove translation key for battery level in Home Connect sensor (#144020) 2025-05-01 09:57:30 +02:00
services.py
services.yaml
strings.json Remove translation key for battery level in Home Connect sensor (#144020) 2025-05-01 09:57:30 +02:00
switch.py
time.py Use `is` instead of `==` on check against enum value at Home Connect (#144083) 2025-05-02 10:08:46 +02:00
utils.py