strings.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "title": "Goldair Climate",
  3. "config": {
  4. "step": {
  5. "user": {
  6. "title": "Configure your Goldair climate device",
  7. "description": "[Follow these instructions to find your device id and local key.](https://github.com/nikrolls/homeassistant-goldair-climate#finding-your-device-id-and-local-key)",
  8. "data": {
  9. "name": "Name",
  10. "host": "IP address or hostname",
  11. "device_id": "Device ID (uuid)",
  12. "local_key": "Local key",
  13. "type": "Device type",
  14. "climate": "Include a climate entity",
  15. "display_light": "Include LED display as a light entity",
  16. "child_lock": "Include child lock as a lock entity (unsupported on fans)"
  17. }
  18. }
  19. },
  20. "abort": {
  21. "already_configured": "A device with that ID has already been added.",
  22. "imported_connection": "Unable to connect to your device with the configured details."
  23. },
  24. "error": {
  25. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  26. }
  27. },
  28. "options": {
  29. "step": {
  30. "user": {
  31. "title": "Configure your Goldair climate device",
  32. "description": "[Follow these instructions to find your local key.](https://github.com/nikrolls/homeassistant-goldair-climate#finding-your-device-id-and-local-key)",
  33. "data": {
  34. "host": "IP address or hostname",
  35. "local_key": "Local key",
  36. "type": "Device type",
  37. "climate": "Include device as a climate entity",
  38. "display_light": "Include LED display as light entity",
  39. "child_lock": "Include child lock as lock entity (unsupported on fans)"
  40. }
  41. },
  42. "imported": {
  43. "title": "Configured via yaml"
  44. }
  45. },
  46. "error": {
  47. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  48. },
  49. "abort": {
  50. "imported": "This device is configured via your `configuration.yaml` file. To configure it via the UI, remove it from `configuration.yaml` first then add it here."
  51. }
  52. }
  53. }