- Scene effects
- Lamp temperature color
- Lamp RGB color
- Lamp brightness
- Lamp transition time
- Lamp Rooms
- Klyqa App Cloud synchronisation
Local ways to install home assistant:
- Docker:
https://www.home-assistant.io/installation/linux#install-home-assistant-container
Make a config folder on your filesystem and tell the docker about the path.
or
2. Dev container (Visual Studio Code, docker with full debug support):
git clone https://github.com/home-assistant/core.git
Your config folder will then be in your cloned folder under config. It will be mapped into the devcontainer. So you can put and change there what you need.
Open that path in VS Code and hit reopen as a dev container.
Add to .devcontainer/devcontainer.json runArgs network host mode so you can open and close network sockets:
"runArgs": [ ... , "--network=host" ]
Start HA with "start debug" or "run" in VS Code.
or
3. You have a Hass OS running and have access to it.
https://developers.home-assistant.io/docs/development_environment
Put the integration folder into your home assistant config custom_components folder.
E. g. config/custom_components/klyqa
cd config/custom_components && git clone https://github.com/klyqa/home-assistant-integration klyqa
You can control the logger in the configuration.yaml in your config folder. For example set info level for home assistant and debug level for the klyqa integration:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
logger:
default: info
logs:
# individual log level for the klyqa integration
custom_components.klyqa: debug
Locally you found Home Assistant normally under 127.0.0.1:8123 in you browser.
Set up home assistant account and configuration.
Then you can set up Klyqa Integration either via config flow in the webinterface: Configuration > Devices & Services > + Add Integration > Klyqa
When the integration is running it should synchronize the klyqa account configuration and search the lamps in the network. They should appear under Configuration > Devices & Services > Devices & Entities.
Afterwards you add entity cards to the Overview Dashboard a. k. a. "Lovelace".
Click Overview > Click Three dots Menu (Right top corner) > Edit Dashboard > Click + ADD CARD > Light Card Configuration > Select Klyqa Lamp Entity and save