Compare commits

..

No commits in common. "5932884c7a218737e581763223356a1c3f8dbf20" and "f729d59d9fde9bdcfca11ec839097844b9cfde88" have entirely different histories.

4 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023-2025 Jules Dejaeghere Copyright (c) 2023-2024 Jules Dejaeghere
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -9,7 +9,8 @@
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues", "issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
"requirements": [ "requirements": [
"svgwrite==1.4.3" "svgwrite==1.4.3",
"aiofile==3.9.0"
], ],
"version": "0.2.32" "version": "0.2.32"
} }

View file

@ -1,5 +1,6 @@
aiohttp==3.11.13 aiohttp==3.11.12
async-timeout==4.0.3 async-timeout==4.0.3
homeassistant==2025.3.1 homeassistant==2025.2.4
voluptuous==0.15.2 voluptuous==0.15.2
svgwrite==1.4.3 svgwrite==1.4.3
aiofile==3.9.0

View file

@ -1,5 +1,5 @@
homeassistant==2025.3.1 homeassistant==2025.2.4
pytest_homeassistant_custom_component==0.13.222 pytest_homeassistant_custom_component==0.13.214
pytest pytest
freezegun freezegun
isort isort