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
blueprint: | |
name: MeteoAlarm notification | |
description: | | |
Modified for official HA MeteoAlarm integration | |
Send a notification when there's new weather aleft form MeteoAlarm | |
Available message elements: | |
- {{ alert_name }} = Event, | |
- {{ alert_level }} = Awerness level, | |
- {{ alert_type }} = Awerness type, |
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
# Set Intel(R) Speed Shift Technology to Enabled | |
setup_var 0x4BC 0x1 | |
# Set CFG Lock to Disabled | |
setup_var 0x4ED 0x0 | |
# Set Overclocking Lock to Disabled | |
setup_var 0x59C 0x0 | |
# Set OverClocking Feature to Enabled |