diff --git a/composer.lock b/composer.lock index eeb0897..e4bdcfa 100644 --- a/composer.lock +++ b/composer.lock @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.343.18", + "version": "3.343.19", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "ae98d503173740cce23b30d2ba2737c49b0d9876" + "reference": "00b44b1a9d570bc945d223b20886c1ac13b54641" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ae98d503173740cce23b30d2ba2737c49b0d9876", - "reference": "ae98d503173740cce23b30d2ba2737c49b0d9876", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/00b44b1a9d570bc945d223b20886c1ac13b54641", + "reference": "00b44b1a9d570bc945d223b20886c1ac13b54641", "shasum": "" }, "require": { @@ -153,9 +153,9 @@ "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.343.18" + "source": "https://github.com/aws/aws-sdk-php/tree/3.343.19" }, - "time": "2025-05-23T18:08:18+00:00" + "time": "2025-05-27T18:10:12+00:00" }, { "name": "bnussbau/laravel-trmnl", diff --git a/config/services.php b/config/services.php index 40973b3..c9e4891 100644 --- a/config/services.php +++ b/config/services.php @@ -40,7 +40,7 @@ return [ 'proxy_refresh_minutes' => env('TRMNL_PROXY_REFRESH_MINUTES', 15), 'proxy_refresh_cron' => env('TRMNL_PROXY_REFRESH_CRON'), 'override_orig_icon' => env('TRMNL_OVERRIDE_ORIG_ICON', false), - 'image_url_timeout' => env('TRMNL_IMAGE_URL_TIMEOUT', 30), //30 seconds; increase on low-powered devices + 'image_url_timeout' => env('TRMNL_IMAGE_URL_TIMEOUT', 30), // 30 seconds; increase on low-powered devices ], ]; diff --git a/resources/views/recipes/home-assistant.blade.php b/resources/views/recipes/home-assistant.blade.php index f5e20d5..26ad095 100644 --- a/resources/views/recipes/home-assistant.blade.php +++ b/resources/views/recipes/home-assistant.blade.php @@ -11,7 +11,7 @@