mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Document IHC on_in and off_id (#8218)
* Document on_in and off_id * Space fix * Also add on_id and off_id to switch
This commit is contained in:
parent
aae5a60b91
commit
055b3c3a02
@ -57,6 +57,14 @@ light:
|
||||
description: The IHC resource id.
|
||||
required: true
|
||||
type: integer
|
||||
on_id:
|
||||
description: Optional IHC resource id that will be pulsed to turn ON this light.
|
||||
required: false
|
||||
type: integer
|
||||
off_id:
|
||||
description: Optional IHC resource id that will be pulsed to turn OFF this light.
|
||||
required: false
|
||||
type: integer
|
||||
name:
|
||||
description: The name of the component
|
||||
required: false
|
||||
|
@ -50,6 +50,14 @@ switch:
|
||||
description: The IHC resource id.
|
||||
required: true
|
||||
type: integer
|
||||
on_id:
|
||||
description: Optional IHC resource id that will be pulsed to turn ON this switch.
|
||||
required: false
|
||||
type: integer
|
||||
off_id:
|
||||
description: Optional IHC resource id that will be pulsed to turn OFF this switch.
|
||||
required: false
|
||||
type: integer
|
||||
name:
|
||||
description: The name of the component
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user