Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
/ custom_broadlink Public archive

Home Assistant integration for the Broadlink BG1 (British General) smart switch

Notifications You must be signed in to change notification settings

b4dpxl/custom_broadlink

Repository files navigation

This is now supported in the core HA code. Do not use this custom component.

Custom extension to the standard Broadlink integration for Home Assistant to support the British General BG1 smart switches. E.g.:

The python-broadlink library has been extended to support these devices, however the updated version hasn't been released yet, so can't easily be updated in HA. Once a release is done, I'll create a PR for HA. In the meantime, you can run this as a custom component.

Configuration is the same as standard broadlink, just set the "type" to bg1 and platform as custom_broadlink instead of broadlink. It will create a "left" and "right" switch for the device.

Example:

switch:
- platform: custom_broadlink
  host: 192.168.2.123
  mac: "24:df:a7:aa:bb:cc"
  type: bg1
  friendly_name: "Socket"
  timeout: 2

About

Home Assistant integration for the Broadlink BG1 (British General) smart switch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages