Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 1.88 KB

Home-Assistant Integration for Remote Two Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changes in the next release


v0.6.1 - 2024-01-04

Fixed

  • Reconnection logic regression introduced in v0.6.0

v0.6.0 - 2024-01-03

Fixed

  • Reconnect to HA server after driver reconfiguration (#36).
  • Improved reconnection logic to prevent multiple connections.

Changed

  • Use Ping-Pong API messages as defined in the HA WebSocket API by default instead of WebSocket ping frames.

v0.5.1 - 2023-12-17

Fixed

  • Allow unlimited reconnection (#35).

v0.5.0 - 2023-11-15

Added

  • Map scenes to push buttons (#29).

Changed

v0.4.0 - 2023-09-13

Added

  • Allow to use HA Scripts as Button Entity.

v0.3.0 - 2023-07-17

Added

  • option to use zeroconf library for mDNS advertisement instead of mdns-sd
  • new media player features:
    • Add support for input source and sound mode selection.
    • Propagate entity states standby and buffering.

v0.2.1 - 2023-05-25

Fixed

  • mdns-sd workaround for mDNS query flooding

v0.2.0 - 2023-03-28

Added

  • mDNS announcement and get_driver_metadata message implementation.
  • driver setup flow with main & advanced configuration settings.
  • initial TLS WebSocket client and server support.