| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "title": "Goldair Climate",
- "config": {
- "step": {
- "user": {
- "title": "Configure your Goldair climate device",
- "description": "[Follow these instructions to find your local key.](https://github.com/nikrolls/homeassistant-goldair-climate#finding-your-device-id-and-local-key)",
- "data": {
- "name": "Name",
- "host": "IP address or hostname",
- "device_id": "Device ID (uuid)",
- "local_key": "Local key",
- "type": "Device type",
- "climate": "Add a climate entity",
- "display_light": "Add LED display as a light entity",
- "child_lock": "Add child lock as a lock entity"
- }
- }
- },
- "abort": {
- "already_configured": "A device with that ID has already been added."
- }
- },
- "options": {
- "step": {
- "user": {
- "title": "Configure your Goldair climate device",
- "description": "[Follow these instructions to find your local key.](https://github.com/nikrolls/homeassistant-goldair-climate#finding-your-device-id-and-local-key)",
- "data": {
- "host": "IP address or hostname",
- "local_key": "Local key",
- "climate": "Add a climate entity",
- "display_light": "Add LED display as light entity",
- "child_lock": "Add child lock as lock entity"
- }
- }
- }
- }
- }
|