Bram Kragten
7ab9257f5e
Fix translation advanced mode ( #4647 )
2020-01-29 19:01:35 +01:00
Bram Kragten
7021fd5809
Make dialogs full width on mobile, and modal ( #4642 )
...
* Make dialogs full width on mobile, and modal
* Fix dialog to bottom screen mobile
2020-01-29 08:59:37 -08:00
Bram Kragten
adec2fc2df
Only update disabled for entity reg if it is a user value. ( #4646 )
2020-01-29 08:51:29 -08:00
Bram Kragten
27ebcc1bda
Remove balloob from cast page ( #4645 )
2020-01-29 17:09:56 +01:00
HomeAssistant Azure
2fb7a31c76
[ci skip] Translation update
2020-01-29 00:32:22 +00:00
Bram Kragten
65994e7280
Add related items to device info ( #4637 )
...
* Add related items to device info
* Update ha-config-device-page.ts
* remove log
* Lint
* Fix dialog logic showing triggers on script dialog
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-28 15:13:44 -08:00
Joakim Sørensen
036eedc69d
Add styles to addon-header ( #4632 )
...
* Add styles to addon-header
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-28 14:37:53 -08:00
Joakim Sørensen
7937714ce6
Fixes add-on install button ( #4635 )
...
* Fixes add-on install button
* Set the default
* linting issue
2020-01-28 14:37:42 -08:00
Bram Kragten
cdbd51f6f7
Update hass-tabs-subpage.ts
2020-01-28 22:44:21 +01:00
Bram Kragten
d5a8105718
Update ha-config-areas.ts
2020-01-28 22:40:57 +01:00
Bram Kragten
1c9eab7ca0
Change config navigation to tabs ( #4630 )
...
* Change config navigation to tabs
* Update ha-menu-button.ts
* Icons
* update
* Review comments
* configSections -> object instead of array
2020-01-28 21:48:21 +01:00
Joakim Sørensen
6e624b394b
Corrects add-on link ( #4634 )
...
* Fixes the addon url
* quote it
* Don't link the extra space
* puerly for testing
* Don't link the extra space
2020-01-28 11:39:42 -08:00
Joakim Sørensen
1cb10694e7
Fixes status switch spacing ( #4633 )
...
* fix switch spacing
* Fix alignment
2020-01-28 11:37:33 -08:00
HomeAssistant Azure
d496b9742f
[ci skip] Translation update
2020-01-28 00:32:38 +00:00
Paulus Schoutsen
72e5375795
Fix hassio build
2020-01-27 11:57:28 -08:00
Bram Kragten
04f8f0f74f
Render should always return a html template ( #4612 )
2020-01-27 08:34:22 -08:00
Paulus Schoutsen
82fb622904
Add buttons header-footer ( #4601 )
...
* Add buttons header-footer
* Simplify
* Update src/panels/lovelace/header-footer/hui-buttons-header-footer.ts
Co-Authored-By: Ian Richardson <iantrich@gmail.com>
* Address comments
Co-authored-by: Ian Richardson <iantrich@gmail.com>
2020-01-27 09:34:08 +01:00
HomeAssistant Azure
95ba1fd0cb
[ci skip] Translation update
2020-01-27 00:32:22 +00:00
Bram Kragten
c7b3a517e8
Add area picker ( #4608 )
...
* Add area picker
* Make config flow dialog wider
* Comment
2020-01-26 21:41:11 +01:00
Joakim Sørensen
523dc881bb
Convert Hass.io panel to TS/Lit ( #4398 )
...
* Convert system
* Convert dashboard
* Remove logging statement
* Convert addon view (base) and log
* Convert addon-view info
* Remove unintended file in commit
* Convert ansi-to-html
* Fix log update reloading
* Convert addon-view config
* Convert addon-view network
* Add inn missing haStyle
* Convert addon-view audio
* convert dialog-hassio-markdown
* Convert dialog-hassio-snapshot
* Convert entrypoint
* Convert hassio-style
* Lint hassio-addon-audio
* Lint hassio-addon-audio
* Lint hassio-addon-config
* Remove file that should not have been comitted
* Linting of the rest
* Cleanup
* Cleanup config
* Required changes after rebase
* Change property/method clasification
* use ? for _inputDevices and _outputDevices
* Use undefined instead of null for addon property
* Use ? for addons property
* Async addon audio
* Corrects typo in Error
* Wrap async calls in try/catch
* Remove npm task
* Fix async constant/functions
* Reintroduce noDevice
* We don't use the data of the POST no need to store and pass it
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update hassio/src/addon-view/hassio-addon-audio.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-audio.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Apply review comments
* Simplify selected item change
* Change back to attr
* Apply lessons learned to addon-config
* Send event on config change
* Extract error msg
* Apply lessons learned to addon-info
* Apply lessons learned to addon-logs
* Fix shorthand linting issue
* Prefix private with _
* reset error
* Apply lessons learned to addon-network
* Revert package.json change
* Apply lessons learned to addon-view
* Fixes Unnecessary 'await' issue
* rename content -> addoninfo
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-network.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-logs.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Fix syntax issues
* Fix error handling issues
* Use forEach and not map
* Use private for _error
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Use classMap
* remove unneded limitations
* it can be null
* Update hassio/src/system/hassio-supervisor-log.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* split hassio.ts
* Update datahandling
* Return result
* Use map instead of forEach
* Unnecessary 'await'.
* Move setSupervisorOption to data/hassio/supervisor
* Unnecessary 'await'
* Move fetchSupervisorLogs to data/hassio/supervisor
* Move fetchHassioHardwareInfo to data/hassio/hardware
* change error property
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-26 20:37:20 +01:00
HomeAssistant Azure
1123adc584
[ci skip] Translation update
2020-01-26 00:32:39 +00:00
Timmo
15be1688ad
Merge Confirmation Dialogs into Alert, Confirmation or Prompt ( #4114 )
...
* ✨ Add alert dialog
🔨 Add alert dialogs
🔨 add more
🔨 Add more
🔨 Enhance check
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
🔥 Combine confirmation into alert dialog
🔨 Replace confirmation calls with alert dialog
✏️ Remove 3
🔨 Add prompt logic
Rename to generic
Rename and add new params for alert, confirmation and prompt
Renames and prop changes
Rename and props
Cleanup
Setup prompt
Wording
Use text for prompt
Add prompts and confirmation on delete user
Rename
Rename
Rename imports
Fix parms change
Only use default for confirmation
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
Update src/dialogs/generic/dialog-box.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
Update
change text
Add autofocus
Merge show dialogs into one generic
Add automation delete confirmation
Modal
Remove deleted file
Add delete donfirm to script
Fix error with tslint
Fix from rebase
Fix from rebase
Fix from rebase
* 🔧 Split dialog functions
* 🔧 Fix from rebase
* 🔧 More fixes
* 🔧 Fix
* 🔧 Apply suggestions from code review
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* 🔧 Update from suggestion
* 🔧 Renames and cleanup
* 🔧 Camelcase
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* 🔧 camel case
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-25 17:48:29 +01:00
Bram Kragten
0c0e82a3ba
Move get dialog logic entity registry ( #4579 )
2020-01-25 14:49:36 +01:00
Paulus Schoutsen
8abe8d7615
Automatically strip area name from entities ( #4597 )
2020-01-25 14:43:11 +01:00
Paulus Schoutsen
f95ba4c04c
Allow options flow to define form title/description ( #4598 )
...
* Allow options flow to define their own title
* Allow description too
2020-01-25 14:38:58 +01:00
Ian Richardson
6874788cc0
🐛 fix severity toggle in gauge card editor ( #4600 )
2020-01-25 14:35:48 +01:00
David F. Mulcahey
f77bd79387
fix user given name display ( #4606 )
2020-01-25 14:34:15 +01:00
Ian Richardson
67a91b7c19
💄 color lights unless explicitly set not to ( #4603 )
2020-01-24 22:21:31 -08:00
HomeAssistant Azure
30211fe61d
[ci skip] Translation update
2020-01-25 00:32:57 +00:00
Bram Kragten
9de80b2947
Fix menu button for touch ( #4589 )
...
* Fix menu button for touch
* Missed 2
2020-01-24 23:21:41 +01: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
Ian Richardson
1f38d13b3b
✨ add action_name option for scene/script rows ( #4571 )
...
* ✨ add action_name option for scene/script rows
* address review comments
2020-01-24 23:01:01 +01:00
Ian Richardson
ef6e468a7f
💄 align light card regardless of brightness support ( #4582 )
...
* 💄 align light card regardless of brightness support
* merge css properties
2020-01-24 22:12:54 +01:00
Ian Richardson
729a5e385f
🐛 don't remove key when value is empty ( #4583 )
...
* 🐛 don't remove key when value is empty
* only restrict delete to required field
2020-01-24 22:12:14 +01:00
Bram Kragten
32fd7a51f4
Fix entity registry dialog translations ( #4575 )
...
Fixes #4567
2020-01-24 10:09:40 -08:00
Ian Richardson
f3f32c800e
💄 move advanced mode toggle ( #4587 )
2020-01-24 09:50:20 -08:00
Bram Kragten
1f44b4b5a9
Fit map if an entity moved ( #4590 )
2020-01-24 15:12:21 +01:00
Bram Kragten
971538e9c2
Fix alarm card editor ( #4592 )
2020-01-24 15:11:57 +01:00
Bram Kragten
db9924bd87
Fix Mobile Entity Registry Delete Button ( #4591 )
2020-01-24 13:59:43 +01:00
Ian Richardson
74c6b9077a
✨ add conditional row ( #4569 )
...
* ✨ add conditional row
* fix types
* address comments
2020-01-24 09:59:36 +01:00
Ian Richardson
23865c31e6
🐛 fix editor switches ( #4584 )
2020-01-24 09:32:56 +01:00
Ian Richardson
8641a701cb
⏪ revert fix for card editor overflow menu selection ( #4585 )
2020-01-24 09:32:14 +01:00
HomeAssistant Azure
3ca99e5c90
[ci skip] Translation update
2020-01-24 00:32:23 +00:00
Ian Richardson
753804f463
💄 additional active icon states ( #4510 )
...
* 💄 additional active icon states
* ♻️ sort by domain
* 👌 address review comments
* state_color option for entities card
* fix typo
* 👌 address comments
extract common css
properly set boolean attributes
separate error states/color
fix unavailable color
* only make copy if necessary
* remove paused timer
* remove paused timer
2020-01-23 09:01:18 -08:00
Ian Richardson
9aedeab4fa
♿ close card editor on ESC ( #4570 )
2020-01-23 14:43:09 +01:00
HomeAssistant Azure
fc4e3e90b2
[ci skip] Translation update
2020-01-23 00:32:51 +00:00
Bram Kragten
ae8a9940ed
Add state and related to entity reg dialog ( #4473 )
...
* Add state and related to entity reg dialog
* Replace more-info-settings, remove state tab add state button
2020-01-22 15:03:47 -08:00
Pascal Vizeli
a544295167
Add netlify pipeline ( #4563 )
...
* Add netlify pipeline
* Address comments
2020-01-22 14:42:32 -08:00
Ian Richardson
8a9e149d33
♻️ convert more-info-script to LitElement/TypeScript ( #4545 )
...
* ♻️ convert more-info-script to Lit/TypeScript
* ♻️ convert more-info-script to LitElement/TypeScript
* 👌 use relative time
2020-01-22 22:01:02 +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