Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Controls switchbot curtain using Home Assistant

License

Notifications You must be signed in to change notification settings

RenierM26/ha-switchbot-curtain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha-switchbot-curtain

Controls switchbot curtain using Home Assistant

Supported operations:

  • open / close / stop
  • set position [0-100]%

Not supported:

  • read switchbot sensors / position
  • password

Find mac address of your device on linux

sudo hcitool lescan

Installation

  1. Copy the files of this repository into homeassistant config directory.
  2. Add the config to your configuration.yaml file as explained below.
  3. Restart Home Assistant

Example

cover:
  - platform: switchbot-curtain
    mac: XX:XX:XX:XX:XX:XX

Debugging problems

logger:
  default: error
  logs:
    custom_components.switchbot-curtain: debug

About

Controls switchbot curtain using Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%