1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 21:35:48 +00:00
Files
core/homeassistant/components/govee_ble/strings.json
2025-10-28 10:33:10 +01:00

105 lines
2.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]"
},
"user": {
"data": {
"address": "[%key:common::config_flow::data::device%]"
},
"description": "[%key:component::bluetooth::config::step::user::description%]"
}
}
},
"entity": {
"event": {
"button_0": {
"name": "Button 1",
"state_attributes": {
"event_type": {
"state": {
"press": "Press"
}
}
}
},
"button_1": {
"name": "Button 2",
"state_attributes": {
"event_type": {
"state": {
"press": "[%key:component::govee_ble::entity::event::button_0::state_attributes::event_type::state::press%]"
}
}
}
},
"button_2": {
"name": "Button 3",
"state_attributes": {
"event_type": {
"state": {
"press": "[%key:component::govee_ble::entity::event::button_0::state_attributes::event_type::state::press%]"
}
}
}
},
"button_3": {
"name": "Button 4",
"state_attributes": {
"event_type": {
"state": {
"press": "[%key:component::govee_ble::entity::event::button_0::state_attributes::event_type::state::press%]"
}
}
}
},
"button_4": {
"name": "Button 5",
"state_attributes": {
"event_type": {
"state": {
"press": "[%key:component::govee_ble::entity::event::button_0::state_attributes::event_type::state::press%]"
}
}
}
},
"button_5": {
"name": "Button 6",
"state_attributes": {
"event_type": {
"state": {
"press": "[%key:component::govee_ble::entity::event::button_0::state_attributes::event_type::state::press%]"
}
}
}
},
"motion": {
"state_attributes": {
"event_type": {
"state": {
"motion": "[%key:component::event::entity_component::motion::name%]"
}
}
}
},
"vibration": {
"name": "Vibration",
"state_attributes": {
"event_type": {
"state": {
"vibration": "Vibration"
}
}
}
}
}
}
}