diff --git a/config/automation/System/bad_logins.yaml b/config/automation/System/bad_logins.yaml index f8c1ead5..f6984f4f 100755 --- a/config/automation/System/bad_logins.yaml +++ b/config/automation/System/bad_logins.yaml @@ -16,11 +16,19 @@ value3: 'Go Check the GUI for details.' who: 'carlo' - - service: script.tweet_engine + - service: script.tweet_engine_image data_template: tweet: > {{ [ "Seriously, I am a Smart Home. I am logging your hack attempt.", "If you do not know the password, you get locked out and IP banned.", - "Three Strikes and you are OUT! IP Banned." - ] | random + "#Security"}} + "Three Strikes and you are OUT! IP Banned.", + "Live tweeting a bad login, right before I ban that IP address FOREVER." + + ] | random + "#Security"}} + image: >- + {{ [ + "/config/www/custom_ui/floorplan/images/branding/security_lock.png", + "/config/www/custom_ui/floorplan/images/branding/locked_out.png", + "/config/www/custom_ui/floorplan/images/branding/A_GRADE.png" + ] | random }} diff --git a/config/www/custom_ui/floorplan/images/branding/security_lock.png b/config/www/custom_ui/floorplan/images/branding/security_lock.png new file mode 100755 index 00000000..f3605692 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/security_lock.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 186477c2..989cec2d 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ