bundles/homeassistant: fix .provides()
This commit is contained in:
parent
6f9fb78d4e
commit
429bc2a7c6
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
from bundlewrap.metadata import atomic
|
||||
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
|
@ -25,7 +23,7 @@ defaults = {
|
|||
},
|
||||
}
|
||||
@metadata_reactor.provides(
|
||||
'icinga2_api/homeassistant/services/HOMESSISTANT UPDATE',
|
||||
'icinga2_api/homeassistant/services',
|
||||
)
|
||||
def icinga_check_for_new_release(metadata):
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue