hass-core/tests/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
..
fixtures Support Fully Kiosk Browser device discovery via MQTT (#88109) 2023-02-15 11:11:04 +01:00
__init__.py
conftest.py
test_binary_sensor.py Move EntityCategory to homeassistant.const (#87792) 2023-02-09 20:15:37 +01:00
test_button.py
test_config_flow.py Remove incorrect constant usage in test (#91198) 2023-04-11 10:00:17 +02:00
test_diagnostics.py Adjust hass_client type hint in integration tests (#86954) 2023-02-02 16:29:57 -05:00
test_init.py Fix Fully Kiosk Browser merging entities when MAC empty (#87743) 2023-02-10 09:19:09 +01:00
test_media_player.py Add type hints to integration tests (part 7) (#87980) 2023-02-13 09:53:09 +01:00
test_number.py
test_sensor.py Fully Kiosk: Truncate long URLs (#92347) 2023-05-24 12:32:26 +02:00
test_services.py
test_switch.py