Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 441 Bytes

telldus

A Debian-based wrapper for the the telldus libraries and binaries. It exposes two ports, one for events and one for client interaction. Works like a charm if you run Home Assistant from another Docker container.

Sample docker-compose.yml

version: '2.2'

services:
  telldus:
    image: stoffus/telldus
    volumes:
      - ./tellstick.conf:/etc/tellstick.conf
    network_mode: host
    devices:
      - /dev/bus/usb