40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "config": {
 | 
						|
    "flow_title": "{name}",
 | 
						|
    "step": {
 | 
						|
      "user": {
 | 
						|
        "description": "Enter your AVM FRITZ!Box information.",
 | 
						|
        "data": {
 | 
						|
          "host": "[%key:common::config_flow::data::host%]",
 | 
						|
          "username": "[%key:common::config_flow::data::username%]",
 | 
						|
          "password": "[%key:common::config_flow::data::password%]"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "confirm": {
 | 
						|
        "description": "Do you want to set up {name}?",
 | 
						|
        "data": {
 | 
						|
          "username": "[%key:common::config_flow::data::username%]",
 | 
						|
          "password": "[%key:common::config_flow::data::password%]"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "reauth_confirm": {
 | 
						|
        "description": "Update your login information for {name}.",
 | 
						|
        "data": {
 | 
						|
          "username": "[%key:common::config_flow::data::username%]",
 | 
						|
          "password": "[%key:common::config_flow::data::password%]"
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "abort": {
 | 
						|
      "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
 | 
						|
      "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
 | 
						|
      "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
 | 
						|
      "not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices.",
 | 
						|
      "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
 | 
						|
    },
 | 
						|
    "error": {
 | 
						|
      "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |