From 20682da58f8884bad1c1e43da2f5a72172e1eafa Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:17:43 +0200 Subject: [PATCH] k-integrations: Rename component to integration (#27791) --- source/_integrations/keba.markdown | 8 ++++---- source/_integrations/konnected.markdown | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/keba.markdown b/source/_integrations/keba.markdown index 8b7d066eb28..beef3a9e2ca 100644 --- a/source/_integrations/keba.markdown +++ b/source/_integrations/keba.markdown @@ -21,7 +21,7 @@ ha_integration_type: integration The `keba` integrates your Keba charging station/BMW Wallbox into your Home Assistant instance using the UDP Smart Home Interface ([manual](https://www.keba.com/web/downloads/e-mobility/KeContact_P20_P30_UDP_ProgrGuide_en.pdf)). The fetching interval to the charging station is set to 5 seconds, same as in the official mobile app. In order to use the integration, enable the UDP Smart Home Interface by adjusting the DIP switches within the charging station according to the [installation manual](https://www.keba.com/file/downloads/e-mobility/KeContact_KCP20_30_ih_en.pdf). -This component provides the following platforms: +This integration provides the following platforms: - Binary Sensors: Online state, plug state, Charging state and failsafe mode state. - Lock: Authorization (like with the RFID card). @@ -31,7 +31,7 @@ This component provides the following platforms: ## Configuration -To enable this component in your installation, add at least the following to your `configuration.yaml` file: +To enable this integration in your installation, add at least the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -83,11 +83,11 @@ keba: ## Services -The `keba` component offers several services. Using these services will change the state of your charging station. So use these services with care! +The `keba` integration offers several services. Using these services will change the state of your charging station. So use these services with care! ### Authorizing and Deauthorizing `keba.authorize` and `keba.deauthorize` -The charging station can be authorized and deauthorized via service calls (`keba.authorize` and `keba.deauthorize`) or via the lock component that is created automatically for the charging station. In both cases the RFID tag from the configuration is used. +The charging station can be authorized and deauthorized via service calls (`keba.authorize` and `keba.deauthorize`) or via the lock integration that is created automatically for the charging station. In both cases the RFID tag from the configuration is used. ### Start and Stop `keba.start` and `keba.stop` diff --git a/source/_integrations/konnected.markdown b/source/_integrations/konnected.markdown index f476d369bc9..eea8ec363ef 100644 --- a/source/_integrations/konnected.markdown +++ b/source/_integrations/konnected.markdown @@ -342,7 +342,7 @@ Konnected runs on an ESP8266 board with the NodeMCU firmware. It is commonly use The `konnected` binary sensor allows you to monitor wired door sensors, window sensors, motion sensors, smoke detectors, CO detectors, glass-break sensors, water leak sensors or any other simple wired open/close circuit attached to a NodeMCU ESP8266 Wi-Fi module running the [open source Konnected software](https://github.com/konnected-io/konnected-security). -This integration supports all of the built-in device classes of the generic [Binary Sensor](/integrations/binary_sensor/) component. +This integration supports all of the built-in device classes of the generic [Binary Sensor](/integrations/binary_sensor/) integration. ## Switch