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).
This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
| cat ~/.ssh/id_rsa.pub | ssh forge@yourserverIP "cat >> ~/.ssh/authorized_keys" | |
| ssh 'forge@yourserverIP' | |
| mkdir vips | |
| cd vips | |
| wget -c http://www.vips.ecs.soton.ac.uk/supported/current/vips-7.38.5.tar.gz | |
| tar xzvf vips-7.38.5.tar.gz | |
| cd vips-7.38.5/ |
| server { | |
| listen 80 default_server; | |
| return 444; | |
| } |