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
Paulus Schoutsen
edef4ba2f5
Speed things up ( #2270 )
...
* Speed things up
* Fixes
2018-12-12 08:51:59 +01:00
Matthias Dötsch
7cd6619a79
Added some missing translate tags for cards ( #2188 )
...
* Added some missing translate tags for cards
more-info of:
- sun
- script
- updater
* Added some missing translate tags for cards
* Added some missing translate tags for cards
2018-12-12 08:27:56 +01:00
Ian Richardson
2059e36dd6
🔨 Update value
attributes to properties ( #2269 )
2018-12-12 08:12:57 +01:00
Ian Richardson
4a455e9147
🔧 Organize editor imports ( #2272 )
2018-12-12 08:09:23 +01:00
Ian Richardson
fe0b131480
✨ UI Editor for iframe
card ( #2230 )
...
* UI Editor for `iframe` card
* Remove `id`
* Address review comments
* Cleaned up some inconsistencies
2018-12-11 17:05:01 -06:00
Paulus Schoutsen
b1b78c2bb7
Fix stack trace in badge
2018-12-11 21:43:43 +01:00
Paulus Schoutsen
99395360c7
Convert HA-STATE-LABEL-BADGE to lit ( #2268 )
2018-12-11 21:41:38 +01:00
Ian Richardson
bd46e3b8e0
✨ UI Editor for sensor
card ( #2267 )
2018-12-11 21:39:18 +01:00
Paulus Schoutsen
80dd15306e
Convert ha-label-badge to lit ( #2266 )
...
* Convert ha-label-badge to lit
* Add class to TypeScript map
2018-12-11 21:23:19 +01:00
Ian Richardson
88f0ebf75d
UI editor for shopping-list
card ( #2227 )
...
* Add UI editor for `shopping-list` card
* Cleanup
* Export config
* Remove `id`
2018-12-11 21:23:10 +01:00
Ian Richardson
8679f10f10
UI Editor for light
card ( #2232 )
...
* UI Editor for `light` card
* Remove `id`
2018-12-11 21:22:21 +01:00
Ian Richardson
db4c1e45f5
UI Editor for gauge
card ( #2229 )
...
* UI editor for `gauge` card
Need to develop a severity input method still
* Config works well but no preview showing
* Add `sensor` domain filter
* Remove `id`
2018-12-11 21:22:08 +01:00