From be33ff9c87f7775aa5a4ac423b8b3351a71ae0fd Mon Sep 17 00:00:00 2001 From: RobertD502 <52541649+RobertD502@users.noreply.github.com> Date: Thu, 25 Nov 2021 01:47:12 -0500 Subject: [PATCH] bump hass-flair-helper to 0.0.9 --- custom_components/flair/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/flair/manifest.json b/custom_components/flair/manifest.json index d160c6d..b181842 100644 --- a/custom_components/flair/manifest.json +++ b/custom_components/flair/manifest.json @@ -1,12 +1,12 @@ { "domain": "flair", "name": "Flair", - "version": "0.0.4.3", + "version": "0.0.4.4", "iot_class": "cloud_polling", "documentation": "https://github.com/RobertD502/home-assistant-flair/blob/main/README.md", "issue_tracker": "https://github.com/RobertD502/home-assistant-flair/issues", "config_flow": true, - "requirements": ["hass-flair-helper==0.0.8"], + "requirements": ["hass-flair-helper==0.0.9"], "dependencies": [], "codeowners": ["@RobertD502"] }