Fix debian package dependency
This commit is contained in:
parent
f8ad7dc984
commit
ce39354048
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -7,7 +7,7 @@ Standards-Version: 3.9.6
|
||||||
|
|
||||||
Package: check-esphome-devices
|
Package: check-esphome-devices
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, python3, python3-ldap
|
Depends: ${misc:Depends}, python3, python3-requests
|
||||||
Description: Monitoring plugin to check ESPHome devices status
|
Description: Monitoring plugin to check ESPHome devices status
|
||||||
This Icinga/Nagios check plugin permit to check ESPHome devices status
|
This Icinga/Nagios check plugin permit to check ESPHome devices status
|
||||||
using the ESPHome Dashboard API :
|
using the ESPHome Dashboard API :
|
||||||
|
|
Loading…
Reference in a new issue