joebalancio / hassio-addons

Hass.io add-ons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hass.io plugins

Build Status

Pre-built images

SmartThings MQQT Bridge

REST-wrapper arodun ps4-waker to support ps4 component

Simple service which will return IP of callind device. Useful for UI tweaking only.

Config watchdog which will perform restarts if required.

Just code

These add-ons are not being built intentionally as they are for testing purposes only. You'll need to download and place them under /addons folder of your Hass.io instance.

Beta-version of AppDaemon with HaDashobard v2.

Usefull commands

If you're getting too much stalled containers, run (warning, can damage you setup!!!)

docker rm -v $(docker ps --filter status=exited -q 2>/dev/null)
docker rm -v $(docker ps --filter status=created -q 2>/dev/null)

Similar can be done for images.

About

Hass.io add-ons


Languages

Language:Python 48.5%Language:JavaScript 45.9%Language:Shell 5.6%