From 54860b3aaef7062b5ceda83a5df613da74b1b6ab Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Thu, 11 Jul 2024 08:26:58 +0200 Subject: [PATCH] Broadlink - Add time platform (#33621) --- source/_integrations/broadlink.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/broadlink.markdown b/source/_integrations/broadlink.markdown index 51b6cbbf8f3..21254fcdb29 100644 --- a/source/_integrations/broadlink.markdown +++ b/source/_integrations/broadlink.markdown @@ -22,6 +22,7 @@ ha_platforms: - remote - sensor - switch + - time ha_dhcp: true ha_integration_type: integration related: @@ -58,6 +59,7 @@ The {% term entities %} are divided into four subdomains: - [Sensor](#sensor) - [Switch](#switch) - [Light](#light) +- [Time](#time) ## Climate @@ -349,6 +351,10 @@ The `sensor` {% term entities %} allow you to monitor Broadlink sensors. These e The `light` {% term entities %} allow you to control Broadlink lights. You can turn them on and off, change brightness, adjust the color or set a color temperature. These entities are created automatically when you configure a device that has lights. +## Time + +The `time` {% term entities %} allow you to control the time of Broadlink devices. These entities are created automatically when you configure supported devices. + ## Switch The `switch` {% term entities %} allow you to control and monitor Broadlink smart plugs, power strips and switches. You can turn them on and off, and you can monitor their state and power consumption, when available. These entities are created automatically when you configure a device that has switches.