mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 06:40:29 +01: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