ADS Binary Sensor
The ads
binary sensor platform can be used to monitor a boolean value on your ADS device.
To use your ADS device, you first have to set up your ADS hub and then add the following to your configuration.yaml
file:
# Example configuration.yaml entry
binary_sensor:
- platform: ads
adsvar: .boolean1
Configuration Variables
- adsvar
-
(string)(Required)The name of the variable which you want to access on the ADS device.
- name
-
(string)(Optional)An identifier for the light in the frontend.
- device_class
-
(string)(Optional)The type/class of the sensor to set the icon in the frontend.