1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-29 02:07:09 +00:00
2021-11-08 10:26:00 -06:00

4 lines
100 B
Python

"""Constants for the Velbus tests."""
PORT_SERIAL = "/dev/ttyACME100"
PORT_TCP = "127.0.1.0.1:3788"