Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/lg_thinq/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"no_battery_error": "Robot cleaner's battery is low",
"no_dust_bin_error": "Dust bin is not installed",
"no_filter_error": "[%key:component::lg_thinq::entity::event::error::state_attributes::event_type::state::filter_clogging_error%]",
"out_of_balance_error": "Out of balance load",
"out_of_balance_error": "Out-of-balance load",
"overfill_error": "Overfill error",
"part_malfunction_error": "AIE error",
"power_code_connection_error": "Power cord connection error",
Expand Down Expand Up @@ -220,7 +220,7 @@
"error_during_cleaning": "Cleaning stopped due to an error",
"error_during_washing": "An error has occurred in the washing machine",
"error_has_occurred": "An error has occurred",
"frozen_is_complete": "Ice plus is done",
"frozen_is_complete": "Ice Plus is done",
"homeguard_is_stopped": "Home Guard has stopped",
"lack_of_water": "There is no water in the water tank",
"motion_is_detected": "Photograph is sent as movement is detected during Home Guard",
Expand Down
1 change: 0 additions & 1 deletion homeassistant/components/upnp/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"step": {
"init": {
"data": {
"scan_interval": "Update interval (seconds, minimal 30)",
"force_poll": "Force polling of all data"
}
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/xiaomi_ble/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"lock_outside_the_door": "Lock outside the door",
"unlock_outside_the_door": "Unlock outside the door",
"lock_inside_the_door": "Lock inside the door",
"unlock_inside_the_door": "Unlock outside the door",
"unlock_inside_the_door": "Unlock inside the door",
"locked": "Locked",
"turn_on_antilock": "Turn on antilock",
"release_the_antilock": "Release antilock",
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

-c homeassistant/package_constraints.txt
-r requirements_test_pre_commit.txt
astroid==3.3.10
astroid==3.3.11
coverage==7.10.0
freezegun==1.5.2
go2rtc-client==0.2.1
Expand All @@ -16,7 +16,7 @@ mock-open==1.4.0
mypy-dev==1.18.0a4
pre-commit==4.2.0
pydantic==2.11.7
pylint==3.3.7
pylint==3.3.8
pylint-per-file-ignores==1.4.0
pipdeptree==2.26.1
pytest-asyncio==1.1.0
Expand Down
Loading