* rebase * Minor patch to fix duplicate DeviceInfo beign created - if data hasnt updated yet * rebase * Minor patch to fix duplicate DeviceInfo beign created - if data hasnt updated yet * fixing formatting * Update homeassistant/components/intellifire/__init__.py Co-authored-by: Erik Montnemery <erik@montnemery.com> * Update homeassistant/components/intellifire/__init__.py Co-authored-by: Erik Montnemery <erik@montnemery.com> * Removing cloud connectivity sensor - leaving local one in * Renaming class to something more useful * addressing pr * Update homeassistant/components/intellifire/__init__.py Co-authored-by: Erik Montnemery <erik@montnemery.com> * add ruff exception * Fix test annotations * remove access to private variable * Bumping to 4.1.9 instead of 4.1.5 * A renaming * rename * Updated testing * Update __init__.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * updateing styrings * Update tests/components/intellifire/conftest.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Testing refactor - WIP * everything is passing - cleanup still needed * cleaning up comments * update pr * unrename * Update homeassistant/components/intellifire/coordinator.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * fixing sentence * fixed fixture and removed error codes * reverted a bad change * fixing strings.json * revert renaming * fix * typing inother pr * adding extra tests - one has a really dumb name * using a real value * added a migration in * Update homeassistant/components/intellifire/config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/intellifire/test_init.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * cleanup continues * addressing pr * switch back to debug * Update tests/components/intellifire/conftest.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * some changes * restore property mock cuase didnt work otherwise * cleanup has begun * removed extra text * addressing pr stuff * fixed reauth --------- Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
131 lines
2.9 KiB
JSON
131 lines
2.9 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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|