Files

80 lines
2.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"unique_id_mismatch": "The MAC address does not match the configured device. Please ensure you reconfigure against the same device."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Hot Spring Home Network Adapter (HNA)."
},
"description": "Set up your Hot Spring Home Network Adapter (HNA) to integrate with Home Assistant."
},
"zeroconf_confirm": {
"description": "Do you want to add the Hot Spring spa named `{name}` to Home Assistant?",
"title": "Discovered Hot Spring spa"
}
}
},
"entity": {
"binary_sensor": {
"heating": {
"name": "Heating"
},
"spa_connected": {
"name": "Spa connected"
}
},
"light": {
"light_zone": {
"name": "Light zone {zone}"
}
},
"number": {
"target_temperature": {
"name": "Target temperature"
}
},
"sensor": {
"control_box_version": {
"name": "Control box version"
},
"current_temperature": {
"name": "Current temperature"
},
"fwss_version": {
"name": "FreshWater Salt System version"
},
"water_care_10_day_timer": {
"name": "Salt 10-day check timer"
},
"water_care_120_day_timer": {
"name": "Salt cartridge age"
},
"water_care_salt_value": {
"name": "Salt value"
},
"wifi_dongle_version": {
"name": "Wi-Fi dongle version"
}
}
},
"exceptions": {
"cannot_connect": {
"message": "An error occurred while communicating with the Hot Spring API."
},
"invalid_response": {
"message": "Invalid response received from the Hot Spring API."
}
}
}