diff --git a/source/_integrations/air_quality.markdown b/source/_integrations/air_quality.markdown index b1e34800140..370e6f6c187 100644 --- a/source/_integrations/air_quality.markdown +++ b/source/_integrations/air_quality.markdown @@ -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 %} diff --git a/source/_integrations/alarm_control_panel.markdown b/source/_integrations/alarm_control_panel.markdown index 97f603c22bd..c61e5d01576 100644 --- a/source/_integrations/alarm_control_panel.markdown +++ b/source/_integrations/alarm_control_panel.markdown @@ -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: diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index 493d7f2777e..1b859ad3f91 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -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 diff --git a/source/_integrations/button.markdown b/source/_integrations/button.markdown index e2e4f6b5015..f9b5e71408a 100644 --- a/source/_integrations/button.markdown +++ b/source/_integrations/button.markdown @@ -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