mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
api_golemio_cz fix wrong typehint lead to integer instead of float GUI input field
This commit is contained in:
@@ -121,8 +121,8 @@ def _generate_next_picks(next_pick: date, pick_days: str, frequency: int, count=
|
||||
class Source:
|
||||
def __init__(
|
||||
self,
|
||||
lat: int,
|
||||
lon: int,
|
||||
lat: float,
|
||||
lon: float,
|
||||
radius: int,
|
||||
api_key: str,
|
||||
only_monitored: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user