diff --git a/.HA_VERSION b/.HA_VERSION
index a9299f67edf984c0c693b1fa21c06374bc5b6d55..12193b84d553468b768737289fe9e46f4dbe970a 100644
--- a/.HA_VERSION
+++ b/.HA_VERSION
@@ -1 +1 @@
-0.58.1
\ No newline at end of file
+0.60.0
\ No newline at end of file
diff --git a/configuration.yaml b/configuration.yaml
index 68b13f4519e83c5301390d77b363b29984688a61..edb2f647b44c5b50e3e3e66e92439bc7ca66af94 100644
--- a/configuration.yaml
+++ b/configuration.yaml
@@ -38,6 +38,7 @@ updater:
 
 # Enables the frontend
 frontend:
+  javascript_version: latest
 
 # Set recorder options
 recorder:
@@ -76,7 +77,8 @@ mqtt:
   broker: localhost
 
 # Components
-light: !include hue.yaml
+hue:
+  bridges: !include hue.yaml
 
 media_player: !include media-player.yaml
 
diff --git a/hue.yaml b/hue.yaml
index ff285e8b21a3061613dd8d3faa75568d9a14b31a..49364b65586f66dae1a977cb5210de188d3957f2 100644
--- a/hue.yaml
+++ b/hue.yaml
@@ -1,8 +1,6 @@
-- platform: hue
-  host: 192.168.1.245
+- host: 192.168.1.245
   allow_unreachable: true
   filename: hue-token-living-room.conf
-- platform: hue
-  host: 192.168.1.231
+- host: 192.168.1.231
   allow_unreachable: true
   filename: hue-token-office.conf