Skip to content

Commit

Permalink
Bump breaking version for YAML features ADR-0021 (#95525)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 29, 2023
1 parent 2205f62 commit ed16fff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/command_line/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml_binary_sensor",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_platform_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/command_line/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml_cover",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_platform_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/command_line/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_service(
hass,
DOMAIN,
"deprecated_yaml_notify",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_platform_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/command_line/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml_sensor",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_platform_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/command_line/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml_switch",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_platform_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/counter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def async_configure(self, **kwargs) -> None:
self.hass,
DOMAIN,
"deprecated_configure_service",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=True,
is_persistent=True,
severity=IssueSeverity.WARNING,
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/dwd_weather_warnings/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ezviz/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def perform_set_alarm_detection_sensibility(
self.hass,
DOMAIN,
"service_depreciation_detection_sensibility",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=ir.IssueSeverity.WARNING,
translation_key="service_depreciation_detection_sensibility",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/geo_json_events/geo_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_yaml",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/lastfm/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def async_setup_platform(
hass,
DOMAIN,
"deprecated_yaml",
breaks_in_ha_version="2023.8.0",
breaks_in_ha_version="2023.12.0",
is_fixable=False,
severity=IssueSeverity.WARNING,
translation_key="deprecated_yaml",
Expand Down

0 comments on commit ed16fff

Please sign in to comment.