Initial commit.
WIP
- Logon to your HA or HASS with SSH
- Got to the HA
custom_components
directory within the HA installation path (if this is not available - create this directory). - Run
cd custom_components
- Run
git clone https://github.com/d8ahazard/glimmr_ha
within thecustom_components
directory - Run
mv glimmr_ha/custom_components/glimmr_ha/* glimmr_ha/
to move the files in the correct diretory - Restart your HA/HASS service in the UI with
<your-URL>/config/server_control
- 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
logger:
default: warning
logs:
homeassistant.components.glimmr_ha: debug
To enable the platform integration after installation add
light:
- platform: glimmr_ha
name: <Name of the device>
host: <IP of the bulb>
- platform: glimmr_ha
name: <Name of the device#2>
host: <IP of the bulb#2>