Add information about Home Connect button entities (#37630)

* Add information about button entities

* ha_platform and ha_category for buttons
This commit is contained in:
J. Diego Rodríguez Royo 2025-02-23 01:43:13 +01:00 committed by GitHub
parent 433d3936e9
commit cda6133d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ title: Home Connect
description: Instructions on how to set up the Home Connect integration within Home Assistant. description: Instructions on how to set up the Home Connect integration within Home Assistant.
ha_category: ha_category:
- Binary sensor - Binary sensor
- Button
- Hub - Hub
- Light - Light
- Number - Number
@ -19,6 +20,7 @@ ha_codeowners:
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- button
- diagnostics - diagnostics
- light - light
- number - number
@ -47,6 +49,7 @@ The integration will add one Home Assistant device for each connected home appli
- Time for alarm clock for cooktops and ovens. - Time for alarm clock for cooktops and ovens.
- Multiple sensors that report the different states and events reported by the appliance. - Multiple sensors that report the different states and events reported by the appliance.
- Binary sensors that show binary states of the appliance. - Binary sensors that show binary states of the appliance.
- Buttons to pause, resume, and stop the running program, as well as to open the door either completely or partially.
{% note %} {% note %}
Some appliances don't report data while they are turned off so corresponding entities will not appear in the Home Connect integration after loading until the appliances are turned on. Some appliances don't report data while they are turned off so corresponding entities will not appear in the Home Connect integration after loading until the appliances are turned on.