Add documentation for kitchen_sink (#25677)

This commit is contained in:
Erik Montnemery 2023-01-10 17:32:04 +01:00 committed by GitHub
parent d89b898ef8
commit 04ee8900d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
---
title: Everything but the Kitchen Sink
description: Instructions on how to set up the Everything but the Kitchen Sink integration
ha_category:
- Other
ha_release: 2023.2
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: kitchen_sink
ha_iot_class: Calculated
ha_platforms:
ha_integration_type: integration
---
The Kitchen Sink integration contains demonstrations of various odds and ends.
This sets up a demo environment of features which are obscure or which represent incorrect behavior, and are thus not wanted in the `demo` integration.
To enable the `kitchen_sink` integration in Home Assistant, add the following section to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
kitchen_sink:
```