mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
* Person schema for merge_packages #21307 * empty list * skip empty persons * hound * test schema * ensure_none * remove any test changes * remove_falsy validator * nice! * coretests
This commit is contained in:
committed by
Paulus Schoutsen
parent
5613e8bb60
commit
3453d67cfe
@ -48,7 +48,7 @@ def main():
|
||||
|
||||
schema_type, schema = _identify_config_schema(module)
|
||||
|
||||
add_msg("CONFIG_SCHEMA " + schema_type, module_name + ' ' +
|
||||
add_msg("CONFIG_SCHEMA " + str(schema_type), module_name + ' ' +
|
||||
color('cyan', str(schema)[:60]))
|
||||
|
||||
for key in sorted(msg):
|
||||
|
Reference in New Issue
Block a user