mirror of
				https://github.com/home-assistant/core.git
				synced 2025-10-31 14:39:27 +00:00 
			
		
		
		
	 2686be921c
			
		
	
	2686be921c
	
	
	
		
			
			* Remove deprecated (old) Z-Wave integration * Mark migration tests as skip, for later cleanup
		
			
				
	
	
		
			9 lines
		
	
	
		
			255 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			255 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """Test config init."""
 | |
| from homeassistant.setup import async_setup_component
 | |
| 
 | |
| 
 | |
| async def test_config_setup(hass, loop):
 | |
|     """Test it sets up hassbian."""
 | |
|     await async_setup_component(hass, "config", {})
 | |
|     assert "config" in hass.config.components
 |