{ "config": { "step": { "binary_sensor": { "data": { "device_class": "[%key:component::random::config::step::sensor::data::device_class%]", "name": "[%key:common::config_flow::data::name%]" }, "title": "Random binary sensor" }, "sensor": { "data": { "device_class": "Device class", "maximum": "Maximum", "minimum": "Minimum", "name": "[%key:common::config_flow::data::name%]", "unit_of_measurement": "Unit of measurement" }, "title": "Random sensor" }, "user": { "description": "This helper allows you to create an entity that emits a random value.", "menu_options": { "binary_sensor": "Random binary sensor", "sensor": "Random sensor" }, "title": "Create Random helper" } } }, "options": { "step": { "binary_sensor": { "description": "This helper does not have any options.", "title": "[%key:component::random::config::step::binary_sensor::title%]" }, "sensor": { "data": { "device_class": "[%key:component::random::config::step::sensor::data::device_class%]", "maximum": "[%key:component::random::config::step::sensor::data::maximum%]", "minimum": "[%key:component::random::config::step::sensor::data::minimum%]", "unit_of_measurement": "[%key:component::random::config::step::sensor::data::unit_of_measurement%]" }, "title": "[%key:component::random::config::step::sensor::title%]" } } }, "title": "Random" }