mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
ethernet:
 | 
						|
  type: W5500
 | 
						|
  clk_pin: 19
 | 
						|
  mosi_pin: 21
 | 
						|
  miso_pin: 23
 | 
						|
  cs_pin: 18
 | 
						|
  interrupt_pin: 36
 | 
						|
  reset_pin: 22
 | 
						|
  clock_speed: 10Mhz
 | 
						|
  manual_ip:
 | 
						|
    static_ip: 192.168.178.56
 | 
						|
    gateway: 192.168.178.1
 | 
						|
    subnet: 255.255.255.0
 | 
						|
  domain: .local
 | 
						|
  mac_address: "02:AA:BB:CC:DD:01"
 |