From ee6eb853b3a23de6479337936cfe1b8ff7cfd85c Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Mon, 9 Jan 2023 03:23:19 -0800 Subject: [PATCH] Add 'select' (and more) to the list of demos (#25642) --- source/_integrations/demo.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/demo.markdown b/source/_integrations/demo.markdown index 59bb74795c7..d67aa39388b 100644 --- a/source/_integrations/demo.markdown +++ b/source/_integrations/demo.markdown @@ -50,9 +50,12 @@ Available demo platforms: - [Air Quality](/integrations/air_quality/) (`air_quality`) - [Alarm control panel](/integrations/alarm_control_panel/) (`alarm_control_panel`) - [Binary sensor](/integrations/binary_sensor/) (`binary_sensor`) +- [Button](/integrations/button/) (`button`) +- [Calendar](/integrations/calendar/) (`calendar`) - [Camera](/integrations/camera/) (`camera`) - [Climate](/integrations/climate/) (`climate`) - [Cover](/integrations/cover/) (`cover`) +- [Device Tracker](/integrations/device_tracker/) (`device_tracker`) - [Fan](/integrations/fan/) (`fan`) - [Geolocation](/integrations/geo_location/) (`geo_location`) - [Humidifier](/integrations/humidifier/) (`humidifier`) @@ -64,9 +67,15 @@ Available demo platforms: - [Notification](/integrations/notify/) (`notify`) - [Number](/integrations/number/) (`number`) - [Remote](/integrations/remote/) (`remote`) +- [Select](/integrations/select/) (`select`) - [Sensor](/integrations/sensor/) (`sensor`) +- [Siren](/integrations/siren/) (`siren`) - [Switch](/integrations/switch/) (`switch`) +- [Text](/integrations/text/) (`text`) - [Text-to-speech](/integrations/tts/) (`tts`) +- [Update](/integrations/update/) (`update`) +- [Vacuum](/integrations/vacuum/) (`vacuum`) +- [Water Heater](/integrations/water_heater/) (`water_heater`) - [Weather](/integrations/weather/) (`weather`) To integrate a demo platform in Home Assistant, add the following section to your `configuration.yaml` file: