| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "config": {
- "title": "Advanced Config Flow Example",
- "abort": {
- "already_configured": "Device is already configured",
- "reconfigure_successful": "Reconfiguration successful",
- "already_in_progress": "A setup is already in progress for this integration"
- },
- "error": {
- "cannot_connect": "Failed to connect",
- "invalid_auth": "Invalid authentication",
- "invalid_settings": "Invalid settings",
- "unknown": "Unexpected error"
- },
- "step": {
- "user": {
- "title": "Multi Step Config - Step 1",
- "data": {
- "host": "Host",
- "password": "Password",
- "username": "Username"
- }
- },
- "settings": {
- "title": "Multi Step Config - Step 2",
- "data": {
- "sensors": "Sensor",
- "choose": "Selector",
- "minimum": "Minimum Value"
- }
- },
- "reconfigure": {
- "data": {
- "host": "Host",
- "password": "Password",
- "username": "Username"
- }
- }
- }
- },
- "options": {
- "step": {
- "init": {
- "title": "Example2 Options",
- "description": "Select which options to amend.",
- "menu_options": {
- "option1": "Options Set 1",
- "option2": "Options Set 2"
- }
- },
- "option1": {
- "title": "Example2 Options",
- "description": "Option Set 1",
- "data": {
- "scan_interval": "Scan Interval (seconds)",
- "description": "My Description"
- }
- },
- "option2": {
- "title": "Example2 Options",
- "description": "Option Set 2",
- "data": {
- "chose": "Pick a device"
- }
- }
- }
- },
- "selector": {
- "example_selector": {
- "options": {
- "all": "All",
- "light": "Light",
- "switch": "Switch"
- }
- }
- }
- }
|