Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- homeassistant:
- customize_glob:
- sensor.pollen*:
- custom_ui_state_card: state-card-custom-ui
- templates:
- hs_color: "if (state === 'inga halter') return [0, 0];
- else if (state === 'låga halter') return [50, 70];
- else if (state === 'låga-måttliga halter') return [40, 70];
- else if (state === 'måttliga halter') return [30, 70];
- else if (state === 'måttliga-höga halter') return [20, 85];
- else if (state === 'höga halter') return [10, 65];
- else if (state === 'mycket höga halter') return [0, 85];"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement