Compare commits

..

2 commits

Author SHA1 Message Date
5932884c7a
Update requirements to match HA 2025.3.1 2025-03-08 10:51:54 +01:00
1e35e24c15
Update year 2025-03-08 10:45:49 +01:00
4 changed files with 7 additions and 9 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023-2024 Jules Dejaeghere Copyright (c) 2023-2025 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,8 +9,7 @@
"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,6 +1,5 @@
aiohttp==3.11.12 aiohttp==3.11.13
async-timeout==4.0.3 async-timeout==4.0.3
homeassistant==2025.2.4 homeassistant==2025.3.1
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.2.4 homeassistant==2025.3.1
pytest_homeassistant_custom_component==0.13.214 pytest_homeassistant_custom_component==0.13.222
pytest pytest
freezegun freezegun
isort isort