Commit graph

346 commits

Author SHA1 Message Date
Ranlvor
e747acc67e
+Licht Spüle 2018-04-22 13:53:41 +02:00
Ranlvor
b642a30384
+Ponyville FM 2018-04-21 14:16:35 +02:00
Ranlvor
3a34f34558
use string instead of boolean
Because array-keys are strings and it seems that they can not be booleans
2018-04-21 12:40:08 +02:00
5a99952edb
Merge pull request #31 from uwap/greenkeeper/style-loader-0.21.0
Update style-loader to the latest version 🚀
2018-04-21 12:34:58 +02:00
greenkeeper[bot]
ae53aacbb5 chore(package): update style-loader to version 0.21.0 2018-04-18 22:38:22 +00:00
greenkeeper[bot]
eb92f61a01 chore(package): update flow-bin to version 0.70.0 2018-04-16 20:05:06 +00:00
Ranlvor
5c3b457511
Improvements after talking to uwap
- rename utils/remote to tradfri_remote because the name was to general
- rename internal topics according to previous point
- change type of battery remote low from string to boolean
- do not use raw topic name in config, we have helper-functions for that
- reformat iconColor to be a bit more readable
2018-04-16 00:43:45 +02:00
Ranlvor
2c8feefb04
+Batteriestände Fernbedinungen 2018-04-15 20:32:27 +02:00
Ranlvor
4c80bc7930
+Theken-Floalts 2018-04-15 19:46:04 +02:00
333163499f Fix build 2018-04-15 17:29:13 +02:00
fe814718eb Improve performance of the map by using Pure Components 2018-04-15 17:15:11 +02:00
9bd5d5c9c8 This bug fix really shouldn't be needed 2018-04-08 13:28:04 +02:00
9a8f9c57bf Fix build 2018-04-08 13:23:33 +02:00
02be6701be RZL: Add on/off button to kitchen light 2018-04-08 13:19:24 +02:00
72021aa83c Update yarn lock 2018-04-08 12:51:58 +02:00
e3150d200c RZL: Add all kitchen light slider 2018-04-08 11:08:46 +02:00
f2cc0eaa2a Make everything compatible with the latest material-ui version 2018-04-08 10:28:46 +02:00
4b370889af Fix build 2018-04-07 20:37:47 +02:00
ff67bcf2f8 RZL: Add kitchen floalt light 2018-04-07 20:32:41 +02:00
75f2aea345 Fix build 2018-04-02 10:51:10 +02:00
b24d28182f Merge branch 'master' of github.com:uwap/mqtt-control-map 2018-04-02 10:23:06 +02:00
92dab1c8f5 Add types.string and types.json 2018-04-02 10:22:43 +02:00
8eba82533c
Merge pull request #27 from uwap/greenkeeper/flow-bin-0.69.0
Update flow-bin to the latest version 🚀
2018-03-29 04:33:19 +02:00
greenkeeper[bot]
4ae7908e38 chore(package): update flow-bin to version 0.69.0 2018-03-28 22:51:44 +00:00
52e825549d Rename parseState to type 2018-03-28 04:08:50 +02:00
9dc14a3657
Add travis build status 2018-03-28 04:00:59 +02:00
8dc0788763
Merge pull request #25 from uwap/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2018-03-28 03:57:16 +02:00
2225ec4a51 Fix production build 2018-03-28 03:52:40 +02:00
8661500b17 Fix build 2018-03-28 03:39:31 +02:00
bec10c91ef Upgrade react-leaflet 2018-03-28 03:18:37 +02:00
88d2457e29 Update webpack configuration to work with webpack 4 2018-03-28 03:04:06 +02:00
d4432b9a39
Merge branch 'master' into greenkeeper/initial 2018-03-28 02:40:35 +02:00
4b1ae40773 Add webpack-cli and greenkeepr lockfile 2018-03-28 02:37:35 +02:00
greenkeeper[bot]
41a7eac3af docs(readme): add Greenkeeper badge 2018-03-28 00:29:33 +00:00
greenkeeper[bot]
5c68d3ac12 chore(package): update dependencies 2018-03-28 00:29:27 +00:00
b2b4296072 Merge branch 'master' of github.com:uwap/mqtt-control-map 2018-02-14 06:24:10 +01:00
f4d1cb7e1e Reduce production built size 2018-02-14 06:23:48 +01:00
4bd0ca16a1
Merge pull request #24 from Ranlvor/patch-9
Automatically upload artifacts from travis builds
2018-02-12 16:22:33 +01:00
Ranlvor
ace335a517
Upload artifacts
Upload build artifacts to the server of @ranlvor. This allows viewing the build results in a webbrowser
and eases continuous deployment because one can just deploy the artifacts travis has built and does
not have to build them somewhere else
2018-02-11 19:58:58 +01:00
Ranlvor
4fe4b9193a
fix „do not build utils.js“
Test does not know the ==-Parameter. It only accepts =.

For better style use  around variable to evade problems when the variable contains spaces
2018-02-11 19:56:08 +01:00
a96fa1622b Require the use of hex, rgb, rgba or rainbow for colors and refactor config types 2018-02-04 03:43:22 +01:00
436abf682f push dependencies 2018-02-02 11:32:30 +01:00
e46adf7dc7 Towards a type safe color option 2018-02-02 10:04:39 +01:00
06aeba9d76 Use /bin/sh -e 2018-02-02 09:27:23 +01:00
f70f2977ab Fix travis build 2018-02-02 08:00:56 +01:00
c7ca716802 Require the config as CLI arg for watch, build and production-build
The mqtt control map now loads the config provided via cli. It is no longer required to modify the src/config.js to load a different config.
2018-02-02 07:45:00 +01:00
3975518f6e Entropia: Init 2018-01-31 23:54:31 +01:00
571896dabb RZL: Add presence status 2018-01-21 13:14:20 +01:00
334cf002fa Add a progress bar 2018-01-21 11:26:45 +01:00
2701eb9076 Merge branch 'master' of github.com:uwap/mqtt-control-map 2018-01-20 17:17:24 +01:00