This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a419fde0eb
core
/
tests
/
components
/
velbus
/
const.py
5 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Use DeviceInfo in velbus (#58622)
2021-11-08 16:26:00 +00:00
"""
Constants for the Velbus tests.
"""
Add empty line after module docstring (3) (#112750)
2024-03-08 19:38:34 +00:00
Use DeviceInfo in velbus (#58622)
2021-11-08 16:26:00 +00:00
PORT_SERIAL
=
"
/dev/ttyACME100
"
PORT_TCP
=
"
127.0.1.0.1:3788
"