{ "config": { "abort": { "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" }, "step": { "confirm": { "description": "Do you want to set up Fjäråskupan?" } } }, "entity": { "binary_sensor": { "carbon_filter": { "name": "Carbon filter" }, "grease_filter": { "name": "Grease filter" } }, "number": { "periodic_venting": { "name": "Periodic venting" } } }, "exceptions": { "connection_error": { "message": "Failed to connect to device" }, "read_error": { "message": "Failed to read data from device" }, "unexpected_error": { "message": "Unexpected error occurred: {msg}" }, "write_error": { "message": "Failed to write data to device" } } }