Add loader.async_suggest_report_issue and loader.async_get_issue_tracker (#101336)

* Add loader.async_suggest_report_issue and loader.async_get_issue_tracker

* Update tests

* Add tests

* Address review comments

* Address review comments
This commit is contained in:
Erik Montnemery 2023-10-04 13:40:33 +02:00 committed by GitHub
parent 3aa6771835
commit 17779c5f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 191 additions and 37 deletions

View file

@ -166,7 +166,7 @@ async def test_deprecated_last_reset(
f"with state_class {state_class} has set last_reset. Setting last_reset for "
"entities with state_class other than 'total' is not supported. Please update "
"your configuration if state_class is manually configured, otherwise report it "
"to the custom integration author"
"to the author of the 'test' custom integration"
) in caplog.text
state = hass.states.get("sensor.test")