2021-12-23 18:34:35 +00:00
{
"config" : {
2022-02-07 15:53:05 +00:00
"flow_title" : "Gateway: {gateway_id}" ,
2021-12-23 18:34:35 +00:00
"step" : {
"user" : {
2023-11-22 15:53:17 +00:00
"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"
}
} ,
"local_or_cloud" : {
"description" : "Choose between local or cloud API. Local API supports TaHoma Connexoon, TaHoma v2, and TaHoma Switch. Climate devices are not supported in local API." ,
"data" : {
"api_type" : "API type"
}
} ,
"cloud" : {
"description" : "Enter your application credentials." ,
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
} ,
"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\n After activation, enter your application credentials and change the host to include your gateway-pin or enter the IP address of your gateway." ,
2021-12-23 18:34:35 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
2023-11-22 15:53:17 +00:00
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]"
2021-12-23 18:34:35 +00:00
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2023-11-22 15:53:17 +00:00
"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." ,
2021-12-23 18:34:35 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2023-11-22 15:53:17 +00:00
"no_such_token" : "Cannot create a token for this gateway. Please confirm if the account is linked to this gateway." ,
2021-12-23 18:34:35 +00:00
"server_in_maintenance" : "Server is down for maintenance" ,
2022-03-30 02:19:57 +00:00
"too_many_attempts" : "Too many attempts with an invalid token, temporarily banned" ,
2022-01-17 20:47:42 +00:00
"too_many_requests" : "Too many requests, try again later" ,
2022-08-31 19:16:00 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
2022-10-08 22:37:03 +00:00
"unsupported_hardware" : "Your {unsupported_device} hardware is not supported by this integration."
2021-12-23 18:34:35 +00:00
} ,
"abort" : {
2022-01-25 23:00:58 +00:00
"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"
2021-12-23 18:34:35 +00:00
}
2022-12-05 16:24:59 +00:00
} ,
"entity" : {
2023-02-27 06:45:53 +00:00
"climate" : {
"overkiz" : {
"state_attributes" : {
"preset_mode" : {
"state" : {
"auto" : "Auto" ,
"comfort-1" : "Comfort 1" ,
"comfort-2" : "Comfort 2" ,
"drying" : "Drying" ,
"external" : "External" ,
"freeze" : "Freeze" ,
"frost_protection" : "Frost protection" ,
"manual" : "Manual" ,
"night" : "Night" ,
"prog" : "Prog"
}
} ,
"fan_mode" : {
"state" : {
2023-07-13 15:52:50 +00:00
"away" : "[%key:common::state::not_home%]" ,
2023-02-27 06:45:53 +00:00
"bypass_boost" : "Bypass boost" ,
"home_boost" : "Home boost" ,
"kitchen_boost" : "Kitchen boost"
}
}
}
}
} ,
2022-12-05 16:24:59 +00:00
"select" : {
"open_closed_pedestrian" : {
"state" : {
2023-07-04 11:52:01 +00:00
"open" : "[%key:common::state::open%]" ,
2022-12-05 16:24:59 +00:00
"pedestrian" : "Pedestrian" ,
2023-07-04 11:52:01 +00:00
"closed" : "[%key:common::state::closed%]"
2022-12-05 16:24:59 +00:00
}
} ,
2023-11-07 11:15:25 +00:00
"open_closed_partial" : {
"state" : {
"open" : "[%key:common::state::open%]" ,
"partial" : "Partial" ,
"closed" : "[%key:common::state::closed%]"
}
} ,
2022-12-05 16:24:59 +00:00
"memorized_simple_volume" : {
"state" : {
"highest" : "Highest" ,
"standard" : "Standard"
}
}
2022-12-05 23:36:57 +00:00
} ,
"sensor" : {
"battery" : {
"state" : {
"full" : "Full" ,
"low" : "Low" ,
"normal" : "Normal" ,
2023-08-04 09:50:03 +00:00
"medium" : "Medium" ,
2022-12-05 23:36:57 +00:00
"verylow" : "Very low"
}
} ,
"discrete_rssi_level" : {
"state" : {
"good" : "Good" ,
"low" : "Low" ,
"normal" : "Normal" ,
"verylow" : "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" : {
2023-07-04 11:52:01 +00:00
"closed" : "[%key:common::state::closed%]" ,
"open" : "[%key:common::state::open%]" ,
2022-12-05 23:36:57 +00:00
"tilt" : "Tilt"
}
}
2022-12-05 16:24:59 +00:00
}
2021-12-23 18:34:35 +00:00
}
2022-03-30 08:35:30 +00:00
}