Skip to content

Commit 9e05cac

Browse files
Update configurator to 0.5.0 (home-assistant#2646)
* Update configurator to 0.5.0 * Update config.yaml Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
1 parent 080c580 commit 9e05cac

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

configurator/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 5.4.0
4+
5+
- Add Generate UUID menu item
6+
- Harmonize Home Assistant term
7+
- Rename Components to integrations
8+
- Remove images for libraries
9+
- Update jQuery to 3.6.0
10+
- Update js-yaml to 4.1.0
11+
- Update Ace Editor to 1.9.6
12+
313
## 5.3.3
414

515
- Fix Home Assistant API endpoint

configurator/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ codenotary:
99
signer: notary@home-assistant.io
1010
base_image: notary@home-assistant.io
1111
args:
12-
CONFIGURATOR_VERSION: 0.4.1
12+
CONFIGURATOR_VERSION: 0.5.0

configurator/config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
version: 5.3.3
2+
version: 5.4.0
33
slug: configurator
44
name: File editor
55
description: Simple browser-based file editor for Home Assistant
66
url: https://github.com/home-assistant/hassio-addons/tree/master/configurator
7+
codenotary: notary@home-assistant.io
78
arch:
89
- armhf
910
- armv7

0 commit comments

Comments
 (0)