1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/motioneye/strings.json
2025-10-28 10:33:10 +01:00

106 lines
2.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_url": "Invalid URL",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"hassio_confirm": {
"description": "Do you want to configure Home Assistant to connect to the motionEye service provided by the add-on: {addon}?",
"title": "motionEye via Home Assistant add-on"
},
"user": {
"data": {
"admin_password": "Admin password",
"admin_username": "Admin username",
"surveillance_password": "Surveillance password",
"surveillance_username": "Surveillance username",
"url": "[%key:common::config_flow::data::url%]"
}
}
}
},
"entity": {
"sensor": {
"actions": {
"name": "Actions"
}
},
"switch": {
"motion_detection": {
"name": "Motion detection"
},
"movies": {
"name": "Movies"
},
"still_images": {
"name": "Still images"
},
"text_overlay": {
"name": "Text overlay"
},
"upload_enabled": {
"name": "Upload enabled"
},
"video_streaming": {
"name": "Video streaming"
}
}
},
"options": {
"step": {
"init": {
"data": {
"stream_url_template": "Stream URL template",
"webhook_set": "Configure motionEye webhooks to report events to Home Assistant",
"webhook_set_overwrite": "Overwrite unrecognized webhooks"
}
}
}
},
"services": {
"action": {
"description": "Triggers a motionEye action.",
"fields": {
"action": {
"description": "Action to trigger.",
"name": "Action"
}
},
"name": "Action"
},
"set_text_overlay": {
"description": "Sets the text overlay for a camera.",
"fields": {
"custom_left_text": {
"description": "Custom text to display on the left.",
"name": "Left custom text"
},
"custom_right_text": {
"description": "Custom text to display on the right.",
"name": "Right custom text"
},
"left_text": {
"description": "Text to display on the left.",
"name": "Left text overlay"
},
"right_text": {
"description": "Text to display on the right.",
"name": "Right text overlay"
}
},
"name": "Set text overlay"
},
"snapshot": {
"description": "Triggers a motionEye still snapshot.",
"name": "Snapshot"
}
}
}