From 0c38a504f339149d83b78558fda6ebb79338b3c2 Mon Sep 17 00:00:00 2001 From: Barry Quiel Date: Tue, 21 Jun 2022 18:18:15 +0000 Subject: [PATCH] Bump pypi version --- custom_components/airscape/manifest.json | 4 ++-- info.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/custom_components/airscape/manifest.json b/custom_components/airscape/manifest.json index 71aaf35..2a8b18e 100644 --- a/custom_components/airscape/manifest.json +++ b/custom_components/airscape/manifest.json @@ -3,9 +3,9 @@ "name": "Airscape Whole House Fan", "documentation": "https://www.home-assistant.io/components/fan.airscape", "issue_tracker": "https://github.com/quielb/hass-airscape/issues", - "version": "0.1.9.5", + "version": "0.1.9.5.1", "requirements": [ - "airscape==0.1.9.4" + "airscape==0.1.9.4.1" ], "dependencies": [], "codeowners": [ diff --git a/info.md b/info.md index 12ebc21..09020ba 100644 --- a/info.md +++ b/info.md @@ -18,7 +18,11 @@ A Home Assistant custom component to control Airscape Whole House Fans with Gen2 ### Changes -{% if version_installed.replace("v", "").replace(".","") | int < 195 %} +{% if version_installed.replace("v", "").replace(".","") | int < 1951 %} + +- Bump pypi airscape to v0.1.9.4.1 for speed of 4.4eWHF fan + {% endif %} + {% if version_installed.replace("v", "").replace(".","") | int < 195 %} - Bump pypi airscape to v0.1.9.4 to support fans that don't have a status.cgi. {% endif %}