diff --git a/Rakefile b/Rakefile index 026a747a7..e37674019 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,6 @@ end desc "Build/Compile with esphome" task :build do - sh '[ ! -f "lexis.ttf" ] && wget -L -O "lexis.ttf" "https://github.com/damianvila/font-lexis/raw/main/fonts/lexis.ttf" || true' + sh '[ ! -f "lexis.ttf" ] && wget -L -O "lexis.ttf" "https://github.com/damianvila/font-lexis/raw/v1.1/fonts/lexis.ttf" || true' sh "esphome -s VERSION ${VERSION:=0.0.0} compile childrensclock.yaml" end \ No newline at end of file