mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add light platform to Linear (#31618)
* Add light platform to Linear * Fix typo --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
732a0fc630
commit
02334c0ef4
@ -4,6 +4,7 @@ description: Control Linear garage doors
|
|||||||
ha_release: '2023.12'
|
ha_release: '2023.12'
|
||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
|
- Light
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
@ -12,6 +13,7 @@ ha_domain: linear_garage_door
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- light
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -22,3 +24,7 @@ The Linear integration lets you control Linear garage doors through Home Assista
|
|||||||
## Cover
|
## Cover
|
||||||
|
|
||||||
Garage doors linked to your Linear account will appear as covers.
|
Garage doors linked to your Linear account will appear as covers.
|
||||||
|
|
||||||
|
## Light
|
||||||
|
|
||||||
|
Lights on your garage door will appear as lights.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user