From 51e928f51b6ff11b39cd769d4f575360ae1092aa Mon Sep 17 00:00:00 2001 From: Taneli Veistinen <91916713+veista@users.noreply.github.com> Date: Thu, 22 Dec 2022 01:26:23 +0200 Subject: [PATCH] Update manifest.json --- custom_components/nilan/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nilan/manifest.json b/custom_components/nilan/manifest.json index 5442cf8..643fa81 100644 --- a/custom_components/nilan/manifest.json +++ b/custom_components/nilan/manifest.json @@ -1,7 +1,7 @@ { "domain": "nilan", "name": "Nilan", - "version": "1.1.4", + "version": "1.1.5", "config_flow": true, "documentation": "https://github.com/veista/nilan", "requirements": ["pymodbus==2.5.3"],