mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
119 lines
3.2 KiB
JSON
119 lines
3.2 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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"humidity_probe": {
|
|
"name": "Humidity probe {probe_id}"
|
|
},
|
|
"low_temperature_alarm_probe": {
|
|
"name": "Low temperature alarm probe {probe_id}"
|
|
},
|
|
"temperature_alarm_probe": {
|
|
"name": "Temperature alarm probe {probe_id}"
|
|
},
|
|
"temperature_probe": {
|
|
"name": "Temperature probe {probe_id}"
|
|
}
|
|
}
|
|
}
|
|
}
|