Add broadlink climate (#26949)

This commit is contained in:
Kevin Stillhammer 2023-11-20 10:55:28 +01:00 committed by GitHub
parent d196bab4a7
commit c2453592a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -98,7 +98,7 @@ source/_integrations/bosch_shc.markdown @tschamm
source/_integrations/brandt.markdown @imicknl @vlebourl @tetienne @nyroDev source/_integrations/brandt.markdown @imicknl @vlebourl @tetienne @nyroDev
source/_integrations/braviatv.markdown @bieniu @Drafteed source/_integrations/braviatv.markdown @bieniu @Drafteed
source/_integrations/brel_home.markdown @starkillerOG source/_integrations/brel_home.markdown @starkillerOG
source/_integrations/broadlink.markdown @danielhiversen @felipediel @L-I-Am source/_integrations/broadlink.markdown @danielhiversen @felipediel @L-I-Am @eifinger
source/_integrations/brother.markdown @bieniu source/_integrations/brother.markdown @bieniu
source/_integrations/brottsplatskartan.markdown @gjohansson-ST source/_integrations/brottsplatskartan.markdown @gjohansson-ST
source/_integrations/brunt.markdown @eavanvalkenburg source/_integrations/brunt.markdown @eavanvalkenburg

View File

@ -2,6 +2,7 @@
title: Broadlink title: Broadlink
description: Instructions on setting up Broadlink within Home Assistant. description: Instructions on setting up Broadlink within Home Assistant.
ha_category: ha_category:
- Climate
- Light - Light
- Remote - Remote
- Sensor - Sensor
@ -12,6 +13,7 @@ ha_codeowners:
- '@danielhiversen' - '@danielhiversen'
- '@felipediel' - '@felipediel'
- '@L-I-Am' - '@L-I-Am'
- '@eifinger'
ha_domain: broadlink ha_domain: broadlink
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
@ -25,6 +27,7 @@ ha_integration_type: integration
The Broadlink integration allows you to control and monitor Broadlink universal remotes, smart plugs, power strips, switches and sensors. The following devices are supported: The Broadlink integration allows you to control and monitor Broadlink universal remotes, smart plugs, power strips, switches and sensors. The following devices are supported:
- Thermostats: `Hysen HY02B05H` and `Floureon HY03WE`
- Power Strips: `MP1-1K3S2U` and `MP1-1K4S` - Power Strips: `MP1-1K3S2U` and `MP1-1K4S`
- Sensors: `e-Sensor` - Sensors: `e-Sensor`
- Smart Plugs: `SP mini`, `SP mini+`, `SP mini 3`, `SP1`, `SP2`, `SP2-CL`, `SP2-UK/BR/IN`, `SP3`, `SP3-EU`, `SP3S-EU`, `SP3S-US`, `SP4L-EU` and `SP4M-US` - Smart Plugs: `SP mini`, `SP mini+`, `SP mini 3`, `SP1`, `SP2`, `SP2-CL`, `SP2-UK/BR/IN`, `SP3`, `SP3-EU`, `SP3S-EU`, `SP3S-US`, `SP4L-EU` and `SP4M-US`
@ -42,11 +45,16 @@ The entities have the same name as the device by default. To change the name, ic
The entities are divided into four subdomains: The entities are divided into four subdomains:
- [Climate](#climate)
- [Remote](#remote) - [Remote](#remote)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Switch](#switch) - [Switch](#switch)
- [Light](#light) - [Light](#light)
## Climate
The `climate` entities allow you to monitor and control Broadlink thermostats.
## Remote ## Remote
The `remote` entities allow you to learn and send codes with universal remotes. They are created automatically when you configure devices with IR/RF capabilities. The `remote` entities allow you to learn and send codes with universal remotes. They are created automatically when you configure devices with IR/RF capabilities.