mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add logbook to default configuration
This commit is contained in:
parent
41b02928ef
commit
424f05a4da
@ -85,6 +85,7 @@ def ensure_config_path(config_dir):
|
|||||||
conf.write("frontend:\n\n")
|
conf.write("frontend:\n\n")
|
||||||
conf.write("discovery:\n\n")
|
conf.write("discovery:\n\n")
|
||||||
conf.write("history:\n\n")
|
conf.write("history:\n\n")
|
||||||
|
conf.write("logbook:\n\n")
|
||||||
except IOError:
|
except IOError:
|
||||||
print(('Fatal Error: No configuration file found and unable '
|
print(('Fatal Error: No configuration file found and unable '
|
||||||
'to write a default one to {}').format(config_path))
|
'to write a default one to {}').format(config_path))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user