robmarkcole / pan-tilt-hat-HASS

Custom component adding the pimoroni pan-tilt-hat to Home-assistant: tested in HA 0.94 ok
7 stars 0 forks source link
home-assistant pan-tilt-phat pimoroni

This custom component adds the pimoroni pan-tilt-phat to Home-assistant.

Place the custom_components folder in your configuration directory (pi@raspberrypi:~/.homeassistant $ mv ~/Github/pan-tilt-hat-HASS/custom_components .) or add its contents to an existing custom_components folder. Add to your configuration.yaml:

pan_tilt_phat:

The adds the services:

Python scripts & automation

This repo also includes python scripts and automations to add slider control as shown in the image below. Moving the sliders triggers an automation which calls the python script to move the pan-tilt-hat. Copy the required content of the example config files to your own config files.