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:
parent
3aa6771835
commit
17779c5f0c
5 changed files with 191 additions and 37 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue