Initial commit
This commit is contained in:
8
custom_components/browser_mod/__init__.py
Normal file
8
custom_components/browser_mod/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
async def async_setup(hass, config):
|
||||
_LOGGER.error(f"Setting up browser_mod")
|
||||
|
||||
return True
|
||||
Reference in New Issue
Block a user