mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 08:07:27 +02:00
* Truncate long URLs URL's longer than 256 characters will result in a `homeassistant.exceptions.InvalidStateError`. This fixes that problem and adds 2 extra_state_attributes: `full_url`, and `truncated`. Fixes #89249 * Refactor to use function ref in entity description