Vigyata.AI
Is this your channel?

Home Assistant Meal Planner Integration | Mealie

6.7K views· 80 likes· 14:50· Jul 24, 2024

🛍️ Products Mentioned (19)

► MY ARTICLE ABOUT THAT TOPIC - https://peyanski.com/mealie-the-new-meal-planner-for-home-assistant/ ► MY HOME ASSISTANT INSTALLATION METHODS FREE WEBINAR - https://automatelike.pro/webinar ► DOWNLOAD MY FREE SMART HOME GLOSSARY - https://automatelike.pro/glossary ► MY RECORDING GEAR MAIN CAMERA: https://amzn.to/3UKinKV MAIN CAMERA LENS: https://amzn.to/3yoR2X9 2ND ANGLE CAMERA: https://amzn.to/44KbVYX 2ND CAMER LENS: https://amzn.to/48bhxMZ SD CARDS: https://amzn.to/3sT7fRy & https://amzn.to/3sS0wHu MICROPHONE: https://amzn.to/3W1P3kY BACKUP MIC: https://amzn.to/466Kxne EDITING MACHINE: https://amzn.to/45LWdvS ► SUPPORT MY WORK Paypal – https://www.paypal.me/kpeyanski Patreon – https://www.patreon.com/KPeyanski Bitcoin – 1GnUtPEXaeCUVWdJxCfDaKkvcwf247akva Revolut - https://revolut.me/kiriltk3x Join this channel to get access to perks - https://www.youtube.com/channel/UCiyU6otsAn6v2NbbtM85npg/join ✅ Don't Forget to like 👍 comment ✍ and subscribe to my channel! ► DOCKER COMPOSE FILE services: mealie: image: ghcr.io/mealie-recipes/mealie:latest # container_name: mealie restart: always ports: - "9925:9000" # deploy: resources: limits: memory: 1000M # volumes: - mealie-data:/app/data/ environment: # Set Backend ENV Variables Here ALLOW_SIGNUP: true PUID: 1000 PGID: 1000 TZ: America/Anchorage MAX_WORKERS: 1 WEB_CONCURRENCY: 1 BASE_URL: http://127.0.0.1 volumes: mealie-data: ► HOME ASSISTANT SCRIPT FOR MEALIE CALENDAR NOTIFICATION https://gist.github.com/peyanski/37174dffa580b265eafa9389444e8b2b ► MEALIE REST SENSORS # configuration.yaml entry sensor: - platform: rest resource: "http://192.168.1.113:9925/api/groups/mealplans/today" method: GET name: Mealie todays meal headers: Authorization: Bearer YOUR_API_TOKEN value_template: "{{ value_json[0].recipe.name }}" force_update: true scan_interval: 30 - platform: rest resource: "http://192.168.1.113:9925/api/groups/mealplans/today" method: GET name: Mealie todays meal ID headers: Authorization: Bearer YOUR_API_TOKEN value_template: "{{ value_json[0].recipe.id }}" force_update: true scan_interval: 30 ► MEALIE GENERIC CAMERA SENSOR http://YOUR_MEALIE_IP:9925/api/media/recipes/{{states('sensor.mealie_todays_meal_id')}}/images/min-original.webp ► DISCLAIMER Some of the links above are affiliate links. If you click on these links and purchase an item I will earn a small commission with no additional cost for you. Of course, you don’t have to do so in case you don’t want to support my work!

🎬 More from KPeyanski