Change order of plants
This commit is contained in:
parent
deb75e42b4
commit
6bcd4812a3
@ -40,7 +40,7 @@ const IndexPage = () => {
|
||||
<WeatherRadar />
|
||||
<News />
|
||||
<DVB stopId={secrets.dvb.stopId} />
|
||||
<Spotify mqtt={secrets.mqtt} Alternative={<PlantState hassUrl={secrets.hass.url} token={secrets.hass.token} plants={["Chili", "Basilikum"]} />} />
|
||||
<Spotify mqtt={secrets.mqtt} Alternative={<PlantState hassUrl={secrets.hass.url} token={secrets.hass.token} plants={["Basilikum", "Chili"]} />} />
|
||||
</main>)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user