mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add light to MyQ (#18928)
This commit is contained in:
parent
2122d8320b
commit
f8af8a24ec
@ -4,6 +4,7 @@ description: Instructions on how to integrate MyQ-Enabled garage door covers int
|
||||
ha_category:
|
||||
- Cover
|
||||
- Binary Sensor
|
||||
- Light
|
||||
ha_release: 0.39
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
@ -14,10 +15,11 @@ ha_homekit: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- cover
|
||||
- light
|
||||
ha_dhcp: true
|
||||
---
|
||||
|
||||
The MyQ integration lets you control MyQ-Enabled garage doors through Home Assistant. Device names in Home Assistant are generated based on the names defined in your MyQ Device mobile app.
|
||||
The MyQ integration lets you control MyQ-Enabled garage doors and/or lamps through Home Assistant. Device names in Home Assistant are generated based on the names defined in your MyQ Device mobile app.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
@ -29,6 +31,11 @@ Your MyQ gateway will appear as a binary sensor that shows if the device is conn
|
||||
|
||||
Garage doors and gates linked to your `MyQ` account will appear as covers.
|
||||
|
||||
### Light
|
||||
|
||||
Lamps linked to your `MyQ` account will appear as lights.
|
||||
|
||||
|
||||
## Using HomeKit controller for local control - ***No Apple device required***
|
||||
|
||||
If you have a [`819LMB`](https://www.liftmaster.com/myq-home-bridge/p/G819LMB) or [`MYQ-G0303-SP`](https://www.chamberlain.com/myq-g0303-sp/p/MYQ-G0303-SP), Home Assistant can speak HomeKit Accessory Protocol and control the device over the local network without the need to access to the cloud service. As a bonus, updates are push and near-instantaneous.
|
||||
|
Loading…
x
Reference in New Issue
Block a user