Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d8ahazard/glimmr_ha
- Owner: d8ahazard
- License: mit
- Created: 2021-10-27T01:16:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T16:19:45.000Z (about 1 year ago)
- Last Synced: 2023-10-29T17:25:13.397Z (about 1 year ago)
- Language: Python
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```