X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=smart_home%2Fdevice.py;h=64302ad791b35131e597472547e81027c6ec4451;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=82f1fa6eb89943d03a4f348621767a857d944418;hpb=c6fca944b41f292b66efaba27ebf3fd0a37956b8;p=python_utils.git diff --git a/smart_home/device.py b/smart_home/device.py index 82f1fa6..64302ad 100644 --- a/smart_home/device.py +++ b/smart_home/device.py @@ -1,8 +1,12 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Most basic definition of a smart device: it must have a name and a MAC address and may have some optional keywords. All devices have -these whether they are lights, outlets, thermostats, etc...""" +these whether they are lights, outlets, thermostats, etc... + +""" import re from typing import List, Optional