Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d8ahazard/glimmr_ha

Home Assistant Integration for Glimmr
https://github.com/d8ahazard/glimmr_ha

Last synced: about 1 month ago
JSON representation

Home Assistant Integration for Glimmr

Awesome Lists containing this project

README

        

# :bulb: glimmr_ha - V 0.1.1 (out for testing)

Initial commit.

## Installation via HACS:
WIP

## Install for testing

1. Logon to your HA or HASS with SSH
2. Got to the HA `custom_components` directory within the HA installation path (if this is not available - create this directory).
3. Run `cd custom_components`
4. Run `git clone https://github.com/d8ahazard/glimmr_ha` within the `custom_components` directory
5. Run `mv glimmr_ha/custom_components/glimmr_ha/* glimmr_ha/` to move the files in the correct diretory
6. Restart your HA/HASS service in the UI with `/config/server_control`
7. Add the bulbs either by:
- HA UI by navigating to "Integrations" -> "Add Integration" -> "Glimmr"
- Manually by adding them to `configuration.yaml`

Questions? Check out the github project [glimmr-python](https://github.com/d8ahazard/glimmr-python)

## Enable Debug
```YAML
logger:
default: warning
logs:
homeassistant.components.glimmr_ha: debug
```

## HA config

## You can now use the HASS UI to add the devices/integration.

To enable the platform integration after installation add

```
light:
- platform: glimmr_ha
name:
host:
- platform: glimmr_ha
name:
host:
```