Skip to content

Releases: toringer/home-assistant-metnowcast

v2.3.6

Choose a tag to compare

@github-actions github-actions released this 18 Jul 08:17

Downloads for this release

Changes

  • Fix shared coordinator for all instances (fixes #43)
  • Share the stateless MetAPI for all instances
  • Use HASS shared aiohttp session

v2.3.5

Choose a tag to compare

@toringer toringer released this 16 Mar 10:45
bf43e6d

Downloads for this release

Changes

  • Fixes a issue where calling the service weather.get_forecasts would trigger the entity to refresh data and cause excessive traffic to the met.no API (#26)
  • Changed to CoordinatorEntity
  • API calls are now async using asyncio

Maintenance

v2.3.5-b3

v2.3.5-b3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Mar 17:10
bf43e6d

Downloads for this release

Changes

  • Fixes a issue where calling the service weather.get_forecasts would trigger the entity to refresh data and cause to high traffic to the met.no API (#26)
  • Changed to CoordinatorEntity
  • API calls are now async

Maintenance

v2.3.5-b2

v2.3.5-b2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Mar 16:04

Downloads for this release

Changes

  • Fixes a issue where calling the service weather.get_forecasts would trigger the entity to refresh data and cause to high traffic to the met.no API (#26)
  • Changed to CoordinatorEntity
  • API calls are now async

v2.3.5-b1

v2.3.5-b1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Mar 15:58

Downloads for this release

Changes

  • Changed to CoordinatorEntity
  • API calls are now async

v2.3.4

Choose a tag to compare

@toringer toringer released this 13 Mar 19:30

Downloads for this release

Caution

Met.no notified me today of massive spamming of their API form a few Home Assistant instances in Norway. The reason is currently unknown, either a coding error or misconfigured device. This version has implemented som changes to allow met.no to better handle the situation. The previous version of this component will stop work shortly.

Changes

  • Updated API endpoint URL (#26)
  • Do not fail adding entity on temporary unavailable (#23)
  • Reduce coordinates to 4 decimals for privacy
  • Display coordinates as attributes on the entity
  • Add version to user-agent header

Maintenance

v2.3.4-b1

v2.3.4-b1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Mar 17:30

Downloads for this release

Changes

Dependencies

Maintenance

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 15 Apr 19:22

Downloads for this release

Changes

  • Changed the datetime property from datetime to string

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:16

Downloads for this release

Changes

  • Fix deprecated constants

v2.3.1

Choose a tag to compare

@toringer toringer released this 26 Nov 18:45

Downloads for this release

Changes

  • Implement the new forecast types, fix #13