SQL reintroduce yaml support (#75205)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
G Johansson
2023-01-08 05:14:36 +01:00
committed by GitHub
parent d2c733628f
commit 2a965a6e44
8 changed files with 341 additions and 171 deletions

View File

@@ -7,6 +7,5 @@ DOMAIN = "sql"
PLATFORMS = [Platform.SENSOR]
CONF_COLUMN_NAME = "column"
CONF_QUERIES = "queries"
CONF_QUERY = "query"
DB_URL_RE = re.compile("//.*:.*@")