Add a docstring for the script

This commit is contained in:
Adam Goldsmith 2022-11-29 18:26:02 -05:00
parent a413157b26
commit 3cba565be7

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
"""A check plugin for Nagios/Icinga/etc. that queries Home Assistant for the current state of entities."""
import argparse import argparse
import dataclasses import dataclasses
import logging import logging