diff --git a/custom_components/krisinformation/manifest.json b/custom_components/krisinformation/manifest.json index c6751f4..47a65f6 100644 --- a/custom_components/krisinformation/manifest.json +++ b/custom_components/krisinformation/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://github.com/isabellaalstrom/sensor.krisinformation", "dependencies": [], "codeowners": ["@isabellaalstrom"], - "requirements": ["jsonpath>=0.82"] + "requirements": ["jsonpath>=0.82", "xmltodict>=0.12.0"] }