fredrik_persson_

if else end

Dec 3rd, 2022
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1.            - background: >
  2.                [[[
  3.                   if is_state_attr('weather.smhi_home' , 'temperature' , 0 ){
  4.                     return "[[[ return variables.ulm_custom_card_weathercard_bgimage_winter ]]]";
  5.                   } else {
  6.                     return "[[[ return variables.ulm_custom_card_weathercard_bgimage_summer ]]]";
  7.                   }
  8.                 ]]]
Advertisement
Add Comment
Please, Sign In to add comment