This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
substitutions: | |
devicename: esp32-arduino | |
friendly_name: Dev Full Board | |
sleep_time: 20s | |
wifi_signal_update: 20s | |
#sensors_update: 1s | |
uptime_update: 2s | |
esphome: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-09-10 05:19:08 ERROR Thread-18 :: Failed doing webui callback: Traceback (most recent call last): | |
ImportError: Loaded module _opt_sickrage_gui_slick_views_home_mako not found in sys.modules | |
return imp.load_source(module_id, path, fp) | |
File "/opt/sickrage/lib/mako/compat.py", line 66, in load_module | |
module = compat.load_module(self.module_id, path) | |
File "/opt/sickrage/lib/mako/template.py", line 379, in _compile_from_file | |
module = self._compile_from_file(path, filename) | |
File "/opt/sickrage/lib/mako/template.py", line 321, in __init__ | |
super(PageTemplate, self).__init__(*args, **kwargs) |