@@ -488,14 +488,14 @@ def battery_icon(self) -> str:
488488 assert (
489489 "Detected that custom integration 'test' is setting the battery_icon which has been deprecated."
490490 " Integration test should implement a sensor instead with a correct device class and link it"
491- " to the same device. This will stop working in Home Assistant 2026.7 ,"
491+ " to the same device. This will stop working in Home Assistant 2026.8 ,"
492492 " please report it to the author of the 'test' custom integration"
493493 in caplog .text
494494 )
495495 assert (
496496 "Detected that custom integration 'test' is setting the battery_level which has been deprecated."
497497 " Integration test should implement a sensor instead with a correct device class and link it"
498- " to the same device. This will stop working in Home Assistant 2026.7 ,"
498+ " to the same device. This will stop working in Home Assistant 2026.8 ,"
499499 " please report it to the author of the 'test' custom integration"
500500 in caplog .text
501501 )
@@ -543,14 +543,14 @@ def start(self) -> None:
543543 assert (
544544 "Detected that custom integration 'test' is setting the battery_level which has been deprecated."
545545 " Integration test should implement a sensor instead with a correct device class and link it to"
546- " the same device. This will stop working in Home Assistant 2026.7 ,"
546+ " the same device. This will stop working in Home Assistant 2026.8 ,"
547547 " please report it to the author of the 'test' custom integration"
548548 in caplog .text
549549 )
550550 assert (
551551 "Detected that custom integration 'test' is setting the battery_icon which has been deprecated."
552552 " Integration test should implement a sensor instead with a correct device class and link it to"
553- " the same device. This will stop working in Home Assistant 2026.7 ,"
553+ " the same device. This will stop working in Home Assistant 2026.8 ,"
554554 " please report it to the author of the 'test' custom integration"
555555 in caplog .text
556556 )
@@ -563,14 +563,14 @@ def start(self) -> None:
563563 assert (
564564 "Detected that custom integration 'test' is setting the battery_level which has been deprecated."
565565 " Integration test should implement a sensor instead with a correct device class and link it to"
566- " the same device. This will stop working in Home Assistant 2026.7 ,"
566+ " the same device. This will stop working in Home Assistant 2026.8 ,"
567567 " please report it to the author of the 'test' custom integration"
568568 not in caplog .text
569569 )
570570 assert (
571571 "Detected that custom integration 'test' is setting the battery_icon which has been deprecated."
572572 " Integration test should implement a sensor instead with a correct device class and link it to"
573- " the same device. This will stop working in Home Assistant 2026.7 ,"
573+ " the same device. This will stop working in Home Assistant 2026.8 ,"
574574 " please report it to the author of the 'test' custom integration"
575575 not in caplog .text
576576 )
@@ -609,7 +609,7 @@ async def test_vacuum_log_deprecated_battery_supported_feature(
609609 assert (
610610 "Detected that custom integration 'test' is setting the battery supported feature"
611611 " which has been deprecated. Integration test should remove this as part of migrating"
612- " the battery level and icon to a sensor. This will stop working in Home Assistant 2026.7 "
612+ " the battery level and icon to a sensor. This will stop working in Home Assistant 2026.8 "
613613 ", please report it to the author of the 'test' custom integration"
614614 in caplog .text
615615 )
0 commit comments