Skip to content

Commit

Permalink
fixing null or invalid value
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmoby committed Aug 19, 2024
1 parent 2af28b7 commit 32badd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/fglair_heatpump_controller/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
NAME = "FGLair Home Assistant Integration"
DOMAIN = "fglair_heatpump_controller"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.3.17"
VERSION = "0.3.18"

ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"
ISSUE_URL = "https://github.com/bigmoby/fglair_for_homeassistant/issues"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/fglair_heatpump_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pyfujitsugeneral"
],
"requirements": [
"pyfujitsugeneral==2.0.25"
"pyfujitsugeneral==2.0.26"
],
"version": "0.3.17"
"version": "0.3.18"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fglair_heatpump_controller"
version = "0.3.17"
version = "0.3.18"
license = {text = "MIT License"}
description = "FGLair heat pump controller integration"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ colorlog==6.8.2
homeassistant==2024.5.0b1
pip>=24.1.2,<24.3
ruff==0.6.1
pyfujitsugeneral==2.0.25
pyfujitsugeneral==2.0.26

0 comments on commit 32badd2

Please sign in to comment.