mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
k-integrations: Rename component to integration (#27791)
This commit is contained in:
parent
5e3ab7947c
commit
20682da58f
@ -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`
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user