mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Add support for ISY994 Variables as Sensors (#13383)
This commit is contained in:
parent
7c1a74a8c5
commit
3004119505
@ -65,6 +65,11 @@ sensor_string:
|
||||
required: false
|
||||
type: string
|
||||
default: sensor
|
||||
variable_sensor_string:
|
||||
description: This is the string that is used to identify which Integer or State Variables are to be added as sensors. If this string is found in the device name, Home Assistant will assume it is as a sensor.
|
||||
required: false
|
||||
type: string
|
||||
default: sensor
|
||||
ignore_string:
|
||||
description: Any devices that contain this string in their name (or folder path) will be ignored by Home Assistant. They will not become entities at all and will not fire `control_events`.
|
||||
required: false
|
||||
@ -91,6 +96,8 @@ Each Insteon leak sensor will also show up as a single Binary Sensor as opposed
|
||||
|
||||
If your leak or door/window sensor supports heartbeats, a new binary_sensor device will be added to Home Assistant to represent the battery state. The sensor will stay "Off" so long as the daily heartbeats occur. If a heartbeat is missed, the sensor will flip to "On". The name of this device will be based on the heartbeat node in the ISY.
|
||||
|
||||
Integer and State Variables from the ISY can be used as sensors by setting the `variable_sensor_string` and adding it as part of the variable name in the ISY. For example, if you have a variable named `HA.my_variable` and a `variable_sensor_string` of `"HA."`, it will be automatically added as a `sensor` in Home Assistant.
|
||||
|
||||
### Handling Insteon or Other ISY Control Events
|
||||
|
||||
A Home Assistant `isy994_control` event is emitted for every "control" event in the ISY's device network (as long as the device has not been ignored or disabled in Home Assistant). This allows you to write automations that trigger based on events such as Insteon button presses. You can also trigger off of the unique Insteon/Zigbee/Z-Wave events, such as double-presses, long-holds etc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user