mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Compare commits
No commits in common. "5932884c7a218737e581763223356a1c3f8dbf20" and "f729d59d9fde9bdcfca11ec839097844b9cfde88" have entirely different histories.
5932884c7a
...
f729d59d9f
4 changed files with 9 additions and 7 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
"iot_class": "cloud_polling",
|
||||
"issue_tracker": "https://github.com/jdejaegh/irm-kmi-ha/issues",
|
||||
"requirements": [
|
||||
"svgwrite==1.4.3"
|
||||
"svgwrite==1.4.3",
|
||||
"aiofile==3.9.0"
|
||||
],
|
||||
"version": "0.2.32"
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
aiohttp==3.11.13
|
||||
aiohttp==3.11.12
|
||||
async-timeout==4.0.3
|
||||
homeassistant==2025.3.1
|
||||
homeassistant==2025.2.4
|
||||
voluptuous==0.15.2
|
||||
svgwrite==1.4.3
|
||||
svgwrite==1.4.3
|
||||
aiofile==3.9.0
|
|
@ -1,5 +1,5 @@
|
|||
homeassistant==2025.3.1
|
||||
pytest_homeassistant_custom_component==0.13.222
|
||||
homeassistant==2025.2.4
|
||||
pytest_homeassistant_custom_component==0.13.214
|
||||
pytest
|
||||
freezegun
|
||||
isort
|
||||
|
|
Loading…
Add table
Reference in a new issue