This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=python | |
| # This file is part of Supermicro IPMI certificate updater. | |
| # Supermicro IPMI certificate updater is free software: you can | |
| # redistribute it and/or modify it under the terms of the GNU General Public | |
| # License as published by the Free Software Foundation, version 2. | |
| # | |
| # This program is distributed in the hope that it will be useful, but WITHOUT |
SEE THIS REPOSITORY FOR FILES THAT DO https://github.com/BadmanBarista/wahoo-vtm-themer
There are a number of links floating around for this gist, so I will leave it here so people can find the new repo.
NOTE: I've found that outside my city, there are some actual important paths that this hack will hide. So I've provided an alternative file vtm-elemnt-THIN.xml. This makes the blue cyclepaths really thin rather than removing them entirely, just use it instead and remove the -THIN from the name.
There are three versions of the vtm-elemnt.xml file:
vtml-elemnt-DEFAULT.xmlis the default from the BoltApp.apk (version 12513)
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # vim: autoindent tabstop=4 shiftwidth=4 expandtab softtabstop=4 filetype=python | |
| # This file is part of Supermicro IPMI certificate updater. | |
| # Supermicro IPMI certificate updater is free software: you can | |
| # redistribute it and/or modify it under the terms of the GNU General Public | |
| # License as published by the Free Software Foundation, version 2. | |
| # | |
| # This program is distributed in the hope that it will be useful, but WITHOUT |
This file contains hidden or 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
| # see https://community.home-assistant.io/t/close-open-curtain-cover-blinds-based-on-sun-and-weather/584240 | |
| blueprint: | |
| name: cover sun | |
| description: Close cover when sun is shining and open when stops. This considers weather (sunny, partly cloudy), sun position (elevation, azimuth) and temperature. | |
| domain: automation | |
| source_url: https://gist.github.com/daniel-sc/074465be04dd9a793cba5b841ab63f83 | |
| input: | |
| cover_entity: | |
| name: cover |