mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	[config_validation] Add support for suggesting alternate component/platform (#9757)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -266,7 +266,7 @@ def test_framework_specific_errors( | ||||
|  | ||||
|     with pytest.raises( | ||||
|         cv.Invalid, | ||||
|         match=r"This feature is only available with frameworks \['esp-idf'\]", | ||||
|         match=r"This feature is only available with framework\(s\) esp-idf", | ||||
|     ): | ||||
|         run_schema_validation({"model": "wt32-sc01-plus"}) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user