mash-server/src/mash/bridges/zigbee2mqtt.py

7 lines
162 B
Python
Raw Normal View History

2024-07-09 03:25:14 +02:00
from mash.bridges.bridge import Bridge
class Z2mBridge(Bridge):
def __init__(self, *, id: str) -> None:
super().__init__(id=id, type="zigbee2mqtt")