Bram Kragten
88d23eb9dd
Check config on save ( #2346 )
...
* Check config on save
Untested...
* views is list of objects, resources not required
* Lint
* Only warn on "# " to prevent warnings on colors
Could miss some comments...
* Improve # check
Warn on # at the start of a line or when followed by white space
* Faster
* Multiline
* Check if # is added
* Also handle paste and just show the warning on every #
2019-01-03 22:46:57 +01:00
Andrey
25c788871f
Allow empty name ( #2388 )
2019-01-03 22:46:14 +01:00
Xus Badia
f272801253
Update favicon-apple-180x180.png ( #2385 )
2018-12-28 18:22:40 +01:00
Ian Richardson
2e750dc1e2
✨ UI Editor for map
card ( #2287 )
...
* ✨ UI Editor for `map` card
* Address review comments
* Revert change properly
* Address review comments
* Note to change to interface after LL conversion
* Remove config options if empty
Should apply to other editors
* entitites is required
* cleanup
* cleanup
* Fix for number values
* Name chunk
* Remove zoom default
2018-12-21 13:53:26 +01:00
Paulus Schoutsen
3c5fb6d1ad
Update translations
2018-12-19 14:43:12 +01:00
Paulus Schoutsen
32cd683b8a
Bumped version to 20181219.0
2018-12-19 14:42:39 +01:00
Paulus Schoutsen
6c029b39e0
Merge branch 'master' into dev
2018-12-19 14:03:44 +01:00
Paulus Schoutsen
7efad04e42
Merge pull request #2367 from home-assistant/20181211-2
...
20181211.2
2018-12-19 14:02:48 +01:00
Paulus Schoutsen
b6f7781a87
Bumped version to 20181211.2
2018-12-19 13:59:16 +01:00
Paulus Schoutsen
16a147f389
Fix incorrect state display being cached ( #2356 )
...
* Fix incorrect state display being cached
* Remove test for cache
2018-12-19 13:59:10 +01:00
Zack Arnett
79b71ed753
Update UI and Add Move Card to a Dialogue ( #2282 )
...
* Update UI
* REmove useless import
* Add Notification if saved is done
* Move Register Dialog
* Updates from suggestions
* Updates box shadow on card options
* Update color and viewselection
* Add pointer
* Update Cursor
* Update check next to save
* Comment Updates
* Text area
2018-12-19 13:08:17 +01:00
Paulus Schoutsen
49fa74cc07
Fix incorrect state display being cached ( #2356 )
...
* Fix incorrect state display being cached
* Remove test for cache
2018-12-19 13:05:39 +01:00
Ian Richardson
0a2eaec884
Cleanup of picture
card editor ( #2364 )
...
* Cleanup of `picture` card editor
* Fix `action-editor`
2018-12-18 20:40:51 +01:00
Ian Richardson
4c5d3138c1
UI Editor for picture
card ( #2240 )
...
* UI Editor for `picture` card
This is a WIP.
* How should I handle service data? It's kind of freeform and I don't really have a good idea on what I should do.
* in action-editor I have two issues for `_navigation_path` and `_service` have TS errors saying the property doesn't exist on `ToggleActionConfig`. Not sure why that is the only type it is looking at. Should I be checking the type somewhere?
* Remove `id`
* Cleanup. Service-data still WIP
* Could use some help on service_data
* Perhaps a better/more structured method?
* Revert "Perhaps a better/more structured method?"
This reverts commit 1e1a1e44c16a18c5ffc380347cffd01e7fad52f9.
* Just playing around
* MVP doesn't include service data
* Address review comments
* Address review comments
* Name chunk and remove when unused
* Remove `more-info` action option
* Address review comments
2018-12-18 17:25:56 +01:00
Paulus Schoutsen
5e1cd389b3
Name all chunks ( #2363 )
2018-12-18 17:14:33 +01:00
Ian Richardson
7ced08a899
UI Editor for weather-forecast
card ( #2285 )
...
* ✨ UI Editor for `weather-forecast` card
* Missed name
* Fix typo
* Address review comments
* Remove unused optional configs with no defaults
* cleanup
* Name chunk
2018-12-18 14:26:34 +01:00
Malte Franken
603cf7ba0f
two new geo location map demo cards ( #2349 )
2018-12-18 11:29:12 +01:00
Ian Richardson
c47ba65c3b
🧹 remove unused configs when empty ( #2347 )
...
* Remove unused configs when empty
* Handle unused numbers & fix glance entities
* Sneak in the chunk names
2018-12-18 11:15:32 +01:00
Ian Richardson
849ed80e78
🚫 render error-entity-row
when state not available ( #2352 )
2018-12-18 11:14:55 +01:00
quthla
b78c48ecec
Fix android external auth ( #2319 )
...
* Fix android external auth
* Update external_auth.ts
* Update external_auth.ts
* Update external_auth.ts
2018-12-17 20:37:10 +01:00
Paulus Schoutsen
8d2da9c5a6
Merge branch 'master' into dev
2018-12-17 10:51:19 +01:00
Ian Richardson
9664e8258c
✨ UI Editor for plant-status
card ( #2286 )
...
* ✨ UI Editor for `plant-status` card
* Address review comments
* Require entity
* Cleanup
* Cleanup
* Address review comments
* Update hui-plant-status-card-editor.ts
2018-12-17 10:45:23 +01:00
Paulus Schoutsen
5f5bf17df0
Merge pull request #2345 from home-assistant/20181211-1
...
20181211 1
2018-12-17 10:20:35 +01:00
Paulus Schoutsen
ca7674cd15
Bumped version to 20181211.1
2018-12-17 10:17:32 +01:00
Paulus Schoutsen
3f5f5bb1ee
Fix service button element ( #2343 )
2018-12-17 10:17:18 +01:00
Paulus Schoutsen
e7ee9c7054
Fix undefined on plant/weather card ( #2339 )
2018-12-17 10:17:18 +01:00
Ian Richardson
4f6ecf5c21
🔨 Fix for element positioning ( #2335 )
...
* Fix for element positioning
* Address comments
2018-12-17 10:17:17 +01:00
Zack Arnett
87eac4cdee
remove Animation for thermostat and light ( #2303 )
...
* Update Animation
* Update light
2018-12-17 10:17:16 +01:00
Paulus Schoutsen
d267196bff
Call super updated ( #2293 )
2018-12-17 10:16:50 +01:00
Paulus Schoutsen
f683337cbe
Fix opening edit dialog twice when closed by clicking on overlay ( #2290 )
2018-12-17 10:13:19 +01:00
Paulus Schoutsen
1a6226270f
Fix setting aspect ratio in percentage ( #2289 )
...
* Fix setting aspect ratio in percentage
* Use endsWith
* Fix invalid test
2018-12-17 10:13:19 +01:00
Paulus Schoutsen
64714c64c7
Fix notifications drawer ( #2344 )
2018-12-17 10:08:23 +01:00
Ian Richardson
b7c34c483a
🔨 Fix for element positioning ( #2335 )
...
* Fix for element positioning
* Address comments
2018-12-17 10:07:59 +01:00
Paulus Schoutsen
e5bf842801
Fix service button element ( #2343 )
2018-12-17 09:36:55 +01:00
Ian Richardson
d1a56d6acc
✨ UI Editor for media-control
card ( #2336 )
...
* ✨ UI Editor for `media-control` card
* Address review comments
* Note on LL interface
2018-12-17 09:31:58 +01:00
Malte Franken
cac7f8d1ab
Extended map to support geo location entities ( #2337 )
...
* initial version of geo location map
* configuring entities not required but source is
* extending existing map instead of adding a new one
* renamed source to geo_location_source; clearer handling of geo location entities vs defined entities
* geo location sources must now be an array
* code cleanup
2018-12-17 09:04:58 +01:00
Ian Richardson
9d2b37c9f2
Remove unnecessary editor types ( #2342 )
2018-12-17 07:50:27 +01:00
Paulus Schoutsen
e20a02c52c
Fix undefined on plant/weather card ( #2339 )
2018-12-16 13:52:13 -05:00
Zack Arnett
c46d04eaa6
Alarm Card Conversion ( #2259 )
...
* Alarm Card COnversion
* Map buttons
* Reducing margin under alarm code
* Update src/panels/lovelace/cards/hui-alarm-panel-card.ts
Co-Authored-By: zsarnett <arnett.zackary@gmail.com>
* Comment Updates
* Review updates
* Reorder css
* Update actions
* TSlint
* TS LINT
* Idk whats going on here
* Fix import
2018-12-14 11:16:43 +01:00
Zack Arnett
2ec8b97378
remove Animation for thermostat and light ( #2303 )
...
* Update Animation
* Update light
2018-12-13 21:45:21 -05:00
Paulus Schoutsen
b3b9ca9c3f
Fix setting aspect ratio in percentage ( #2289 )
...
* Fix setting aspect ratio in percentage
* Use endsWith
* Fix invalid test
2018-12-13 23:36:01 +01:00
Paulus Schoutsen
71ed83ef07
Fix opening edit dialog twice when closed by clicking on overlay ( #2290 )
2018-12-13 21:46:57 +01:00
Paulus Schoutsen
47635055d0
Clear view cache edit mode ( #2291 )
...
* Clear view cache when canceling edit mode
* Fix enabling edit mode on not first view
2018-12-13 21:46:50 +01:00
Paulus Schoutsen
0dfca2f33b
Call super updated ( #2293 )
2018-12-13 09:26:23 -05:00
Ian Richardson
18de427145
🧹 domain-filter
as attribute as it does not change ( #2271 )
...
* 🔨 `domain-filter` as attribute as it does not change
* Address review comments
2018-12-13 09:40:57 +01:00
Bram Kragten
118f28285e
📷 Add camera card on generate ( #2279 )
2018-12-12 08:00:00 -06:00
Paulus Schoutsen
6a9cfbfa1c
TS create element functions ( #2276 )
...
* TS create element functions
* Name chunk
2018-12-12 14:21:34 +01:00
Bram Kragten
8c61624a9c
Change edit mode + add edit lovelace ( #2277 )
...
* Change edit mode + add edit lovelace
* Comments
* Fix (yes it was used :-)
* Raw edit header changed
2018-12-12 13:59:19 +01:00
Paulus Schoutsen
d277571735
Generalize errors ( #2275 )
2018-12-12 09:47:32 +01:00
Paulus Schoutsen
a6f3684846
Fix gauge ( #2274 )
2018-12-12 09:29:46 +01:00