From 64e48816c7a4fa77f61d524a3f2cc531e72b9da0 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:55:06 +0200 Subject: [PATCH] Rename Xbox Live to Xbox Network in NextDNS (#154855) --- homeassistant/components/nextdns/strings.json | 2 +- tests/components/nextdns/snapshots/test_switch.ambr | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/nextdns/strings.json b/homeassistant/components/nextdns/strings.json index a9bf635673ae..2d12fb066d9a 100644 --- a/homeassistant/components/nextdns/strings.json +++ b/homeassistant/components/nextdns/strings.json @@ -320,7 +320,7 @@ "name": "Block WhatsApp" }, "block_xboxlive": { - "name": "Block Xbox Live" + "name": "Block Xbox Network" }, "block_youtube": { "name": "Block YouTube" diff --git a/tests/components/nextdns/snapshots/test_switch.ambr b/tests/components/nextdns/snapshots/test_switch.ambr index d2a78a61127e..74bf7e27b437 100644 --- a/tests/components/nextdns/snapshots/test_switch.ambr +++ b/tests/components/nextdns/snapshots/test_switch.ambr @@ -2735,7 +2735,7 @@ 'state': 'on', }) # --- -# name: test_switch[switch.fake_profile_block_xbox_live-entry] +# name: test_switch[switch.fake_profile_block_xbox_network-entry] EntityRegistryEntrySnapshot({ 'aliases': set({ }), @@ -2748,7 +2748,7 @@ 'disabled_by': None, 'domain': 'switch', 'entity_category': , - 'entity_id': 'switch.fake_profile_block_xbox_live', + 'entity_id': 'switch.fake_profile_block_xbox_network', 'has_entity_name': True, 'hidden_by': None, 'icon': None, @@ -2760,7 +2760,7 @@ }), 'original_device_class': None, 'original_icon': None, - 'original_name': 'Block Xbox Live', + 'original_name': 'Block Xbox Network', 'platform': 'nextdns', 'previous_unique_id': None, 'suggested_object_id': None, @@ -2770,13 +2770,13 @@ 'unit_of_measurement': None, }) # --- -# name: test_switch[switch.fake_profile_block_xbox_live-state] +# name: test_switch[switch.fake_profile_block_xbox_network-state] StateSnapshot({ 'attributes': ReadOnlyDict({ - 'friendly_name': 'Fake Profile Block Xbox Live', + 'friendly_name': 'Fake Profile Block Xbox Network', }), 'context': , - 'entity_id': 'switch.fake_profile_block_xbox_live', + 'entity_id': 'switch.fake_profile_block_xbox_network', 'last_changed': , 'last_reported': , 'last_updated': ,