TapHome integration into Home Assistant. The integration runs locally, and status updates are immediate thanks to the TapHome webhook to Home Assistant.
- Binary sensor
- Button
- Climate
- Cover
- Event
- Fan
- Humidifier
- Light
- Select (multi value switch)
- Sensor
- Switch
- Time
- Valve
The changes are described in changelog.md.
If you have HACS installed, search for TapHome and install it directly. HACS tracks updates and makes upgrading simple.
- Create a
custom_componentsfolder next to yourconfiguration.yamlif it does not exist. - Inside
custom_components, create a folder namedtaphome. - Copy all files from this repository into the
taphomefolder.
The configuration is described in detail in the configuration.md.
I would be happy to configure your TapHome integration, integrate gadgets from Home Assistant to TapHome or set up complex smart rules for you. Feel free to contact me dybal.it.
This repository is under the GPL v3 with Commons Clause.
- Set up Home Assistant development environment
- Clone this repository
- Mount repository into dev container
"mounts": [
"source=/Users/martin/Repos/taphome-homeassistant,target=${containerWorkspaceFolder}/config/custom_components/taphome/,type=bind,consistency=cached"
],- Rebuild the devcontainer (
Dev Containers: Rebuild Container) - Find a good first issue for you
- Solve it and send a pull request :-)