core/homeassistant/components/fully_kiosk
Mike Heath 2a7ba60574
Fully Kiosk: Truncate long URLs (#92347)
* 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
2023-05-24 12:32:26 +02:00
..
__init__.py
binary_sensor.py
button.py
config_flow.py
const.py
coordinator.py
diagnostics.py
entity.py
manifest.json
media_player.py
number.py
sensor.py
services.py
services.yaml
strings.json
switch.py