mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 14:01:20 +01:00
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: Joostlek <joostlek@outlook.com>
125 lines
4.3 KiB
JSON
125 lines
4.3 KiB
JSON
{
|
|
"application_credentials": {
|
|
"description": "To be able to log in to Honeywell Lyric the integration requires a client ID and secret. To acquire those, please follow the following steps.\n\n1. Go to the [Honeywell Lyric Developer Apps Dashboard]({developer_dashboard_url}).\n1. Sign up for a developer account if you don't have one yet. This is a separate account from your Honeywell account.\n1. Log in with your Honeywell Lyric developer account.\n1. Go to the **My Apps** section.\n1. Press the **CREATE NEW APP** button.\n1. Give the application a name of your choice.\n1. Set the **Callback URL** to `{redirect_url}`.\n1. Save your changes.\\n1. Copy the **Consumer Key** and paste it here as the **Client ID**, then copy the **Consumer Secret** and paste it here as the **Client Secret**."
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"step": {
|
|
"oauth_discovery": {
|
|
"description": "Home Assistant has found a Honeywell Lyric device on your network. Be aware that the setup of the Lyric integration is more complicated than other integrations. Press **Submit** to continue setting up Honeywell Lyric."
|
|
},
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The Lyric integration needs to re-authenticate your account.",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"device_pairing_enabled": {
|
|
"name": "Device pairing enabled"
|
|
}
|
|
},
|
|
"select": {
|
|
"room_priority": {
|
|
"name": "Room priority",
|
|
"state": {
|
|
"follow_me": "Follow me"
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"indoor_humidity": {
|
|
"name": "Indoor humidity"
|
|
},
|
|
"indoor_temperature": {
|
|
"name": "Indoor temperature"
|
|
},
|
|
"next_period_time": {
|
|
"name": "Next period time"
|
|
},
|
|
"outdoor_humidity": {
|
|
"name": "Outdoor humidity"
|
|
},
|
|
"outdoor_temperature": {
|
|
"name": "Outdoor temperature"
|
|
},
|
|
"priority_status": {
|
|
"name": "Priority status",
|
|
"state": {
|
|
"hold_until": "Hold until",
|
|
"no_hold": "No hold",
|
|
"permanent_hold": "Permanent hold",
|
|
"temporary_hold": "Temporary hold",
|
|
"vacation_hold": "Vacation hold"
|
|
}
|
|
},
|
|
"room_average_temperature": {
|
|
"name": "Room average temperature"
|
|
},
|
|
"room_humidity": {
|
|
"name": "Room humidity"
|
|
},
|
|
"room_temperature": {
|
|
"name": "Room temperature"
|
|
},
|
|
"schedule_status": {
|
|
"name": "Schedule status"
|
|
},
|
|
"setpoint_status": {
|
|
"name": "Setpoint status"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"failed_to_set_fan_mode": {
|
|
"message": "Failed to set fan mode"
|
|
},
|
|
"failed_to_set_hold_time": {
|
|
"message": "Failed to set hold time"
|
|
},
|
|
"failed_to_set_hvac_mode": {
|
|
"message": "Failed to set HVAC mode"
|
|
},
|
|
"failed_to_set_preset_mode": {
|
|
"message": "Failed to set preset mode"
|
|
},
|
|
"failed_to_set_temperature": {
|
|
"message": "Failed to set temperature"
|
|
},
|
|
"invalid_fan_mode": {
|
|
"message": "The fan mode {fan_mode} is not supported by this device"
|
|
},
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_hold_time": {
|
|
"description": "Sets the time period to keep the temperature and override the schedule.",
|
|
"fields": {
|
|
"time_period": {
|
|
"description": "Duration for which to override the schedule.",
|
|
"name": "Time period"
|
|
}
|
|
},
|
|
"name": "Set hold time"
|
|
}
|
|
}
|
|
}
|