21 lines
		
	
	
		
			474 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			474 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "config": {
 | 
						|
    "step": {
 | 
						|
      "user": {
 | 
						|
        "data": {
 | 
						|
          "host": "[%key:common::config_flow::data::host%]"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "discovery_confirm": {
 | 
						|
        "description": "Do you want to set up {name} - {model} ({host})?"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "error": {
 | 
						|
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
 | 
						|
    },
 | 
						|
    "abort": {
 | 
						|
      "device_exists": "[%key:common::config_flow::abort::already_configured_device%]"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |