Skip to content

Commit

Permalink
Update python version and const
Browse files Browse the repository at this point in the history
  • Loading branch information
Khole Jones authored and Khole Jones committed Nov 20, 2024
1 parent ef31d15 commit 9244d96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyhiveapi/apyhiveapi/helper/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
],
"hotwater": [
'addList("water_heater", p,)',
'addList("sensor", p, haName="Hotwater State", hiveType="Hotwater_State", category="diagnostic")',
'addList("sensor", p, haName="Hotwater Mode", hiveType="Hotwater_Mode", category="diagnostic")',
'addList("sensor", p, haName="Hotwater Boost", hiveType="Hotwater_Boost", category="diagnostic")',
'addList("sensor", p, haName="Hot Water State", hiveType="Hotwater_State", category="diagnostic")',
'addList("sensor", p, haName="Hot Water Mode", hiveType="Hotwater_Mode", category="diagnostic")',
'addList("sensor", p, haName="Hot Water Boost", hiveType="Hotwater_Boost", category="diagnostic")',
],
"activeplug": [
'addList("switch", p)',
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11


[options]
package_dir =
= pyhiveapi
packages = find:
python_requires = >=3.6
python_requires = >=3.8.*

[options.packages.find]
where = pyhiveapi
Expand Down

0 comments on commit 9244d96

Please sign in to comment.