Zack Barett
cabe10ffdb
Getting started on Configuration Changes ( #12309 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-04-20 16:57:51 -05:00
Paulus Schoutsen
59595aabde
Add helpers to all selectors ( #12230 )
2022-04-05 15:26:52 -05:00
Bram Kragten
637e4203e5
Fix z-index map, always set icon for location selector ( #12137 )
2022-03-28 13:14:24 +00:00
Bram Kragten
d43d19190e
Fix entity marker ( #10787 )
2021-12-03 17:04:50 +00:00
Bram Kragten
7d94615f47
Cast fixes ( #10598 )
2021-11-17 10:33:15 -08:00
Joakim Sørensen
a6b98fc3c3
Add markers-updated to ha-locations-editor ( #10601 )
2021-11-15 14:11:42 -08:00
Philip Allgaier
588ee2c3b1
Make zone names readable on map in dark mode ( #10195 )
2021-10-08 17:17:41 +02:00
Bram Kragten
e797c01761
Update lint rules ( #9563 )
...
Updated deps
Added `unused-imports`, prefer arrow, and import order
2021-07-15 12:08:04 +02:00
Bram Kragten
194829f5b1
Generalize map ( #9331 )
...
* Generalize map
* Fix path opacity
* Add fitZones
2021-06-10 14:22:44 +02:00
Philip Allgaier
7f75ca81f1
Add support for custom themes to use dark mode ( #8347 )
2021-05-25 13:26:35 +02:00
Bram Kragten
bc92c0b052
Upgrade to Lit 2 ( #9199 )
2021-05-18 07:37:53 -07:00
Bram Kragten
9f032a61a9
Add compatibility for Lit 2.0 ( #8878 )
2021-05-07 13:16:14 -07:00
Bram Kragten
0f58214ba1
Bump leaflet + fix location editor ( #9118 )
2021-05-07 13:11:30 -07:00
Joakim Sørensen
a1d07e5a00
Sort imports ( #8104 )
2021-01-13 17:17:12 +01:00
Paulus Schoutsen
1d13947e71
Use Record type ( #7798 )
2020-11-25 10:40:32 +01:00
Bram Kragten
c90c88ecbf
Bump typescript (4) and babel ( #7249 )
2020-10-07 17:58:56 +02:00
Bram Kragten
810d2a1ceb
Fix onboarding dark mode ( #6910 )
...
Fixes #6882
2020-09-10 13:11:27 +02:00
Joakim Sørensen
47e9531972
Use media query for darkmode on login and onboarding ( #6625 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-08-24 18:29:16 +02:00
Bram Kragten
6991403203
Fix location editor in onboarding ( #6512 )
2020-08-03 23:26:41 +02:00
Bram Kragten
4ca13c409b
Introduce dark mode and primary color picker ( #6430 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-08-03 02:07:12 +02:00
Bram Kragten
f8c5eeab5d
Replace all private properties with internalProperty decorator ( #6386 )
2020-07-14 21:38:36 -07:00
Bram Kragten
0a92c28bac
Split up mdi icons ( #4379 )
2020-05-05 16:40:11 +02:00
Bram Kragten
82f80db558
Update typescript, prettier, tslint -> eslint ( #5536 )
...
* Update typescript, prettier, tslint -> eslint
* Organize imports
* Use glob for eslint fix react import
2020-04-14 09:05:45 -07:00
Bram Kragten
785ef19cce
Only update map if one of entities changed ( #5175 )
2020-03-12 20:37:54 +01:00
Bram Kragten
7036cefa72
Allow to change the location of home zone in zone editor ( #4849 )
...
* Allow to change the location of home zone in zone editor
* Update src/translations/en.json
Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>
* Comment + mobile to general config
* Remove dupe import
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-17 15:27:31 +01:00
Bram Kragten
c93e1b0123
Add more info for Person ( #4848 )
...
* Add more info for Person
* Update src/dialogs/more-info/controls/more-info-vacuum.ts
Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-13 09:06:52 -08:00
Bram Kragten
42cbe863bb
Fix passive color radius and fix switch label clicks ( #4703 )
...
* Fix passive color radius and fix switch label clicks
* Colors vars
2020-02-03 22:32:22 -08:00
Bram Kragten
616df070a4
Zone ui fixes
...
fixes #4659
fixes #4658
fixes #4661
fixes #4665
fixes #4660
fixes #4655
2020-01-30 11:54:49 +01:00
Bram Kragten
04f8f0f74f
Render should always return a html template ( #4612 )
2020-01-27 08:34:22 -08:00
Bram Kragten
b7a3fe6e91
Improve zones UI ( #4576 )
...
* Improve zones UI
* Make home blue
* Only fit after edit in dialog
* Filter states from UI edtor
* Comments
* bring editable circle to front
* Update ha-config-zone.ts
* Update ha-config-zone.ts
* Hide side navigation for zones
* Fix initial ignore fit, fix click on switch label, space dialog buttons
2020-01-24 23:21:26 +01:00
Bram Kragten
49611e285f
Add zones config UI ( #4556 )
...
* Add zones config UI
* Update en.json
* Update dialog-zone-detail.ts
* Update hc-cast.ts
* Update more-info-content.ts
* Add drag radius and icon to dialog
* Review comments
2020-01-22 11:29:51 -08:00
Malte Franken
7494a49238
Normalize longitude to the range between -180 to +180 degrees ( #3872 )
...
* normalize longitude to the range between -180 to +180 degrees
* only normalize longitude if out of valid range
2019-10-07 09:49:00 +02:00
Paulus Schoutsen
2d056bad81
Allow picking location on a map ( #3244 )
...
* Allow picking location on a map
* Add some better defaults
* Close connection before navigation
2019-06-04 08:47:02 -07:00