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
- alias: Washer in Use Power Start | |
trigger: | |
- platform: numeric_state | |
entity_id: sensor.clothes_washer_power | |
above: 3.5 | |
for: | |
seconds: 30 | |
condition: | |
condition: state | |
entity_id: input_boolean.washer_in_use |
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
<?php | |
/* | |
NOTE: This is designed to be run from the terminal. | |
------------ | |
-Exercise 2- | |
------------ | |
Write some code that will evaluate a poker hand and determine its rank. |