1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-12-04 00:19:24 +01:00

151 lines
4.5 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"step": {
"reauth_confirm": {
"description": "Select **Submit** to reauthenticate"
}
}
},
"config_subentries": {
"entity": {
"entry_type": "Sensor",
"initiate_flow": {
"reconfigure": "Reconfigure sensor",
"user": "Add sensor"
},
"step": {
"add_sensor": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"state": "Initial state"
},
"description": "Configure the new sensor"
},
"reconfigure_sensor": {
"data": {
"name": "[%key:component::kitchen_sink::config_subentries::entity::step::reconfigure_sensor::data::state%]",
"state": "Initial state"
},
"description": "Reconfigure the sensor"
}
}
}
},
"device": {
"n_ch_power_strip": {
"name": "Power strip with {number_of_sockets} sockets"
}
},
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"description": "Select **Submit** to confirm the power supply has been replaced",
"title": "The power supply needs to be replaced"
}
}
},
"title": "The power supply is not stable"
},
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "Can not re-heat the tea at this time"
},
"step": {}
},
"title": "The tea is cold"
},
"out_of_blinker_fluid": {
"fix_flow": {
"step": {
"confirm": {
"description": "Select **Submit** when blinker fluid has been refilled",
"title": "Blinker fluid needs to be refilled"
}
}
},
"title": "The blinker fluid is empty and needs to be refilled"
},
"special_repair": {
"description": "This is a special repair created by a preview feature! This demonstrates how Labs features can interact with the Home Assistant repair system. You can disable this by turning off the kitchen sink special repair feature in Settings > System > Labs.",
"title": "Special repair feature preview"
},
"transmogrifier_deprecated": {
"description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API",
"title": "The transmogrifier component is deprecated"
},
"unfixable_problem": {
"description": "This issue is never going to give up.",
"title": "This is not a fixable problem"
}
},
"options": {
"step": {
"init": {
"data": {}
},
"options_1": {
"sections": {
"section_1": {
"data": {
"bool": "Optional boolean",
"int": "Numeric input"
},
"data_description": {
"int": "A longer description for the numeric input"
},
"description": "This section allows input of some extra data",
"name": "Collapsible section"
}
},
"submit": "Save!"
}
}
},
"preview_features": {
"special_repair": {
"description": "Creates a **special repair issue** when enabled.\n\nThis demonstrates how Labs features can interact with other Home Assistant integrations.",
"disable_confirmation": "This will remove the special repair issue. Don't worry, this is just a demonstration feature.",
"enable_confirmation": "This will create a special repair issue to demonstrate Labs preview features. This is just an example and won't affect your actual system.",
"name": "Special repair"
}
},
"services": {
"test_service_1": {
"description": "Fake action for testing {meep_2}",
"fields": {
"field_1": {
"description": "Number of seconds {meep_4}",
"example": "Example: {meep_5}",
"name": "Field 1 {meep_3}"
},
"field_2": {
"description": "Mode",
"example": "Field 2 example",
"name": "Field 2"
},
"field_3": {
"description": "Number of hours",
"name": "Field 3"
},
"field_4": {
"description": "Direction",
"name": "Field 4"
}
},
"name": "Test action {meep_1}",
"sections": {
"advanced_fields": {
"description": "Some very advanced things",
"name": "Advanced options"
}
}
}
}
}