Update insteon_plm.markdown

This commit is contained in:
Jorim Tielemans 2018-07-23 23:34:43 +02:00 committed by GitHub
parent 6fe6a9ce5c
commit 86b8e1ad73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ device_override:
x10_devices:
description: Define X10 devices to control or respond to
required: false
type: map
type: list
keys:
HOUSECODE:
description: is the X10 housecode values a - p
@ -73,9 +73,14 @@ x10_devices:
description: is the X10 unit code values 1 - 16
PLATFORM:
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.
- light: Used for dimmable X10 devices
- switch: Used for On/Off X10 devices
type: string
keys:
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:
description: is the number of dim/bright steps the device supports. Used for dimmable X10 devices only.
default: 22