mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Compare commits
4 commits
b78c8a6779
...
117c2d5030
Author | SHA1 | Date | |
---|---|---|---|
117c2d5030 | |||
67a8647f7b | |||
52812487f9 | |||
![]() |
3947273ef7 |
2 changed files with 1 additions and 2 deletions
|
@ -138,7 +138,6 @@ class IrmKmiCoordinator(TimestampDataUpdateCoordinator):
|
|||
location=localisation
|
||||
)
|
||||
rain_graph = await self.create_rain_graph(radar_animation, animation_data, country, images_from_api)
|
||||
print(rain_graph)
|
||||
radar_animation['svg_animated'] = rain_graph.get_svg_string()
|
||||
radar_animation['svg_still'] = rain_graph.get_svg_string(still_image=True)
|
||||
return radar_animation
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
"svgwrite==1.4.3",
|
||||
"aiofile==3.9.0"
|
||||
],
|
||||
"version": "0.2.26"
|
||||
"version": "0.2.27"
|
||||
}
|
Loading…
Add table
Reference in a new issue