Hacker202811

Results 2 issues of Hacker202811

E

1 comment

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

"""Test check_config script.""" from unittest.mock import patch import pytest from homeassistant.config import YAML_CONFIG_FILE import homeassistant.scripts.check_config as check_config from tests.common import get_test_config_dir, patch_yaml_files BASE_CONFIG = (     "homeassistant:\n"     "  name: Home\n"     "  ...