hass-core/homeassistant/components/camera/strings.json
Franck Nijhof b9ff69d3ac
Extend attribute state translations for Camera (#89876)
* Extend attribute state translations for Camera

* Add common generic translations
2023-03-20 08:39:20 -04:00

38 lines
850 B
JSON

{
"title": "Camera",
"entity_component": {
"_": {
"name": "[%key:component::camera::title%]",
"state": {
"recording": "Recording",
"streaming": "Streaming",
"idle": "[%key:common::state::idle%]"
},
"state_attributes": {
"access_token": {
"name": "Access token"
},
"brand": {
"name": "Brand"
},
"frontend_stream_type": {
"name": "Stream type",
"state": {
"hls": "HLS",
"webrtc": "WebRTC"
}
},
"motion_detection": {
"name": "Motion detection",
"state": {
"true": "Enabled",
"false": "Disabled"
}
},
"model_name": {
"name": "[%key:common::generic::model%]"
}
}
}
}
}