diff --git a/bundles/homeassistant-supervised/items.py b/bundles/homeassistant-supervised/items.py index bd8a2f9..e99f8c0 100644 --- a/bundles/homeassistant-supervised/items.py +++ b/bundles/homeassistant-supervised/items.py @@ -16,7 +16,7 @@ actions = { 'unless': f'test "$(apt -qq list os-agent | cut -d" " -f2)" = "{quote(version)}"', 'needs': { 'pkg_apt:', - 'zfs_dataset:/usr/share/hassio', + 'zfs_dataset:tank/homeassistant', }, }, 'install_homeassistant_supervised': {