core/homeassistant/components/home_connect
J. Diego Rodríguez Royo 15a4514c7d
Add MAC connection through DHCP discovery to Home Connect devices (#144611)
* Add MAC connection through DHCP discovery to Home Connect devices

* Update snapshots
2025-05-12 21:11:12 +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 Add MAC connection through DHCP discovery to Home Connect devices (#144611) 2025-05-12 21:11:12 +02:00
const.py
coordinator.py
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 Add DHCP discovery to Home Connect (#144095) 2025-05-03 17:16:02 +02:00
number.py Use common percentage const at Home Connect (#144021) 2025-05-01 09:57:42 +02:00
repairs.py
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 Delete deprecated program switches from Home Connect (#144606) 2025-05-10 10:53:16 +02:00
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