Simply include the file within your configuration.yaml file like this:
# ...
template: !include templates.yaml
# ...You will need prices input number from this gist and the RTE Tempo extension.
Simply include the file within your configuration.yaml file like this:
# ...
input_number: !include input_numbers.yaml
# ...Restart your Home Assistant to update the values (reloading YAML will not be enough).
| """ | |
| test commit creation with pygit2 | |
| To see the result: | |
| rm -rf foo && python test_cc.py && cd foo/ && git log --graph --oneline --date-order --decorate --color --all && git status && cd .. | |
| """ | |
| import os | |
| import sys | |
| import pygit2 |