1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/fjaraskupan/strings.json
2023-06-27 12:38:32 +02:00

29 lines
603 B
JSON

{
"config": {
"step": {
"confirm": {
"description": "Do you want to set up Fjäråskupan?"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
},
"entity": {
"binary_sensor": {
"grease_filter": {
"name": "Grease filter"
},
"carbon_filter": {
"name": "Carbon filter"
}
},
"number": {
"periodic_venting": {
"name": "Periodic venting"
}
}
}
}