diff --git a/README.md b/README.md index d99f182..b78f484 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ To be able to bypass zones, you will need to configure a PIN to be used. 1. Go to [integration](https://my.home-assistant.io/redirect/integration/?domain=ksenia_lares) 2. Click 'Configure' -3. Enter the PIN code to use (it will need to be entered again each time the configuration screen is used). \ No newline at end of file +3. Enter the PIN code to use (it will need to be entered again each time the configuration screen is used). diff --git a/custom_components/ksenia_lares/manifest.json b/custom_components/ksenia_lares/manifest.json index 1b851cb..3e61290 100644 --- a/custom_components/ksenia_lares/manifest.json +++ b/custom_components/ksenia_lares/manifest.json @@ -11,10 +11,10 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/johnnybegood/ha-ksenia-lares/issues", "requirements": [ - "lxml==4.9.3", + "lxml==4.9.4", "getmac==0.8.2" ], "ssdp": [], "version": "1.0.2", "zeroconf": [] -} \ No newline at end of file +}