From 3e2ebb8ebb1b9414f6adf76b507506117bac434b Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:38:00 +0100 Subject: [PATCH 1/2] Fix entity description in Mastodon (#161068) --- homeassistant/components/mastodon/icons.json | 2 +- .../components/mastodon/strings.json | 2 +- .../snapshots/test_binary_sensor.ambr | 72 +++++++++---------- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/homeassistant/components/mastodon/icons.json b/homeassistant/components/mastodon/icons.json index 50bfcb1040d892..2ea8b34788f323 100644 --- a/homeassistant/components/mastodon/icons.json +++ b/homeassistant/components/mastodon/icons.json @@ -4,7 +4,7 @@ "bot": { "default": "mdi:robot" }, "discoverable": { "default": "mdi:magnify-scan" }, "indexable": { "default": "mdi:search-web" }, - "limited": { "default": "mdi:volume-mute" }, + "limited": { "default": "mdi:account-cancel" }, "locked": { "default": "mdi:account-lock", "state": { "off": "mdi:account-lock-open" } diff --git a/homeassistant/components/mastodon/strings.json b/homeassistant/components/mastodon/strings.json index acd1c93eb28f9e..5c42cdefcf3ccd 100644 --- a/homeassistant/components/mastodon/strings.json +++ b/homeassistant/components/mastodon/strings.json @@ -30,7 +30,7 @@ "bot": { "name": "Bot" }, "discoverable": { "name": "Discoverable" }, "indexable": { "name": "Indexable" }, - "limited": { "name": "Muted" }, + "limited": { "name": "Limited" }, "locked": { "name": "Locked" }, "memorial": { "name": "Memorial" }, "moved": { "name": "Moved" }, diff --git a/tests/components/mastodon/snapshots/test_binary_sensor.ambr b/tests/components/mastodon/snapshots/test_binary_sensor.ambr index c4176e92a543a9..edd43bfc8fdca5 100644 --- a/tests/components/mastodon/snapshots/test_binary_sensor.ambr +++ b/tests/components/mastodon/snapshots/test_binary_sensor.ambr @@ -146,7 +146,7 @@ 'state': 'off', }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_locked-entry] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_limited-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), @@ -159,7 +159,7 @@ 'disabled_by': None, 'domain': 'binary_sensor', 'entity_category': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_locked', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_limited', 'has_entity_name': True, 'hidden_by': None, 'icon': None, @@ -167,35 +167,35 @@ 'labels': set({ }), 'name': None, - 'object_id_base': 'Locked', + 'object_id_base': 'Limited', 'options': dict({ }), 'original_device_class': None, 'original_icon': None, - 'original_name': 'Locked', + 'original_name': 'Limited', 'platform': 'mastodon', 'previous_unique_id': None, 'suggested_object_id': None, 'supported_features': 0, - 'translation_key': , - 'unique_id': 'trwnh_mastodon_social_locked', + 'translation_key': , + 'unique_id': 'trwnh_mastodon_social_limited', 'unit_of_measurement': None, }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_locked-state] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_limited-state] StateSnapshot({ 'attributes': ReadOnlyDict({ - 'friendly_name': 'Mastodon @trwnh@mastodon.social Locked', + 'friendly_name': 'Mastodon @trwnh@mastodon.social Limited', }), 'context': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_locked', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_limited', 'last_changed': , 'last_reported': , 'last_updated': , 'state': 'off', }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_memorial-entry] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_locked-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), @@ -208,7 +208,7 @@ 'disabled_by': None, 'domain': 'binary_sensor', 'entity_category': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_memorial', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_locked', 'has_entity_name': True, 'hidden_by': None, 'icon': None, @@ -216,35 +216,35 @@ 'labels': set({ }), 'name': None, - 'object_id_base': 'Memorial', + 'object_id_base': 'Locked', 'options': dict({ }), 'original_device_class': None, 'original_icon': None, - 'original_name': 'Memorial', + 'original_name': 'Locked', 'platform': 'mastodon', 'previous_unique_id': None, 'suggested_object_id': None, 'supported_features': 0, - 'translation_key': , - 'unique_id': 'trwnh_mastodon_social_memorial', + 'translation_key': , + 'unique_id': 'trwnh_mastodon_social_locked', 'unit_of_measurement': None, }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_memorial-state] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_locked-state] StateSnapshot({ 'attributes': ReadOnlyDict({ - 'friendly_name': 'Mastodon @trwnh@mastodon.social Memorial', + 'friendly_name': 'Mastodon @trwnh@mastodon.social Locked', }), 'context': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_memorial', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_locked', 'last_changed': , 'last_reported': , 'last_updated': , 'state': 'off', }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_moved-entry] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_memorial-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), @@ -257,7 +257,7 @@ 'disabled_by': None, 'domain': 'binary_sensor', 'entity_category': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_moved', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_memorial', 'has_entity_name': True, 'hidden_by': None, 'icon': None, @@ -265,35 +265,35 @@ 'labels': set({ }), 'name': None, - 'object_id_base': 'Moved', + 'object_id_base': 'Memorial', 'options': dict({ }), 'original_device_class': None, 'original_icon': None, - 'original_name': 'Moved', + 'original_name': 'Memorial', 'platform': 'mastodon', 'previous_unique_id': None, 'suggested_object_id': None, 'supported_features': 0, - 'translation_key': , - 'unique_id': 'trwnh_mastodon_social_moved', + 'translation_key': , + 'unique_id': 'trwnh_mastodon_social_memorial', 'unit_of_measurement': None, }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_moved-state] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_memorial-state] StateSnapshot({ 'attributes': ReadOnlyDict({ - 'friendly_name': 'Mastodon @trwnh@mastodon.social Moved', + 'friendly_name': 'Mastodon @trwnh@mastodon.social Memorial', }), 'context': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_moved', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_memorial', 'last_changed': , 'last_reported': , 'last_updated': , 'state': 'off', }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_muted-entry] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_moved-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), @@ -306,7 +306,7 @@ 'disabled_by': None, 'domain': 'binary_sensor', 'entity_category': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_muted', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_moved', 'has_entity_name': True, 'hidden_by': None, 'icon': None, @@ -314,28 +314,28 @@ 'labels': set({ }), 'name': None, - 'object_id_base': 'Muted', + 'object_id_base': 'Moved', 'options': dict({ }), 'original_device_class': None, 'original_icon': None, - 'original_name': 'Muted', + 'original_name': 'Moved', 'platform': 'mastodon', 'previous_unique_id': None, 'suggested_object_id': None, 'supported_features': 0, - 'translation_key': , - 'unique_id': 'trwnh_mastodon_social_limited', + 'translation_key': , + 'unique_id': 'trwnh_mastodon_social_moved', 'unit_of_measurement': None, }) # --- -# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_muted-state] +# name: test_binary_sensors[binary_sensor.mastodon_trwnh_mastodon_social_moved-state] StateSnapshot({ 'attributes': ReadOnlyDict({ - 'friendly_name': 'Mastodon @trwnh@mastodon.social Muted', + 'friendly_name': 'Mastodon @trwnh@mastodon.social Moved', }), 'context': , - 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_muted', + 'entity_id': 'binary_sensor.mastodon_trwnh_mastodon_social_moved', 'last_changed': , 'last_reported': , 'last_updated': , From f86db56d48759ca3e384e7581646f78f0e57b6e6 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Fri, 16 Jan 2026 16:44:08 +0100 Subject: [PATCH 2/2] Update frontend to 20260107.2 (#161061) --- homeassistant/components/frontend/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index ea7eb1c95f52d2..cbbf414fbb3955 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -23,5 +23,5 @@ "winter_mode": {} }, "quality_scale": "internal", - "requirements": ["home-assistant-frontend==20260107.1"] + "requirements": ["home-assistant-frontend==20260107.2"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c177ff6647f889..01f1cdf3e92596 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -39,7 +39,7 @@ habluetooth==5.8.0 hass-nabucasa==1.9.0 hassil==3.5.0 home-assistant-bluetooth==1.13.1 -home-assistant-frontend==20260107.1 +home-assistant-frontend==20260107.2 home-assistant-intents==2026.1.6 httpx==0.28.1 ifaddr==0.2.0 diff --git a/requirements_all.txt b/requirements_all.txt index 2b99ebe2399930..e5e3bbacbbb118 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1215,7 +1215,7 @@ hole==0.9.0 holidays==0.84 # homeassistant.components.frontend -home-assistant-frontend==20260107.1 +home-assistant-frontend==20260107.2 # homeassistant.components.conversation home-assistant-intents==2026.1.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 25b94eb7f0059d..e6db50960119e1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1073,7 +1073,7 @@ hole==0.9.0 holidays==0.84 # homeassistant.components.frontend -home-assistant-frontend==20260107.1 +home-assistant-frontend==20260107.2 # homeassistant.components.conversation home-assistant-intents==2026.1.6