Last active
March 19, 2021 04:53
-
-
Save Bill-Park/f5c041e2a26c76bd8714b001b09ed9ea to your computer and use it in GitHub Desktop.
Magic Mirror compliments change
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
compliments: { | |
day_sunny: [ | |
"Today is a sunny day", | |
"It's a beautiful day" | |
], | |
day_cloudy: [ | |
"day cloudy" | |
], | |
cloudy: [ | |
"cloudy" | |
], | |
cloudy_windy: [ | |
"cloudy windy" | |
], | |
showers: [ | |
"showers" | |
], | |
rain: [ | |
"rain" | |
], | |
thunderstorm: [ | |
"thunderstorm" | |
], | |
snow: [ | |
"Snowball battle!" | |
], | |
fog: [ | |
"fog" | |
], | |
night_clear: [ | |
"night clear" | |
], | |
night_cloudy: [ | |
"night cloudy" | |
], | |
night_showers: [ | |
"night showers" | |
], | |
night_rain: [ | |
"night rain" | |
], | |
night_thunderstorm: [ | |
"night thunderstorm" | |
], | |
night_snow: [ | |
"night snow" | |
], | |
night_alt_cloudy_windy: [ | |
"night alt cloudy windy" | |
], | |
anytime: [ | |
"Hey there sexy!" | |
], | |
morning: [ | |
"Good morning, handsome!", | |
"Enjoy your day!", | |
"How was your sleep?" | |
], | |
afternoon: [ | |
"Hello, beauty!", | |
"You look sexy!", | |
"Looking good today!" | |
], | |
evening: [ | |
"Wow, you look hot!", | |
"You look nice!", | |
"Hi, sexy!" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment