@dkoucky said in What are you compliments?:
Does anyone have a copy of their weather based compliments?
I’m using by default from README. If you have some more clever let me know or send a a PullRequest for update the README.
config: {
compliments: {
day_sunny: [
'Today is a sunny day',
'It\'s a beautiful day'
],
snow: [
'Snowball battle!'
],
rain: [
'Don\'t forget your umbrella'
]
}
}