Skip to content

state()

Update a Flow tile’s label, icon, and displayed state while it is visible.

Updated View as Markdown
For humans
Flow functionFlow Pro scriptingBase functions

This article covers the following platforms

state runs automatically every 500ms while the tile is visible and updates the content of the script’s tile. MDI icons are supported here (e.g. mdi:airplane). Full icon list: https://pictogrammers.github.io/@mdi/font/6.9.96/

state(() => {
  return 'mdi:lightbulb-on:Overlayed Text';
});
Navigation

Type to search…

↑↓ navigate↵ selectEsc close