Skip to content

Releases: djtimca/hasatellitetracker

Update Default Polling to 60 Seconds

Choose a tag to compare

@djtimca djtimca released this 23 Dec 14:08

Update the default polling interval to 60 seconds to fix #32 where polling is too frequent for API limits.

Add Config for Minimum Elevation

Choose a tag to compare

@djtimca djtimca released this 02 Jun 16:37
5a8ebbf

Add configuration to the config flow for minimum elevation. Thanks @Cryolitia

Add Slovak Language

Choose a tag to compare

@djtimca djtimca released this 10 Mar 11:41
933fabf

Add Slovak language strings. Thanks to @milandzuris

Fix warning from 2025.1 related to config_entry

Choose a tag to compare

@djtimca djtimca released this 16 Jan 12:14

Stops setting config_entry explicitly per warning in 2025.1 which indicates that it will be deprecated as of 2025.12.

Add Radio Passes - Note Breaking Changes

Choose a tag to compare

@djtimca djtimca released this 14 Jan 14:42

This release will add sensors for both Visual/Visible passes and Radio passes for your Satellite integrations.

BREAKING CHANGE:

This update renames your visual passes sensors so you will need to update any dashboard elements or automations which reference these standard named sensors. For example: sensor.international_space_station_iss_pass_0 becomes sensor.international_space_station_iss_visual_pass_0

Change to async_forward_entry_setups re: 2024.7

Choose a tag to compare

@djtimca djtimca released this 06 Jul 21:58

Change platform setups from iterating through individual platforms to using the new async_forward_entry_setups with all platforms per warning in 2024.7

Update for 2024.7 for async_forward_entry_setup error

Choose a tag to compare

@djtimca djtimca released this 04 Jul 16:45

Change the way we call the async_forward_entry_setup to await to support the change in 2024.7.

Update constants for HA Updates in 2024

Choose a tag to compare

@djtimca djtimca released this 13 Jan 19:47

Update TIME_SECONDS and SOURCE_TYPE_GPS to the new constants standards in HA2024 releases.

Remove remaining device_state_attributes reference

Choose a tag to compare

@djtimca djtimca released this 18 Jan 21:34

Missed one... got it now.

Remove deprecated device_state_attributes

Choose a tag to compare

@djtimca djtimca released this 18 Jan 15:30

Replace/remove deprecated device_state_attributes