Releases: djtimca/hasatellitetracker
Update Default Polling to 60 Seconds
Add Config for Minimum Elevation
Add configuration to the config flow for minimum elevation. Thanks @Cryolitia
Add Slovak Language
Add Slovak language strings. Thanks to @milandzuris
Fix warning from 2025.1 related to config_entry
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
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
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
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
Update TIME_SECONDS and SOURCE_TYPE_GPS to the new constants standards in HA2024 releases.
Remove remaining device_state_attributes reference
Missed one... got it now.
Remove deprecated device_state_attributes
Replace/remove deprecated device_state_attributes