mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 18:15:04 -05:00
* Fix #7758 subscription expiration/removal Removes a subscription after receiving an HTTP 410 response when trying to send a new message. * Fix tests failing due to additional call * Fix code style * Lint