Skip to content

Commit

Permalink
Update platforms in README
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Aug 31, 2023
1 parent 0a2e536 commit b37b4e2
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit b37b4e2

Please sign in to comment.