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
switch: | |
- platform: mqtt | |
name: "Bedroom Fan" | |
state_topic: "ha/switch/bedroom_fan/state" | |
command_topic: "ha/switch/bedroom_fan/set" | |
payload_on: "on" | |
payload_off: "off" | |
optimistic: false | |
qos: 0 | |
retain: true |
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
import java.util.ArrayList; | |
import java.util.Collections; | |
import java.util.Comparator; | |
import java.util.List; | |
//Shoe size - 5 color is Brown | |
//Shoe size - 6 color is White |