From b37b4e29ce2e072428d4d53c7440f08911669f53 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 31 Aug 2023 14:28:29 -0700 Subject: [PATCH] Update platforms in README --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 97a84e8..48ed884 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,24 @@ Vantage *Load* objects labeled as *Relay* or *Motor* will appear as switches in Additionally, Vantage *GMem* objects (variables) with a type of *Boolean* will be created as switches in Home Assistant, but are hidden by default. +### Climate + +Vantage *Thermostat* objects will appear as climate devices in Home Assistant. + +### Covers + +Supported Vantage *Blind* and *BlindGroup* objects will appear as covers in Home Assistant. + ### Binary Sensors Vantage *DryContact* objects (motion sensors, etc) will appear as binary sensors in Home Assistant. +### Sensors + +Vantage *AnemoSensor* (wind speed), *LightSensor*, *Temperature*, and *OmniSensor* objects will appear as sensors in Home Assistant. + +Certain Vantage dimmer modules have built-in power, current, and temperature sensors exposed as *OmniSensor* objects. These are created as sensors in Home Assistant, but are not enabled by default to reduce clutter. You can enable them from the Home Assistant settings. + ### Number Entities Vantage *GMem* objects (variables) with numeric types will be created as number entities in Home Assistant, but are hidden by default. @@ -93,14 +107,6 @@ Vantage *GMem* objects (variables) with numeric types will be created as number Vantage *GMem* objects (variables) with a type of *Text* will be created as text entities in Home Assistant, but are hidden by default. -### Sensors - -Certain Vantage dimmer modules have built-in power, current, and temperature sensors. These are created as sensors in Home Assistant, but are not enabled by default to reduce clutter. You can enable them from the Home Assistant settings. - -### Covers - -Supported Vantage *Blind* and *BlindGroup* objects will appear as covers in Home Assistant. - ## Events This integration will fire events on the Home Assistant event bus which can be used to trigger automations. You can test events using the [events developer tools](https://my.home-assistant.io/redirect/developer_events/) page in the Home Assistant UI.