Initial commit

This commit is contained in:
2019-06-26 22:52:46 +02:00
commit 07f032eb13
6 changed files with 68 additions and 0 deletions

View 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