A-b entities: add info that integration is a building block for other… (#29145)

This commit is contained in:
c0ffeeca7 2023-10-04 19:19:27 +02:00 committed by GitHub
parent f7e30df7bf
commit 7e6bb55b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -25,3 +25,5 @@ The platforms cover the following levels (if they are available):
- The N2O (nitrogen oxide) level.
- The NO (nitrogen monoxide) level.
- The NO2 (nitrogen dioxide) level.
{% include integrations/building_block_integration.md %}

View File

@ -14,6 +14,9 @@ ha_integration_type: entity
Home Assistant can give you an interface which is similar to a classic alarm system.
Please see [manual alarm](/integrations/manual) or [template alarm](/integrations/alarm_control_panel.template) for alarm configuration.
{% include integrations/building_block_integration.md %}
### Services
Depending on features supported by a specific integration alarm may expose the following services:

View File

@ -25,7 +25,10 @@ Some binary sensors are created automatically when you add a device integration.
For example, adding the [ecobee integration](/integrations/ecobee/) will create
a binary sensor to detect room occupancy. Other binary sensors can be created
manually using the [template integration](/integrations/template/)
or using an [input boolean helper](/integrations/input_boolean),
or using an [input boolean helper](/integrations/input_boolean).
{% include integrations/building_block_integration.md %}
### Device Class

View File

@ -17,8 +17,7 @@ a device or service but remains stateless from the Home Assistant perspective.
It can be compared to a real live momentary switch, push-button, or some other
form of a stateless switch.
The button entities cannot be implemented manually, but can be provided by
other integrations.
{% include integrations/building_block_integration.md %}
## The state of a button