28 lines
		
	
	
		
			830 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			830 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "config": {
 | 
						|
    "abort": {
 | 
						|
      "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
 | 
						|
      "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
 | 
						|
      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
 | 
						|
    },
 | 
						|
    "flow_title": "{host}",
 | 
						|
    "step": {
 | 
						|
      "confirm": {
 | 
						|
        "description": "Do you want to add Arcam FMJ on `{host}` to Home Assistant?"
 | 
						|
      },
 | 
						|
      "user": {
 | 
						|
        "data": {
 | 
						|
          "host": "[%key:common::config_flow::data::host%]",
 | 
						|
          "port": "[%key:common::config_flow::data::port%]"
 | 
						|
        },
 | 
						|
        "description": "Please enter the host name or IP address of device."
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "device_automation": {
 | 
						|
    "trigger_type": {
 | 
						|
      "turn_on": "{entity_name} was requested to turn on"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |