184 lines
7.0 KiB
JSON
184 lines
7.0 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "Gateway: {gateway_id}",
|
|
"step": {
|
|
"user": {
|
|
"description": "Select your server. The Overkiz platform is used by various vendors like Somfy (Connexoon / TaHoma), Hitachi (Hi Kumo) and Atlantic (Cozytouch).",
|
|
"data": {
|
|
"hub": "Server"
|
|
},
|
|
"data_description": {
|
|
"hub": "Select the mobile app that you use to control your devices."
|
|
}
|
|
},
|
|
"local_or_cloud": {
|
|
"description": "Choose how you want to connect to your gateway.",
|
|
"data": {
|
|
"api_type": "API type"
|
|
},
|
|
"data_description": {
|
|
"api_type": "Local API is only supported by TaHoma Connexoon, TaHoma v2, and TaHoma Switch. Climate devices and scenarios are **not** available via the local API."
|
|
}
|
|
},
|
|
"cloud": {
|
|
"description": "Enter your application credentials.",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"username": "The username of your cloud account (app).",
|
|
"password": "The password of your cloud account (app)."
|
|
}
|
|
},
|
|
"local": {
|
|
"description": "By activating the [Developer Mode of your TaHoma box](https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode#getting-started), you can authorize third-party software (like Home Assistant) to connect to it via your local network.\n\n1. Open the TaHoma By Somfy application on your device.\n2. Navigate to the Help & advanced features -> Advanced features menu in the application.\n3. Activate Developer Mode by tapping 7 times on the version number of your gateway (like 2025.1.4-11).\n4. Generate a token from the Developer Mode menu to authenticate your API calls.\n\n5. Enter the generated token below and update the host to include your Gateway PIN or the IP address of your gateway.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"token": "[%key:common::config_flow::data::api_token%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Overkiz hub.",
|
|
"token": "Token generated by the app used to control your device.",
|
|
"verify_ssl": "Verify the SSL certificate. Select this only if you are connecting via the hostname."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"certificate_verify_failed": "Cannot connect to host, certificate verify failed.",
|
|
"developer_mode_disabled": "Developer Mode disabled. Activate the Developer Mode of your Somfy TaHoma box first.",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"no_such_token": "Cannot create a token for this gateway. Please confirm if the account is linked to this gateway.",
|
|
"server_in_maintenance": "Server is down for maintenance",
|
|
"too_many_attempts": "Too many attempts with an invalid token, temporarily banned",
|
|
"too_many_requests": "Too many requests, try again later",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"unsupported_hardware": "Your {unsupported_device} hardware is not supported by this integration."
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reauth_wrong_account": "You can only reauthenticate this entry with the same Overkiz account and hub"
|
|
}
|
|
},
|
|
"entity": {
|
|
"climate": {
|
|
"overkiz": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"auto": "[%key:common::state::auto%]",
|
|
"manual": "[%key:common::state::manual%]",
|
|
"comfort-1": "Comfort -1°C",
|
|
"comfort-2": "Comfort -2°C",
|
|
"drying": "Drying",
|
|
"external": "External",
|
|
"freeze": "Freeze",
|
|
"frost_protection": "Frost protection",
|
|
"night": "Night",
|
|
"prog": "Prog"
|
|
}
|
|
},
|
|
"fan_mode": {
|
|
"state": {
|
|
"away": "[%key:common::state::not_home%]",
|
|
"bypass_boost": "Bypass boost",
|
|
"home_boost": "Home boost",
|
|
"kitchen_boost": "Kitchen boost"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"select": {
|
|
"open_closed_pedestrian": {
|
|
"state": {
|
|
"open": "[%key:common::state::open%]",
|
|
"pedestrian": "Pedestrian",
|
|
"closed": "[%key:common::state::closed%]"
|
|
}
|
|
},
|
|
"open_closed_partial": {
|
|
"state": {
|
|
"open": "[%key:common::state::open%]",
|
|
"partial": "Partial",
|
|
"closed": "[%key:common::state::closed%]"
|
|
}
|
|
},
|
|
"memorized_simple_volume": {
|
|
"state": {
|
|
"highest": "Highest",
|
|
"standard": "Standard"
|
|
}
|
|
},
|
|
"operating_mode": {
|
|
"state": {
|
|
"heating": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::heating%]",
|
|
"cooling": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]"
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"battery": {
|
|
"state": {
|
|
"full": "[%key:common::state::full%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"normal": "[%key:common::state::normal%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"verylow": "[%key:common::state::very_low%]",
|
|
"good": "Good",
|
|
"critical": "Critical"
|
|
}
|
|
},
|
|
"discrete_rssi_level": {
|
|
"state": {
|
|
"good": "Good",
|
|
"low": "[%key:common::state::low%]",
|
|
"normal": "[%key:common::state::normal%]",
|
|
"verylow": "[%key:common::state::very_low%]"
|
|
}
|
|
},
|
|
"priority_lock_originator": {
|
|
"state": {
|
|
"lsc": "LSC",
|
|
"saac": "SAAC",
|
|
"sfc": "SFC",
|
|
"ups": "UPS",
|
|
"external_gateway": "External gateway",
|
|
"local_user": "Local user",
|
|
"myself": "Myself",
|
|
"rain": "Rain",
|
|
"security": "Security",
|
|
"temperature": "Temperature",
|
|
"timer": "Timer",
|
|
"user": "User",
|
|
"wind": "Wind"
|
|
}
|
|
},
|
|
"sensor_room": {
|
|
"state": {
|
|
"clean": "Clean",
|
|
"dirty": "Dirty"
|
|
}
|
|
},
|
|
"sensor_defect": {
|
|
"state": {
|
|
"dead": "Dead",
|
|
"low_battery": "Low battery",
|
|
"maintenance_required": "Maintenance required",
|
|
"no_defect": "No defect"
|
|
}
|
|
},
|
|
"three_way_handle_direction": {
|
|
"state": {
|
|
"closed": "[%key:common::state::closed%]",
|
|
"open": "[%key:common::state::open%]",
|
|
"tilt": "Tilt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|