diff --git a/source/_components/avea.markdown b/source/_components/avea.markdown new file mode 100644 index 00000000000..89f62e5a73f --- /dev/null +++ b/source/_components/avea.markdown @@ -0,0 +1,21 @@ +--- +title: "Elgato Avea" +description: "Instructions on how to integrate Elgato Avea with Home Assistant." +logo: avea.png +ha_category: + - Light +ha_release: 0.97 +ha_iot_class: Local Polling +--- + +[Elgato Avea](http://web.archive.org/web/20170930210431/https://www.elgato.com/avea) is a Bluetooth light bulb that is no longer supported by the manufacturer. The `avea` integration allows you to control all your Avea bulbs with Home Assistant. + +### Configuration + +To enable Avea, add the following lines to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +light: + - platform: avea +``` diff --git a/source/images/supported_brands/avea.png b/source/images/supported_brands/avea.png new file mode 100644 index 00000000000..a77b8fe2d5e Binary files /dev/null and b/source/images/supported_brands/avea.png differ