Add a docstring for the script
This commit is contained in:
parent
a413157b26
commit
3cba565be7
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""A check plugin for Nagios/Icinga/etc. that queries Home Assistant for the current state of entities."""
|
||||
|
||||
import argparse
|
||||
import dataclasses
|
||||
import logging
|
||||
|
Loading…
Reference in New Issue
Block a user