Skip to content

Commit

Permalink
Show support blinds in README, move variables into single section
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Aug 31, 2023
1 parent b37b4e2 commit f4cb187
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,13 @@ Additionally, color loads connected to a Vantage DMX or DMX/DALI Gateway will ap

Vantage *Load* objects labeled as *Relay* or *Motor* will appear as switches in Home Assistant. If you have a relay or motor load that you'd like to show up as a different type of entity, you can use the [change device type of a switch](https://www.home-assistant.io/integrations/switch_as_x/) integration.

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.
Supported Vantage *Blind* and *BlindGroup* objects will appear as covers in Home Assistant. Currently the following blind types are supported *QISBlind*, *QubeBlind*, *RelayBlind*, *Somfy.RS-485*, and *Somfy.URTSI_2*.

### Binary Sensors

Expand All @@ -99,13 +97,11 @@ Vantage *AnemoSensor* (wind speed), *LightSensor*, *Temperature*, and *OmniSenso

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.
### Other Entities

### Text Entities
Vantage *GMem* objects (variables) will be created as entities in Home Assistant, but are hidden by default.

Vantage *GMem* objects (variables) with a type of *Text* will be created as text entities in Home Assistant, but are hidden by default.
Variables with numeric types will be created as number entities, variables with a type of *Boolean* will be created as binary sensor entities, and variables with a type of *Text* will be created as text entities.

## Events

Expand Down

0 comments on commit f4cb187

Please sign in to comment.