Skip to content

zen/hass_blebox

 
 

Repository files navigation

Home Assistant Custom Components

How to load custom components

https://developers.home-assistant.io/docs/en/creating_component_loading.html

Blebox switchBox(D)

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

switch:
  - platform: blebox_switchbox
    host: IP_ADDRESS

Configuration variables:

  • host (Required): The IP address of your switchBox(D), eg. 192.168.1.32
  • name (Optional): The name to use when displaying this switch. If not set, will be used relay name from the device
  • relay (Optional): The number of the relay. Default is 0, for switchBoxD you can set 0 or 1

Blebox wLightBox

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

light:
  - platform: blebox_wlightbox
    host: IP_ADDRESS

Configuration variables:

  • host (Required): The IP address of your wLightBox, eg. 192.168.1.32
  • name (Optional): The name to use when displaying this switch. If not set, will be used the device name

About

Home Assistant Custom Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%