homeassistant 2025.11.0__py3-none-any.whl → 2025.11.0b5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. homeassistant/components/frontend/manifest.json +1 -1
  2. homeassistant/components/homeassistant_connect_zbt2/config_flow.py +0 -17
  3. homeassistant/components/homeassistant_connect_zbt2/const.py +0 -58
  4. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +0 -5
  5. homeassistant/components/http/__init__.py +2 -13
  6. homeassistant/components/http/strings.json +0 -4
  7. homeassistant/components/http/translations/de.json +0 -4
  8. homeassistant/components/http/translations/en-GB.json +0 -4
  9. homeassistant/components/http/translations/en.json +0 -4
  10. homeassistant/components/http/translations/es.json +0 -4
  11. homeassistant/components/http/translations/et.json +0 -4
  12. homeassistant/components/http/translations/lt.json +0 -4
  13. homeassistant/components/http/translations/sk.json +0 -4
  14. homeassistant/components/http/translations/zh-Hant.json +0 -4
  15. homeassistant/components/input_boolean/translations/cs.json +2 -2
  16. homeassistant/components/plugwise/translations/en-GB.json +0 -3
  17. homeassistant/components/plugwise/translations/es.json +0 -3
  18. homeassistant/components/plugwise/translations/et.json +0 -3
  19. homeassistant/components/plugwise/translations/lt.json +0 -3
  20. homeassistant/components/plugwise/translations/zh-Hant.json +0 -3
  21. homeassistant/components/{sunricher_dali → sunricher_dali_center}/__init__.py +2 -2
  22. homeassistant/components/{sunricher_dali → sunricher_dali_center}/config_flow.py +2 -2
  23. homeassistant/components/sunricher_dali_center/const.py +5 -0
  24. homeassistant/components/{sunricher_dali → sunricher_dali_center}/light.py +2 -2
  25. homeassistant/components/{sunricher_dali → sunricher_dali_center}/manifest.json +3 -3
  26. homeassistant/components/{sunricher_dali → sunricher_dali_center}/strings.json +6 -4
  27. homeassistant/components/sunricher_dali_center/translations/bg.json +19 -0
  28. homeassistant/components/sunricher_dali_center/translations/cs.json +29 -0
  29. homeassistant/components/{sunricher_dali → sunricher_dali_center}/translations/de.json +7 -5
  30. homeassistant/components/sunricher_dali_center/translations/el.json +11 -0
  31. homeassistant/components/{sunricher_dali → sunricher_dali_center}/translations/en-GB.json +6 -4
  32. homeassistant/components/{sunricher_dali → sunricher_dali_center}/translations/en.json +6 -4
  33. homeassistant/components/{sunricher_dali → sunricher_dali_center}/translations/es.json +6 -4
  34. homeassistant/components/sunricher_dali_center/translations/et.json +29 -0
  35. homeassistant/components/sunricher_dali_center/translations/ga.json +29 -0
  36. homeassistant/components/sunricher_dali_center/translations/he.json +11 -0
  37. homeassistant/components/sunricher_dali_center/translations/it.json +11 -0
  38. homeassistant/components/sunricher_dali_center/translations/lt.json +29 -0
  39. homeassistant/components/sunricher_dali_center/translations/nl.json +11 -0
  40. homeassistant/components/sunricher_dali_center/translations/pt.json +29 -0
  41. homeassistant/components/sunricher_dali_center/translations/sk.json +29 -0
  42. homeassistant/components/sunricher_dali_center/translations/sr-Latn.json +11 -0
  43. homeassistant/components/sunricher_dali_center/translations/zh-Hans.json +29 -0
  44. homeassistant/components/sunricher_dali_center/translations/zh-Hant.json +29 -0
  45. homeassistant/components/{sunricher_dali → sunricher_dali_center}/types.py +2 -2
  46. homeassistant/components/switch_as_x/translations/cs.json +1 -1
  47. homeassistant/components/vesync/translations/en-GB.json +0 -11
  48. homeassistant/components/zha/config_flow.py +2 -7
  49. homeassistant/components/zha/radio_manager.py +2 -3
  50. homeassistant/components/zha/translations/bg.json +0 -21
  51. homeassistant/components/zha/translations/en-GB.json +0 -71
  52. homeassistant/components/zha/translations/es.json +0 -39
  53. homeassistant/components/zha/translations/et.json +0 -39
  54. homeassistant/components/zha/translations/lt.json +0 -71
  55. homeassistant/components/zha/translations/zh-Hant.json +0 -39
  56. homeassistant/const.py +1 -1
  57. homeassistant/generated/config_flows.py +1 -1
  58. homeassistant/generated/integrations.json +2 -2
  59. homeassistant/package_constraints.txt +1 -1
  60. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/METADATA +1 -1
  61. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/RECORD +67 -53
  62. homeassistant/components/sunricher_dali/const.py +0 -5
  63. /homeassistant/components/{sunricher_dali → sunricher_dali_center}/quality_scale.yaml +0 -0
  64. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/WHEEL +0 -0
  65. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/entry_points.txt +0 -0
  66. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/licenses/LICENSE.md +0 -0
  67. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  68. {homeassistant-2025.11.0.dist-info → homeassistant-2025.11.0b5.dist-info}/top_level.txt +0 -0
@@ -20,5 +20,5 @@
20
20
  "documentation": "https://www.home-assistant.io/integrations/frontend",
21
21
  "integration_type": "system",
22
22
  "quality_scale": "internal",
23
- "requirements": ["home-assistant-frontend==20251105.0"]
23
+ "requirements": ["home-assistant-frontend==20251104.0"]
24
24
  }
@@ -39,8 +39,6 @@ from .const import (
39
39
  NABU_CASA_FIRMWARE_RELEASES_URL,
40
40
  PID,
41
41
  PRODUCT,
42
- RADIO_TX_POWER_DBM_BY_COUNTRY,
43
- RADIO_TX_POWER_DBM_DEFAULT,
44
42
  SERIAL_NUMBER,
45
43
  VID,
46
44
  )
@@ -105,21 +103,6 @@ class ZBT2FirmwareMixin(ConfigEntryBaseFlow, FirmwareInstallFlowProtocol):
105
103
  next_step_id="finish_thread_installation",
106
104
  )
107
105
 
108
- def _extra_zha_hardware_options(self) -> dict[str, Any]:
109
- """Return extra ZHA hardware options."""
110
- country = self.hass.config.country
111
-
112
- if country is None:
113
- tx_power = RADIO_TX_POWER_DBM_DEFAULT
114
- else:
115
- tx_power = RADIO_TX_POWER_DBM_BY_COUNTRY.get(
116
- country, RADIO_TX_POWER_DBM_DEFAULT
117
- )
118
-
119
- return {
120
- "tx_power": tx_power,
121
- }
122
-
123
106
 
124
107
  class HomeAssistantConnectZBT2ConfigFlow(
125
108
  ZBT2FirmwareMixin,
@@ -1,7 +1,5 @@
1
1
  """Constants for the Home Assistant Connect ZBT-2 integration."""
2
2
 
3
- from homeassistant.generated.countries import COUNTRIES
4
-
5
3
  DOMAIN = "homeassistant_connect_zbt2"
6
4
 
7
5
  NABU_CASA_FIRMWARE_RELEASES_URL = (
@@ -19,59 +17,3 @@ VID = "vid"
19
17
  DEVICE = "device"
20
18
 
21
19
  HARDWARE_NAME = "Home Assistant Connect ZBT-2"
22
-
23
- RADIO_TX_POWER_DBM_DEFAULT = 8
24
- RADIO_TX_POWER_DBM_BY_COUNTRY = {
25
- # EU Member States
26
- "AT": 10,
27
- "BE": 10,
28
- "BG": 10,
29
- "HR": 10,
30
- "CY": 10,
31
- "CZ": 10,
32
- "DK": 10,
33
- "EE": 10,
34
- "FI": 10,
35
- "FR": 10,
36
- "DE": 10,
37
- "GR": 10,
38
- "HU": 10,
39
- "IE": 10,
40
- "IT": 10,
41
- "LV": 10,
42
- "LT": 10,
43
- "LU": 10,
44
- "MT": 10,
45
- "NL": 10,
46
- "PL": 10,
47
- "PT": 10,
48
- "RO": 10,
49
- "SK": 10,
50
- "SI": 10,
51
- "ES": 10,
52
- "SE": 10,
53
- # EEA Members
54
- "IS": 10,
55
- "LI": 10,
56
- "NO": 10,
57
- # Standards harmonized with RED or ETSI
58
- "CH": 10,
59
- "GB": 10,
60
- "TR": 10,
61
- "AL": 10,
62
- "BA": 10,
63
- "GE": 10,
64
- "MD": 10,
65
- "ME": 10,
66
- "MK": 10,
67
- "RS": 10,
68
- "UA": 10,
69
- # Other CEPT nations
70
- "AD": 10,
71
- "AZ": 10,
72
- "MC": 10,
73
- "SM": 10,
74
- "VA": 10,
75
- }
76
-
77
- assert set(RADIO_TX_POWER_DBM_BY_COUNTRY) <= COUNTRIES
@@ -456,10 +456,6 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
456
456
  # This step is necessary to prevent `user_input` from being passed through
457
457
  return await self.async_step_continue_zigbee()
458
458
 
459
- def _extra_zha_hardware_options(self) -> dict[str, Any]:
460
- """Return extra ZHA hardware options."""
461
- return {}
462
-
463
459
  async def async_step_continue_zigbee(
464
460
  self, user_input: dict[str, Any] | None = None
465
461
  ) -> ConfigFlowResult:
@@ -482,7 +478,6 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
482
478
  },
483
479
  "radio_type": "ezsp",
484
480
  "flow_strategy": self._zigbee_flow_strategy,
485
- **self._extra_zha_hardware_options(),
486
481
  },
487
482
  )
488
483
  return self._continue_zha_flow(result)
@@ -38,7 +38,6 @@ from homeassistant.const import (
38
38
  from homeassistant.core import Event, HomeAssistant, callback
39
39
  from homeassistant.exceptions import HomeAssistantError
40
40
  from homeassistant.helpers import config_validation as cv, issue_registry as ir, storage
41
- from homeassistant.helpers.hassio import is_hassio
42
41
  from homeassistant.helpers.http import (
43
42
  KEY_ALLOW_CONFIGURED_CORS,
44
43
  KEY_AUTHENTICATED, # noqa: F401
@@ -110,7 +109,7 @@ HTTP_SCHEMA: Final = vol.All(
110
109
  cv.deprecated(CONF_BASE_URL),
111
110
  vol.Schema(
112
111
  {
113
- vol.Optional(CONF_SERVER_HOST): vol.All(
112
+ vol.Optional(CONF_SERVER_HOST, default=_DEFAULT_BIND): vol.All(
114
113
  cv.ensure_list, vol.Length(min=1), [cv.string]
115
114
  ),
116
115
  vol.Optional(CONF_SERVER_PORT, default=SERVER_PORT): cv.port,
@@ -208,17 +207,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
208
207
  if conf is None:
209
208
  conf = cast(ConfData, HTTP_SCHEMA({}))
210
209
 
211
- if CONF_SERVER_HOST in conf and is_hassio(hass):
212
- ir.async_create_issue(
213
- hass,
214
- DOMAIN,
215
- "server_host_may_break_hassio",
216
- is_fixable=False,
217
- severity=ir.IssueSeverity.ERROR,
218
- translation_key="server_host_may_break_hassio",
219
- )
220
-
221
- server_host = conf.get(CONF_SERVER_HOST, _DEFAULT_BIND)
210
+ server_host = conf[CONF_SERVER_HOST]
222
211
  server_port = conf[CONF_SERVER_PORT]
223
212
  ssl_certificate = conf.get(CONF_SSL_CERTIFICATE)
224
213
  ssl_peer_certificate = conf.get(CONF_SSL_PEER_CERTIFICATE)
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "The `server_host` configuration option in the HTTP integration is prone to break the communication between Home Assistant Core and Supervisor, and will be removed in a future release.\n\nIf you are using this option to bind Home Assistant to specific network interfaces, please remove it from your configuration. Home Assistant will automatically bind to all available interfaces by default.\n\nIf you have specific networking requirements, consider using firewall rules or other network configuration to control access to Home Assistant.",
5
- "title": "The `server_host` HTTP configuration may break Home Assistant Core - Supervisor communication"
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant detected that SSL has been set up on your instance, however, no custom external internet URL has been set.\n\nThis may result in unexpected behavior. Text-to-speech may fail, and integrations may not be able to connect back to your instance correctly.\n\nTo address this issue, go to Settings > System > Network; under the \"Home Assistant URL\" section, configure your new \"Internet\" and \"Local network\" addresses that match your new SSL configuration.",
9
5
  "title": "SSL is configured without an external URL or internal URL"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "Die Konfigurationsoption `server_host` in der HTTP-Integration kann die Kommunikation zwischen Home Assistant Core und Supervisor st\u00f6ren und wird in einer zuk\u00fcnftigen Version entfernt.\n\nWenn du diese Option verwendest, um Home Assistant an bestimmte Netzwerkschnittstellen zu binden, entferne sie bitte aus deiner Konfiguration. Home Assistant bindet sich standardm\u00e4\u00dfig automatisch an alle verf\u00fcgbaren Schnittstellen.\n\nWenn du spezielle Netzwerkanforderungen hast, solltest du Firewall-Regeln oder eine andere Netzwerkkonfiguration verwenden, um den Zugriff auf Home Assistant zu steuern.",
5
- "title": "Die HTTP-Konfiguration `server_host` kann die Kommunikation zwischen Home Assistant Core und Supervisor unterbrechen"
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant hat festgestellt, dass SSL auf deiner Instanz eingerichtet, aber keine benutzerdefinierte externe Internet-URL festgelegt wurde.\n\nDies kann zu unerwartetem Verhalten f\u00fchren. Text-zu-Sprache schl\u00e4gt m\u00f6glicherweise fehl und Integrationen k\u00f6nnen sich m\u00f6glicherweise nicht korrekt mit deiner Instanz verbinden.\n\nUm dieses Problem zu beheben, gehe zu Einstellungen > System > Netzwerk; konfiguriere unter dem Abschnitt \u201eHome Assistant URL\u201c deine neuen \u201eInternet\u201c- und \u201eLokales Netzwerk\u201c-Adressen, die zu deiner neuen SSL-Konfiguration passen.",
9
5
  "title": "SSL ist ohne externe oder interne URL konfiguriert"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "The `server_host` configuration option in the HTTP integration is prone to break the communication between Home Assistant Core and Supervisor, and will be removed in a future release.\n\nIf you are using this option to bind Home Assistant to specific network interfaces, please remove it from your configuration. Home Assistant will automatically bind to all available interfaces by default.\n\nIf you have specific networking requirements, consider using firewall rules or other network configuration to control access to Home Assistant.",
5
- "title": "The `server_host` HTTP configuration may break Home Assistant Core - Supervisor communication"
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant detected that SSL has been set up on your instance, however, no custom external internet URL has been set.\n\nThis may result in unexpected behaviour. Text-to-speech may fail, and integrations may not be able to connect back to your instance correctly.\n\nTo address this issue, go to Settings > System > Network; under the \"Home Assistant URL\" section, configure your new \"Internet\" and \"Local network\" addresses that match your new SSL configuration.",
9
5
  "title": "SSL is configured without an external URL or internal URL"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "The `server_host` configuration option in the HTTP integration is prone to break the communication between Home Assistant Core and Supervisor, and will be removed in a future release.\n\nIf you are using this option to bind Home Assistant to specific network interfaces, please remove it from your configuration. Home Assistant will automatically bind to all available interfaces by default.\n\nIf you have specific networking requirements, consider using firewall rules or other network configuration to control access to Home Assistant.",
5
- "title": "The `server_host` HTTP configuration may break Home Assistant Core - Supervisor communication"
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant detected that SSL has been set up on your instance, however, no custom external internet URL has been set.\n\nThis may result in unexpected behavior. Text-to-speech may fail, and integrations may not be able to connect back to your instance correctly.\n\nTo address this issue, go to Settings > System > Network; under the \"Home Assistant URL\" section, configure your new \"Internet\" and \"Local network\" addresses that match your new SSL configuration.",
9
5
  "title": "SSL is configured without an external URL or internal URL"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "La opci\u00f3n de configuraci\u00f3n `server_host` en la integraci\u00f3n HTTP suele interrumpir la comunicaci\u00f3n entre Home Assistant Core y Supervisor, y se eliminar\u00e1 en una versi\u00f3n futura.\n\nSi utilizas esta opci\u00f3n para vincular Home Assistant a interfaces de red espec\u00edficas, por favor, elim\u00ednala de tu configuraci\u00f3n. Home Assistant se vincular\u00e1 autom\u00e1ticamente a todas las interfaces disponibles de forma predeterminada.\n\nSi tienes requisitos de red espec\u00edficos, considera utilizar reglas de firewall u otra configuraci\u00f3n de red para controlar el acceso a Home Assistant.",
5
- "title": "La configuraci\u00f3n HTTP de `server_host` puede interrumpir la comunicaci\u00f3n entre Home Assistant Core y el Supervisor."
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant detect\u00f3 que se ha configurado SSL en tu instancia, sin embargo, no se ha establecido ninguna URL de Internet externa personalizada.\n\nEsto puede generar un comportamiento inesperado. La conversi\u00f3n de texto a voz puede fallar y puede que las integraciones no puedan volver a conectar a tu instancia correctamente.\n\nPara solucionar este problema, ve a Configuraci\u00f3n > Sistema > Red; en la secci\u00f3n \"URL de Home Assistant\", configura las nuevas direcciones de \"Internet\" y \"Red local\" que coincidan con tu nueva configuraci\u00f3n de SSL.",
9
5
  "title": "SSL est\u00e1 configurado sin una URL externa o interna"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "HTTP-integratsiooni konfiguratsioonivalik `server_host` v\u00f5ib katkestada suhtluse Home Assistant Core'i ja Supervisori vahel ning see eemaldatakse tulevases versioonis. Kui kasutad seda valikut Home Assistant'i sidumiseks konkreetsete v\u00f5rguliidestega, eemalda see oma konfiguratsioonist. Vaikimisi seob Home Assistant automaatselt k\u00f5ik olemasolevad liidesed. Kui Sul on spetsiifilised v\u00f5rgun\u00f5uded, kaalu tulem\u00fc\u00fcrireeglite v\u00f5i muude v\u00f5rgukonfiguratsioonide kasutamist, et kontrollida juurdep\u00e4\u00e4su Home Assistantile.",
5
- "title": "HTTP-konfiguratsioon `server_host` v\u00f5ib Home Assistant Core'i ja superviisori vahelise suhtluse katki teha."
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant tuvastas, et on seadistatud SSL kuid kohandatud v\u00e4list Interneti-URL-i pole m\u00e4\u00e4ratud. See v\u00f5ib p\u00f5hjustada ootamatu k\u00e4itumise. Tekst k\u00f5neks v\u00f5ib eba\u00f5nnestuda ja sidumised ei pruugi \u00f5igesti \u00fchendust luua. Selle probleemi lahendamiseks ava Seaded > S\u00fcsteem > V\u00f5rk; konfigureeri jaotises \u201eKoduabilise URL\u201d oma uued Interneti- ja Kohaliku v\u00f5rgu aadressid, mis vastavad uuele SSL-i konfiguratsioonile.",
9
5
  "title": "SSL on seadistatud ilma v\u00e4lise v\u00f5i sisemise URL-ita"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "HTTP integracijos konfig\u016bracijos parinktis 'server_host' gali nutraukti ry\u0161\u012f tarp Home Assistant Core ir Supervisor ir bus pa\u0161alinta b\u016bsimoje versijoje. \n \n Jei naudojate \u0161i\u0105 parinkt\u012f, kad susietum\u0117te Home Assistant su konkre\u010diomis tinklo s\u0105sajomis, pa\u0161alinkite j\u0105 i\u0161 savo konfig\u016bracijos. Pagal numatytuosius nustatymus Home Assistant automati\u0161kai susies visas galimas s\u0105sajas. \n \n Jei turite konkre\u010di\u0173 tinklo reikalavim\u0173, apsvarstykite galimyb\u0119 naudoti u\u017ekardos taisykles arba kit\u0105 tinklo konfig\u016bracij\u0105, kad valdytum\u0117te prieig\u0105 prie Home Assistant.",
5
- "title": "HTTP konfig\u016bracija 'server_host' gali sutrikdyti Home Assistant Core ir Supervisor ry\u0161\u012f."
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "\u201eHome Assistant\u201c aptiko, kad j\u016bs\u0173 egzemplioriuje nustatytas SSL, ta\u010diau nenustatytas joks tinkintas i\u0161orinis interneto URL. Tai gali sukelti netik\u0117t\u0105 elges\u012f. Tekstas \u012f kalb\u0105 gali nepavykti, o integracijos gali nepavykti tinkamai prisijungti prie j\u016bs\u0173 egzemplioriaus. Nor\u0117dami i\u0161spr\u0119sti \u0161i\u0105 problem\u0105, eikite \u012f Nustatymai > Sistema > Tinklas; skiltyje \u201eHome Assistant URL\u201c sukonfig\u016bruokite naujus \u201eInterneto\u201c ir \u201eVietinio tinklo\u201c adresus, atitinkan\u010dius nauj\u0105 SSL konfig\u016bracij\u0105.",
9
5
  "title": "SSL sukonfig\u016bruotas be i\u0161orinio URL arba vidinio URL"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "Konfigura\u010dn\u00e1 mo\u017enos\u0165 `server_host` v integr\u00e1cii HTTP m\u00f4\u017ee naru\u0161i\u0165 komunik\u00e1ciu medzi jadrom aplik\u00e1cie Home Assistant a programom Supervisor a v bud\u00facej verzii bude odstr\u00e1nen\u00e1. Ak t\u00fato mo\u017enos\u0165 pou\u017e\u00edvate na pripojenie aplik\u00e1cie Home Assistant k ur\u010dit\u00fdm sie\u0165ov\u00fdm rozhraniam, odstr\u00e1\u0148te ju z konfigur\u00e1cie. Home Assistant sa v predvolenom nastaven\u00ed automaticky via\u017ee na v\u0161etky dostupn\u00e9 rozhrania. Ak m\u00e1te \u0161pecifick\u00e9 sie\u0165ov\u00e9 po\u017eiadavky, zv\u00e1\u017ete pou\u017eitie pravidiel br\u00e1ny firewall alebo inej sie\u0165ovej konfigur\u00e1cie na riadenie pr\u00edstupu k aplik\u00e1cii Home Assistant.",
5
- "title": "Konfigur\u00e1cia `server_host` HTTP m\u00f4\u017ee naru\u0161i\u0165 komunik\u00e1ciu Home Assistant Core - Supervisor"
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Asistent dom\u00e1cnosti zistil, \u017ee vo va\u0161ej in\u0161tancii bolo nastaven\u00e9 SSL, av\u0161ak nebola nastaven\u00e1 \u017eiadna vlastn\u00e1 extern\u00e1 internetov\u00e1 adresa URL.\n\nTo m\u00f4\u017ee ma\u0165 za n\u00e1sledok neo\u010dak\u00e1van\u00e9 spr\u00e1vanie. Prevod textu na re\u010d m\u00f4\u017ee zlyha\u0165 a integr\u00e1cie sa nemusia vedie\u0165 spr\u00e1vne pripoji\u0165 sp\u00e4\u0165 k va\u0161ej in\u0161tancii.\n\nAk chcete tento probl\u00e9m vyrie\u0161i\u0165, prejdite do \u010dasti Nastavenia &gt; Syst\u00e9m &gt; Sie\u0165; v \u010dasti \"Adresa URL dom\u00e1ceho asistenta\" nakonfigurujte nov\u00e9 adresy \"Internet\" a \"Miestna sie\u0165\", ktor\u00e9 zodpovedaj\u00fa va\u0161ej novej konfigur\u00e1cii SSL.",
9
5
  "title": "Konfigur\u00e1cia SSL bez externej adresy URL alebo internej adresy URL"
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "issues": {
3
- "server_host_may_break_hassio": {
4
- "description": "HTTP \u6574\u5408\u4e2d\u7684 `server_host` \u8a2d\u5b9a\u9078\u9805\u5bb9\u6613\u5c0e\u81f4 Home Assistant Core \u8207 Supervisor \u4e4b\u9593\u7684\u901a\u8a0a\u4e2d\u65b7\u3001\u4e26\u5c07\u5728\u672a\u4f86\u7248\u672c\u4e2d\u9032\u884c\u79fb\u9664\u3002\n\n\u5982\u679c\u6b63\u5728\u4f7f\u7528\u6b64\u9078\u9805\u5c07 Home Assistant \u7d81\u5b9a\u81f3\u6307\u5b9a\u7684\u7db2\u8def\u4ecb\u9762\u3001\u8acb\u7531\u8a2d\u5b9a\u4e2d\u79fb\u9664\u3002Home Assistant \u9810\u8a2d\u6703\u81ea\u52d5\u7d81\u5b9a\u5230\u6240\u6709\u53ef\u7528\u7684\u4ecb\u9762\u3002\n\n\u5982\u679c\u6709\u7279\u5b9a\u7684\u7db2\u8def\u9700\u6c42\u3001\u8acb\u8003\u616e\u4f7f\u7528\u9632\u706b\u7246\u898f\u5247\u6216\u5176\u4ed6\u7db2\u8def\u8a2d\u5b9a\u4f86\u63a7\u5236\u91dd\u5c0d Home Assistant \u7684\u5b58\u53d6\u3002",
5
- "title": "`server_host` HTTP \u8a2d\u5b9a\u53ef\u80fd\u6703\u5c0e\u81f4 Home Assistant Core - Supervisor \u901a\u8a0a\u4e2d\u65b7"
6
- },
7
3
  "ssl_configured_without_configured_urls": {
8
4
  "description": "Home Assistant \u6aa2\u6e2c\u5230\u5be6\u4f8b\u5df2\u8a2d\u5b9a\u4f7f\u7528 SSL\u3001\u4f46\u8a2d\u5b9a\u81ea\u5b9a\u7fa9\u7684\u5916\u90e8\u7db2\u969b\u7db2\u8def URL\u3002\n\n\u6b64\u72c0\u614b\u53ef\u80fd\u6703\u5c0e\u81f4\u7121\u9810\u671f\u884c\u70ba\u3002\u6587\u5b57\u8f49\u8a9e\u97f3\u53ef\u80fd\u6703\u5931\u6557\uff0c\u4e26\u4e14\u6574\u5408\u53ef\u80fd\u7121\u6cd5\u6b63\u78ba\u9023\u7dda\u81f3\u5be6\u4f8b\u3002\n\n\u6b32\u89e3\u6c7a\u6b64\u554f\u984c\uff0c\u8acb\u81f3\u8a2d\u5b9a > \u7cfb\u7d71 > \u7db2\u8def\uff1b\u65bc \u201cHome Assistant URL\u201d \u90e8\u5206\u3001\u8a2d\u5b9a\u7b26\u5408\u65b0 SSL \u8a2d\u5b9a\u7684 \u201c\u7db2\u969b\u7db2\u8def\u201d \u8207 \u201c\u672c\u5730\u7db2\u8def\u201d \u7db2\u5740\u3002",
9
5
  "title": "SSL \u8a2d\u5b9a\u6642\u7121\u5916\u90e8 URL \u6216\u5167\u90e8 URL"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "entity_component": {
3
3
  "_": {
4
- "name": "Vstupn\u00ed booleovsk\u00e1 hodnota",
4
+ "name": "Pomocn\u00edci - p\u0159ep\u00edna\u010de",
5
5
  "state": {
6
6
  "off": "Vypnuto",
7
7
  "on": "Zapnuto"
@@ -35,5 +35,5 @@
35
35
  "name": "Zapnout"
36
36
  }
37
37
  },
38
- "title": "Vstupn\u00ed booleovsk\u00e1 hodnota"
38
+ "title": "Pomocn\u00edci - p\u0159ep\u00edna\u010de"
39
39
  }
@@ -314,9 +314,6 @@
314
314
  "invalid_xml_data": {
315
315
  "message": "Invalid XML data, or error indication received"
316
316
  },
317
- "set_schedule_first": {
318
- "message": "Failed setting HVACMode, set a schedule first."
319
- },
320
317
  "unsupported_firmware": {
321
318
  "message": "Device with unsupported firmware"
322
319
  }
@@ -314,9 +314,6 @@
314
314
  "invalid_xml_data": {
315
315
  "message": "Datos XML no v\u00e1lidos o indicaci\u00f3n de error recibida"
316
316
  },
317
- "set_schedule_first": {
318
- "message": "Error al configurar el modo de climatizaci\u00f3n (HVACMode); primero debes establecer una programaci\u00f3n."
319
- },
320
317
  "unsupported_firmware": {
321
318
  "message": "Dispositivo con firmware no compatible"
322
319
  }
@@ -314,9 +314,6 @@
314
314
  "invalid_xml_data": {
315
315
  "message": "Vigased XML-andmed v\u00f5i saadud veam\u00e4rguanne"
316
316
  },
317
- "set_schedule_first": {
318
- "message": "HVAC-re\u017eiimi seadistamine eba\u00f5nnestus, m\u00e4\u00e4ra esmalt ajakava."
319
- },
320
317
  "unsupported_firmware": {
321
318
  "message": "Toetamata p\u00fcsivaraga seade"
322
319
  }
@@ -314,9 +314,6 @@
314
314
  "invalid_xml_data": {
315
315
  "message": "Gauti neteisingi XML duomenys arba gautas klaidos prane\u0161imas"
316
316
  },
317
- "set_schedule_first": {
318
- "message": "Nepavyko nustatyti HVACMode, pirmiausia nustatykite tvarkara\u0161t\u012f."
319
- },
320
317
  "unsupported_firmware": {
321
318
  "message": "Prietaisas su nepalaikoma programine-technine \u012franga"
322
319
  }
@@ -314,9 +314,6 @@
314
314
  "invalid_xml_data": {
315
315
  "message": "XML \u8cc7\u6599\u7121\u6548\u3001\u6216\u63a5\u6536\u5230\u932f\u8aa4\u6307\u793a"
316
316
  },
317
- "set_schedule_first": {
318
- "message": "\u8a2d\u5b9a HVACMode \u5931\u6557\u3001\u8acb\u5148\u8a2d\u5b9a\u6392\u7a0b\u3002"
319
- },
320
317
  "unsupported_firmware": {
321
318
  "message": "\u88dd\u7f6e\u4f7f\u7528\u7684\u97cc\u9ad4\u4e0d\u652f\u63f4"
322
319
  }
@@ -1,4 +1,4 @@
1
- """The Sunricher DALI integration."""
1
+ """The DALI Center integration."""
2
2
 
3
3
  from __future__ import annotations
4
4
 
@@ -28,7 +28,7 @@ _LOGGER = logging.getLogger(__name__)
28
28
 
29
29
 
30
30
  async def async_setup_entry(hass: HomeAssistant, entry: DaliCenterConfigEntry) -> bool:
31
- """Set up Sunricher DALI from a config entry."""
31
+ """Set up DALI Center from a config entry."""
32
32
 
33
33
  gateway = DaliGateway(
34
34
  entry.data[CONF_SERIAL_NUMBER],
@@ -1,4 +1,4 @@
1
- """Config flow for the Sunricher DALI integration."""
1
+ """Config flow for the DALI Center integration."""
2
2
 
3
3
  from __future__ import annotations
4
4
 
@@ -30,7 +30,7 @@ _LOGGER = logging.getLogger(__name__)
30
30
 
31
31
 
32
32
  class DaliCenterConfigFlow(ConfigFlow, domain=DOMAIN):
33
- """Handle a config flow for Sunricher DALI."""
33
+ """Handle a config flow for DALI Center."""
34
34
 
35
35
  VERSION = 1
36
36
 
@@ -0,0 +1,5 @@
1
+ """Constants for the DALI Center integration."""
2
+
3
+ DOMAIN = "sunricher_dali_center"
4
+ MANUFACTURER = "Sunricher"
5
+ CONF_SERIAL_NUMBER = "serial_number"
@@ -38,7 +38,7 @@ async def async_setup_entry(
38
38
  entry: DaliCenterConfigEntry,
39
39
  async_add_entities: AddConfigEntryEntitiesCallback,
40
40
  ) -> None:
41
- """Set up Sunricher DALI light entities from config entry."""
41
+ """Set up DALI Center light entities from config entry."""
42
42
  runtime_data = entry.runtime_data
43
43
  gateway = runtime_data.gateway
44
44
  devices = runtime_data.devices
@@ -57,7 +57,7 @@ async def async_setup_entry(
57
57
 
58
58
 
59
59
  class DaliCenterLight(LightEntity):
60
- """Representation of a Sunricher DALI Light."""
60
+ """Representation of a DALI Center Light."""
61
61
 
62
62
  _attr_has_entity_name = True
63
63
  _attr_name = None
@@ -1,9 +1,9 @@
1
1
  {
2
- "domain": "sunricher_dali",
3
- "name": "Sunricher DALI",
2
+ "domain": "sunricher_dali_center",
3
+ "name": "DALI Center",
4
4
  "codeowners": ["@niracler"],
5
5
  "config_flow": true,
6
- "documentation": "https://www.home-assistant.io/integrations/sunricher_dali",
6
+ "documentation": "https://www.home-assistant.io/integrations/sunricher_dali_center",
7
7
  "iot_class": "local_push",
8
8
  "quality_scale": "bronze",
9
9
  "requirements": ["PySrDaliGateway==0.13.1"]
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "error": {
7
7
  "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
8
- "discovery_failed": "Failed to discover Sunricher DALI gateways on the network",
9
- "no_devices_found": "No Sunricher DALI gateways found on the network",
8
+ "discovery_failed": "Failed to discover DALI gateways on the network",
9
+ "no_devices_found": "No DALI gateways found on the network",
10
10
  "unknown": "[%key:common::config_flow::error::unknown%]"
11
11
  },
12
12
  "step": {
@@ -17,10 +17,12 @@
17
17
  "data_description": {
18
18
  "selected_gateway": "Each option shows the gateway name, serial number, and IP address."
19
19
  },
20
- "description": "Select the gateway to configure."
20
+ "description": "Select the gateway to configure.",
21
+ "title": "Select DALI gateway"
21
22
  },
22
23
  "user": {
23
- "description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your Sunricher DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press."
24
+ "description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press.",
25
+ "title": "Set up DALI Center gateway"
24
26
  }
25
27
  }
26
28
  }
@@ -0,0 +1,19 @@
1
+ {
2
+ "config": {
3
+ "abort": {
4
+ "already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e"
5
+ },
6
+ "error": {
7
+ "cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
8
+ "unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430"
9
+ },
10
+ "step": {
11
+ "select_gateway": {
12
+ "data": {
13
+ "selected_gateway": "\u0428\u043b\u044e\u0437"
14
+ },
15
+ "description": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0448\u043b\u044e\u0437\u0430, \u043a\u043e\u0439\u0442\u043e \u0434\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0442\u0435."
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "config": {
3
+ "abort": {
4
+ "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno"
5
+ },
6
+ "error": {
7
+ "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
8
+ "discovery_failed": "Nepoda\u0159ilo se naj\u00edt br\u00e1ny DALI v s\u00edti.",
9
+ "no_devices_found": "V s\u00edti nebyly nalezeny \u017e\u00e1dn\u00e9 br\u00e1ny DALI",
10
+ "unknown": "Neo\u010dek\u00e1van\u00e1 chyba"
11
+ },
12
+ "step": {
13
+ "select_gateway": {
14
+ "data": {
15
+ "selected_gateway": "Br\u00e1na"
16
+ },
17
+ "data_description": {
18
+ "selected_gateway": "Ka\u017ed\u00e1 volba zobrazuje n\u00e1zev br\u00e1ny, s\u00e9riov\u00e9 \u010d\u00edslo a IP adresu."
19
+ },
20
+ "description": "Vyberte br\u00e1nu, kterou chcete nastavit.",
21
+ "title": "Vyberte br\u00e1nu DALI"
22
+ },
23
+ "user": {
24
+ "description": "**T\u0159\u00edkrokov\u00fd postup:**\n \n1. Ujist\u011bte se, \u017ee je br\u00e1na nap\u00e1jena a p\u0159ipojena ke stejn\u00e9 s\u00edti. \n2. Vyberte **Odeslat** pro spu\u0161t\u011bn\u00ed vyhled\u00e1v\u00e1n\u00ed (vyhled\u00e1v\u00e1n\u00ed trv\u00e1 a\u017e 3 minuty).\n3. B\u011bhem vyhled\u00e1v\u00e1n\u00ed stiskn\u011bte jednou tla\u010d\u00edtko **Reset** na br\u00e1n\u011b DALI.\n \nBr\u00e1na zareaguje ihned po stisknut\u00ed tla\u010d\u00edtka.",
25
+ "title": "Nastavit br\u00e1nu DALI Center"
26
+ }
27
+ }
28
+ }
29
+ }
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "error": {
7
7
  "cannot_connect": "Verbindung fehlgeschlagen",
8
- "discovery_failed": "Sunricher DALI-Gateways im Netzwerk konnten nicht gefunden werden",
9
- "no_devices_found": "Keine Sunricher DALI-Gateways im Netzwerk gefunden",
8
+ "discovery_failed": "DALI-Gateways im Netzwerk konnten nicht gefunden werden",
9
+ "no_devices_found": "Keine DALI-Gateways im Netzwerk gefunden",
10
10
  "unknown": "Unerwarteter Fehler"
11
11
  },
12
12
  "step": {
@@ -15,12 +15,14 @@
15
15
  "selected_gateway": "Gateway"
16
16
  },
17
17
  "data_description": {
18
- "selected_gateway": "Bei jeder Option werden der Gateway-Name, die Seriennummer und die IP-Adresse angezeigt."
18
+ "selected_gateway": "Jede Option zeigt den Gateway-Namen, die Seriennummer und die IP-Adresse an."
19
19
  },
20
- "description": "W\u00e4hle das zu konfigurierende Gateway aus."
20
+ "description": "W\u00e4hle das zu konfigurierende Gateway aus.",
21
+ "title": "DALI-Gateway ausw\u00e4hlen"
21
22
  },
22
23
  "user": {
23
- "description": "**Dreistufiges Verfahren:**\n\n1. Stelle sicher, dass das Gateway eingeschaltet ist und sich im selben Netzwerk befindet.\n2. W\u00e4hle **OK**, um die Erkennung zu starten (die Suche kann bis zu 3 Minuten dauern).\n3. Dr\u00fccke w\u00e4hrend der Erkennung **einmal** die Taste **Reset** an deinem Sunricher DALI-Gateway-Ger\u00e4t.\n\nDas Gateway reagiert sofort nach dem Dr\u00fccken der Taste."
24
+ "description": "**Dreistufiges Verfahren:**\n\n1. Stelle sicher, dass das Gateway eingeschaltet ist und sich im selben Netzwerk befindet.\n2. W\u00e4hle **OK**, um die Erkennung zu starten (die Suche kann bis zu 3 Minuten dauern).\n3. Dr\u00fccke w\u00e4hrend der Erkennung **einmal** die Taste **Reset** an deinem DALI-Gateway-Ger\u00e4t.\n\nDas Gateway reagiert sofort nach dem Dr\u00fccken der Taste.",
25
+ "title": "DALI-Center-Gateway einrichten"
24
26
  }
25
27
  }
26
28
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "config": {
3
+ "abort": {
4
+ "already_configured": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af"
5
+ },
6
+ "error": {
7
+ "cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2",
8
+ "unknown": "\u039c\u03b7 \u03b1\u03bd\u03b1\u03bc\u03b5\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1"
9
+ }
10
+ }
11
+ }
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "error": {
7
7
  "cannot_connect": "Failed to connect",
8
- "discovery_failed": "Failed to discover Sunricher DALI gateways on the network",
9
- "no_devices_found": "No Sunricher DALI gateways found on the network",
8
+ "discovery_failed": "Failed to discover DALI gateways on the network",
9
+ "no_devices_found": "No DALI gateways found on the network",
10
10
  "unknown": "Unexpected error"
11
11
  },
12
12
  "step": {
@@ -17,10 +17,12 @@
17
17
  "data_description": {
18
18
  "selected_gateway": "Each option shows the gateway name, serial number, and IP address."
19
19
  },
20
- "description": "Select the gateway to configure."
20
+ "description": "Select the gateway to configure.",
21
+ "title": "Select DALI gateway"
21
22
  },
22
23
  "user": {
23
- "description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your Sunricher DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press."
24
+ "description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press.",
25
+ "title": "Set up DALI Center gateway"
24
26
  }
25
27
  }
26
28
  }
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "error": {
7
7
  "cannot_connect": "Failed to connect",
8
- "discovery_failed": "Failed to discover Sunricher DALI gateways on the network",
9
- "no_devices_found": "No Sunricher DALI gateways found on the network",
8
+ "discovery_failed": "Failed to discover DALI gateways on the network",
9
+ "no_devices_found": "No DALI gateways found on the network",
10
10
  "unknown": "Unexpected error"
11
11
  },
12
12
  "step": {
@@ -17,10 +17,12 @@
17
17
  "data_description": {
18
18
  "selected_gateway": "Each option shows the gateway name, serial number, and IP address."
19
19
  },
20
- "description": "Select the gateway to configure."
20
+ "description": "Select the gateway to configure.",
21
+ "title": "Select DALI gateway"
21
22
  },
22
23
  "user": {
23
- "description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your Sunricher DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press."
24
+ "description": "**Three-step process:**\n\n1. Ensure the gateway is powered and on the same network.\n2. Select **Submit** to start discovery (searches for up to 3 minutes)\n3. While discovery is in progress, press the **Reset** button on your DALI gateway device **once**.\n\nThe gateway will respond immediately after the button press.",
25
+ "title": "Set up DALI Center gateway"
24
26
  }
25
27
  }
26
28
  }
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "error": {
7
7
  "cannot_connect": "No se pudo conectar",
8
- "discovery_failed": "No se pudieron descubrir puertas de enlace DALI Sunricher en la red",
9
- "no_devices_found": "No se encontraron puertas de enlace DALI Sunricher en la red",
8
+ "discovery_failed": "No se pudieron detectar puertas de enlace DALI en la red.",
9
+ "no_devices_found": "No se encontraron puertas de enlace DALI en la red.",
10
10
  "unknown": "Error inesperado"
11
11
  },
12
12
  "step": {
@@ -17,10 +17,12 @@
17
17
  "data_description": {
18
18
  "selected_gateway": "Cada opci\u00f3n muestra el nombre de la puerta de enlace, el n\u00famero de serie y la direcci\u00f3n IP."
19
19
  },
20
- "description": "Selecciona la puerta de enlace que quieres configurar."
20
+ "description": "Selecciona la puerta de enlace que quieres configurar.",
21
+ "title": "Selecciona la puerta de enlace DALI"
21
22
  },
22
23
  "user": {
23
- "description": "**Proceso de tres pasos:**\n \n1. Aseg\u00farate de que la puerta de enlace est\u00e9 encendida y en la misma red. \n2. Selecciona **Enviar** para iniciar la detecci\u00f3n (b\u00fasqueda de hasta 3 minutos).\n3. Mientras la detecci\u00f3n est\u00e1 en curso, pulsa el bot\u00f3n **Restablecer** de tu puerta de enlace DALI Sunricher **una sola vez**.\n\nLa puerta de enlace responder\u00e1 inmediatamente despu\u00e9s de pulsar el bot\u00f3n."
24
+ "description": "**Proceso de tres pasos:** \n \n1. Aseg\u00farate de que la pasarela est\u00e9 encendida y en la misma red. \n2. Selecciona **Enviar** para iniciar la detecci\u00f3n (b\u00fasqueda de hasta 3 minutos).\n3. Mientras la detecci\u00f3n est\u00e1 en curso, pulsa el bot\u00f3n **Restablecer** de tu puerta de enlace DALI **una vez**.\n\nLa puerta de enlace responder\u00e1 inmediatamente despu\u00e9s de pulsar el bot\u00f3n.",
25
+ "title": "Configurar puerta de enlace DALI Center"
24
26
  }
25
27
  }
26
28
  }