bundles/homeassistant: changes for bookworm

This commit is contained in:
Franzi 2023-08-23 17:17:42 +02:00
parent daae710624
commit 10a9e61026
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 14 additions and 9 deletions

View file

@ -8,7 +8,7 @@ defaults = {
'libjpeg-dev': {},
'libopenjp2-7': {},
'libssl-dev': {},
'libtiff5': {},
'libtiff6': {},
'libturbojpeg0-dev': {},
'python3-packaging': {},
'tzdata': {},
@ -22,6 +22,8 @@ defaults = {
},
},
}
@metadata_reactor.provides(
'icinga2_api/homeassistant/services',
)
@ -40,6 +42,7 @@ def icinga_check_for_new_release(metadata):
},
}
@metadata_reactor.provides(
'nginx/vhosts/homeassistant',
)