mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update insteon_plm.markdown
This commit is contained in:
parent
6fe6a9ce5c
commit
86b8e1ad73
@ -65,7 +65,7 @@ device_override:
|
|||||||
x10_devices:
|
x10_devices:
|
||||||
description: Define X10 devices to control or respond to
|
description: Define X10 devices to control or respond to
|
||||||
required: false
|
required: false
|
||||||
type: map
|
type: list
|
||||||
keys:
|
keys:
|
||||||
HOUSECODE:
|
HOUSECODE:
|
||||||
description: is the X10 housecode values a - p
|
description: is the X10 housecode values a - p
|
||||||
@ -73,9 +73,14 @@ x10_devices:
|
|||||||
description: is the X10 unit code values 1 - 16
|
description: is the X10 unit code values 1 - 16
|
||||||
PLATFORM:
|
PLATFORM:
|
||||||
description: is the Home Assistant Platform to associate the device with. The following platforms are supported:
|
description: is the Home Assistant Platform to associate the device with. The following platforms are supported:
|
||||||
- binary_sensor: Used for on/off devices or keypad buttons that are read only.
|
type: string
|
||||||
- light: Used for dimmable X10 devices
|
keys:
|
||||||
- switch: Used for On/Off X10 devices
|
binary_sensor:
|
||||||
|
description: Used for on/off devices or keypad buttons that are read only.
|
||||||
|
light:
|
||||||
|
description: Used for dimmable X10 devices
|
||||||
|
switch:
|
||||||
|
description: Used for On/Off X10 devices
|
||||||
STEPS:
|
STEPS:
|
||||||
description: is the number of dim/bright steps the device supports. Used for dimmable X10 devices only.
|
description: is the number of dim/bright steps the device supports. Used for dimmable X10 devices only.
|
||||||
default: 22
|
default: 22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user