1.2 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain
title description ha_category ha_release ha_iot_class ha_codeowners ha_domain
Brunt Blind Engine Instructions on how to set up Brunt Blind Engine within Home Assistant.
Cover
0.75 Cloud Polling
@eavanvalkenburg
brunt

The brunt platform allows one to control Blind Engines by Brunt. To use this sensor, you need a Brunt App Account. All Brunt Blind devices registered to your account are automatically added to your Home Assistant with the names given them through the Brunt app.

Configuration

To enable this integration, add the following lines to your configuration.yaml:

cover:
  - platform: brunt
    username: BRUNT_USERNAME
    password: BRUNT_PASSWORD

{% configuration %} name: description: Cover name required: false default: "brunt blind engine" type: string username: description: Account username of your Brunt app required: true type: string password: description: Account password of your Brunt app required: true type: string {% endconfiguration %}

This integration is not affiliated with Brunt and retrieves data from the endpoints of the mobile application. Use at your own risk.