mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add broadlink climate (#26949)
This commit is contained in:
parent
d196bab4a7
commit
c2453592a5
@ -98,7 +98,7 @@ source/_integrations/bosch_shc.markdown @tschamm
|
||||
source/_integrations/brandt.markdown @imicknl @vlebourl @tetienne @nyroDev
|
||||
source/_integrations/braviatv.markdown @bieniu @Drafteed
|
||||
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/brottsplatskartan.markdown @gjohansson-ST
|
||||
source/_integrations/brunt.markdown @eavanvalkenburg
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: Broadlink
|
||||
description: Instructions on setting up Broadlink within Home Assistant.
|
||||
ha_category:
|
||||
- Climate
|
||||
- Light
|
||||
- Remote
|
||||
- Sensor
|
||||
@ -12,6 +13,7 @@ ha_codeowners:
|
||||
- '@danielhiversen'
|
||||
- '@felipediel'
|
||||
- '@L-I-Am'
|
||||
- '@eifinger'
|
||||
ha_domain: broadlink
|
||||
ha_config_flow: true
|
||||
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:
|
||||
|
||||
- Thermostats: `Hysen HY02B05H` and `Floureon HY03WE`
|
||||
- Power Strips: `MP1-1K3S2U` and `MP1-1K4S`
|
||||
- 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`
|
||||
@ -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:
|
||||
|
||||
- [Climate](#climate)
|
||||
- [Remote](#remote)
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
- [Light](#light)
|
||||
|
||||
## Climate
|
||||
|
||||
The `climate` entities allow you to monitor and control Broadlink thermostats.
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user