strings.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 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": "Add a climate entity",
  15. "display_light": "Add LED display as a light entity",
  16. "child_lock": "Add child lock as a lock entity"
  17. }
  18. }
  19. },
  20. "abort": {
  21. "already_configured": "A device with that ID has already been added."
  22. }
  23. },
  24. "options": {
  25. "step": {
  26. "user": {
  27. "title": "Configure your Goldair climate device",
  28. "description": "[Follow these instructions to find your local key.](https://github.com/nikrolls/homeassistant-goldair-climate#finding-your-device-id-and-local-key)",
  29. "data": {
  30. "host": "IP address or hostname",
  31. "local_key": "Local key",
  32. "climate": "Add a climate entity",
  33. "display_light": "Add LED display as light entity",
  34. "child_lock": "Add child lock as lock entity"
  35. }
  36. }
  37. }
  38. }
  39. }