mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add button platform to OpenTherm Gateway (#34557)
* Add opentherm_gw button platform * Add button description to entities section
This commit is contained in:
parent
e4a331a550
commit
acc5aa227a
@ -2,6 +2,7 @@
|
|||||||
title: OpenTherm Gateway
|
title: OpenTherm Gateway
|
||||||
description: Control your OpenTherm Gateway from Home Assistant.
|
description: Control your OpenTherm Gateway from Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Button
|
||||||
- Binary sensor
|
- Binary sensor
|
||||||
- Climate
|
- Climate
|
||||||
- Hub
|
- Hub
|
||||||
@ -14,6 +15,7 @@ ha_codeowners:
|
|||||||
- '@mvn23'
|
- '@mvn23'
|
||||||
ha_domain: opentherm_gw
|
ha_domain: opentherm_gw
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- button
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- climate
|
- climate
|
||||||
- select
|
- select
|
||||||
@ -24,12 +26,6 @@ ha_integration_type: integration
|
|||||||
|
|
||||||
The `opentherm_gw` integration is used to control the [OpenTherm Gateway](https://otgw.tclcode.com/) from Home Assistant.
|
The `opentherm_gw` integration is used to control the [OpenTherm Gateway](https://otgw.tclcode.com/) from Home Assistant.
|
||||||
|
|
||||||
The following device types are currently supported within Home Assistant:
|
|
||||||
|
|
||||||
- Binary sensor
|
|
||||||
- Climate
|
|
||||||
- Sensor
|
|
||||||
|
|
||||||
This integration will add three devices to Home Assistant for each configured gateway. The main control of the integration is a single `climate` entity which can be found on the added `OpenTherm Thermostat` device. All added devices have a collection of `sensor` and `binary_sensor` entities, which are disabled by default. To enable them, follow the steps on [enabling entities](/common-tasks/general/#enabling-or-disabling-entities).
|
This integration will add three devices to Home Assistant for each configured gateway. The main control of the integration is a single `climate` entity which can be found on the added `OpenTherm Thermostat` device. All added devices have a collection of `sensor` and `binary_sensor` entities, which are disabled by default. To enable them, follow the steps on [enabling entities](/common-tasks/general/#enabling-or-disabling-entities).
|
||||||
|
|
||||||
{% note %}
|
{% note %}
|
||||||
@ -75,6 +71,10 @@ Floor Temperature:
|
|||||||
|
|
||||||
## Entities
|
## Entities
|
||||||
|
|
||||||
|
### Button
|
||||||
|
|
||||||
|
The restart button on the `OpenTherm Gateway` device can be used to restart the OpenTherm Gateway.
|
||||||
|
|
||||||
### Select
|
### Select
|
||||||
|
|
||||||
Several `select` configuration entities can be found on the `OpenTherm Gateway` device. These can be used to configure the LEDs and GPIO pins of the OpenTherm Gateway. More information about the available modes can be found in the sections [LED modes](#led-modes) and [GPIO modes](#gpio-modes) or in the [commands documentation](https://otgw.tclcode.com/firmware.html#configuration) of the OpenTherm Gateway.
|
Several `select` configuration entities can be found on the `OpenTherm Gateway` device. These can be used to configure the LEDs and GPIO pins of the OpenTherm Gateway. More information about the available modes can be found in the sections [LED modes](#led-modes) and [GPIO modes](#gpio-modes) or in the [commands documentation](https://otgw.tclcode.com/firmware.html#configuration) of the OpenTherm Gateway.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user