From 7e6bb55b6c318d0ca596d1eb33bd98e798c2c697 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:19:27 +0200 Subject: [PATCH] =?UTF-8?q?A-b=20entities:=20add=20info=20that=20integrati?= =?UTF-8?q?on=20is=20a=20building=20block=20for=20other=E2=80=A6=20(#29145?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_integrations/air_quality.markdown | 2 ++ source/_integrations/alarm_control_panel.markdown | 3 +++ source/_integrations/binary_sensor.markdown | 5 ++++- source/_integrations/button.markdown | 3 +-- 4 files changed, 10 insertions(+), 3 deletions(-) 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