core/homeassistant/components/intellifire/strings.json

138 lines
3.0 KiB
JSON

{
"config": {
"flow_title": "{serial}",
"step": {
"pick_cloud_device": {
"title": "Configure fireplace",
"description": "Select fireplace by serial number:"
},
"cloud_api": {
"description": "Authenticate against IntelliFire Cloud",
"data_description": {
"username": "Your IntelliFire app username",
"password": "Your IntelliFire app password"
},
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"api_error": "Login failed"
},
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"not_intellifire_device": "Not an IntelliFire device.",
"no_available_devices": "All available devices have already been configured."
}
},
"entity": {
"binary_sensor": {
"flame": {
"name": "Flame"
},
"timer_on": {
"name": "Timer on"
},
"pilot_light_on": {
"name": "Pilot light on"
},
"thermostat_on": {
"name": "Thermostat on"
},
"pilot_flame_error": {
"name": "Pilot flame error"
},
"flame_error": {
"name": "Flame Error"
},
"fan_delay_error": {
"name": "Fan delay error"
},
"maintenance_error": {
"name": "Maintenance error"
},
"disabled_error": {
"name": "Disabled error"
},
"fan_error": {
"name": "Fan error"
},
"lights_error": {
"name": "Lights error"
},
"accessory_error": {
"name": "Accessory error"
},
"soft_lock_out_error": {
"name": "Soft lock out error"
},
"ecm_offline_error": {
"name": "ECM offline error"
},
"offline_error": {
"name": "Offline error"
},
"cloud_connectivity": {
"name": "Cloud connectivity"
},
"local_connectivity": {
"name": "Local connectivity"
}
},
"fan": {
"fan": {
"name": "[%key:component::fan::title%]"
}
},
"light": {
"lights": {
"name": "Lights"
}
},
"number": {
"flame_control": {
"name": "Flame control"
}
},
"sensor": {
"flame_height": {
"name": "Flame height"
},
"target_temp": {
"name": "Target temperature"
},
"fan_speed": {
"name": "Fan Speed"
},
"timer_end_timestamp": {
"name": "Timer end"
},
"downtime": {
"name": "Downtime"
},
"uptime": {
"name": "Uptime"
},
"connection_quality": {
"name": "Connection quality"
},
"ecm_latency": {
"name": "ECM latency"
},
"ipv4_address": {
"name": "IP address"
}
},
"switch": {
"flame": {
"name": "Flame"
},
"pilot_light": {
"name": "Pilot light"
}
}
}
}