rtl_433-sensors/docker-compose.yaml

13 lines
281 B
YAML
Raw Permalink Normal View History

2022-05-11 11:55:36 +00:00
version: '3'
services:
rtl433:
restart: always
image: hertzg/rtl_433:latest
devices:
- '/dev/bus/usb'
command:
- '-Mtime:unix:usec:utc'
- '-R 42'
- '-R 194'
2022-09-09 12:01:14 +00:00
- '-Fmqtt://homeassistant:8883,devices=weathersensors/rtl_433[/model][/id]'