Skip to content

Commit

Permalink
Use flux compatible data strcuture
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Dec 26, 2024
1 parent e0c50cf commit cb559e9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/deployment.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Bashful": "Uptime Bar",
"Dopey": "c3cat",
"Grumpy": "Späti",
"Happy": "Kidspace",
"Hefty": "HASS Assembly",
"Moopsy": "Chaospost",
"Kinky": "Eventphone",
"Nerdy": "House of Tea",
"Sleepy": "DDOS Bar",
"Sneezy": "Wohnzimmer"
}
[
{"key": "Bashful", "value": "Uptime Bar"},
{"key": "Dopey", "value": "c3cat"},
{"key": "Grumpy", "value": "Späti"},
{"key": "Happy", "value": "Kidspace"},
{"key": "Hefty", "value": "HASS Assembly"},
{"key": "Moopsy", "value": "Chaospost"},
{"key": "Kinky", "value": "Eventphone"},
{"key": "Nerdy", "value": "House of Tea"},
{"key": "Sleepy", "value": "DDOS Bar"},
{"key": "Sneezy", "value": "Wohnzimmer"}
]

0 comments on commit cb559e9

Please sign in to comment.