hass-core/homeassistant/components/ecoforest/strings.json
Pedro Januário 86a692bb22
Add additional sensors to ecoforest integration (#100681)
* add ecoforest additional sensors

* add ecoforest additional sensors

* use StateType

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* use StateType

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* update cpu temp translation

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* use common translation

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* use common on translation

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* use common standby translation

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* update strings

* update strings

* import state type

* relabel preheating

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* add cpu temp disable by default

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-22 11:08:09 +02:00

61 lines
1.6 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"sensor": {
"cpu_temperature": {
"name": "CPU temperature"
},
"gas_temperature": {
"name": "Gas temperature"
},
"ntc_temperature": {
"name": "NTC probe temperature"
},
"status": {
"name": "Status",
"state": {
"off": "[%key:common::state::off%]",
"starting": "Starting",
"pre_heating": "Pre-heating",
"on": "[%key:common::state::on%]",
"shutting_down": "Shutting down",
"stand_by": "[%key:common::state::standby%]",
"alarm": "Alarm"
}
},
"alarm": {
"name": "Alarm",
"state": {
"air_depression": "Air depression",
"pellets": "Pellets",
"cpu_overheating": "CPU overheating",
"unkownn": "Unknown alarm",
"none": "None"
}
}
},
"number": {
"power_level": {
"name": "Power level"
}
}
}
}