diff --git a/README.md b/README.md index 6175244c..2796443b 100755 --- a/README.md +++ b/README.md @@ -731,7 +731,7 @@ Motion automations - /config/script/front_house_motion.yaml
- + diff --git a/config/packages/juicenet.yaml b/config/packages/juicenet.yaml index 41ebcd34..81dee73f 100755 --- a/config/packages/juicenet.yaml +++ b/config/packages/juicenet.yaml @@ -90,7 +90,7 @@ automation: image: >- {{ [ "/config/www/custom_ui/floorplan/images/branding/car.png", - "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png", + "/config/www/custom_ui/floorplan/images/branding/bearstone_car.png", "/config/www/custom_ui/floorplan/images/branding/batteries.png", "/config/www/custom_ui/floorplan/images/branding/charge.png" ] | random }} @@ -135,7 +135,7 @@ automation: image: >- {{ [ "/config/www/custom_ui/floorplan/images/branding/car.png", - "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png", + "/config/www/custom_ui/floorplan/images/branding/bearstone_car.png", "/config/www/custom_ui/floorplan/images/branding/batteries.png", "/config/www/custom_ui/floorplan/images/branding/charge.png" ] | random }} diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 91522ab9..e10ccb65 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -119,7 +119,7 @@ tweet_engine_setup: "solar": [ "/config/www/custom_ui/floorplan/images/branding/batteries.png", "/config/www/custom_ui/floorplan/images/branding/car.png", - "/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png", + "/config/www/custom_ui/floorplan/images/branding/bearstone_car.png", "/config/www/custom_ui/floorplan/images/branding/charge.png", "/config/www/custom_ui/floorplan/images/branding/solar.png", "/config/www/custom_ui/floorplan/images/branding/solar2.png", diff --git a/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png b/config/www/custom_ui/floorplan/images/branding/bearstone_car.png similarity index 100% rename from config/www/custom_ui/floorplan/images/branding/bear_stone_car.png rename to config/www/custom_ui/floorplan/images/branding/bearstone_car.png