mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Better error message
This commit is contained in:
		| @@ -247,7 +247,7 @@ def _lookup_pin(value): | |||||||
|         return board_pins[value] |         return board_pins[value] | ||||||
|     if value in base_pins: |     if value in base_pins: | ||||||
|         return base_pins[value] |         return base_pins[value] | ||||||
|     raise vol.Invalid(u"Can't find internal pin number for {}.".format(value)) |     raise vol.Invalid(u"Cannot resolve pin name '{}' for board {}.".format(value, CORE.board)) | ||||||
|  |  | ||||||
|  |  | ||||||
| def _translate_pin(value): | def _translate_pin(value): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user