D3v01dZA
6cd38472cd
Multiple entities on history panel bugfix and additional improvements ( #13045 )
...
Co-authored-by: Zack Barett <zackbarett@hey.com>
2022-07-05 09:23:38 -05:00
Zack Barett
b70eee77ef
Remove config Path from about ( #13049 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-07-05 09:41:40 +00:00
Zack Barett
e22dd0c49d
Fix Energy Compare Translations ( #13055 )
...
* Fix Energy Compare Translations
* Fix alert
2022-07-05 11:23:46 +02:00
Zack Barett
014448e7ea
Update about page ( #12653 )
...
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2022-06-29 08:56:30 +02:00
Raman Gupta
2812b467ec
Add manual firmware update support for zwave-js devices ( #12910 )
...
* Subscribe to zwave_js node status updates in device panel
* Add typing for message
* Add manual firmware update support for zwave-js devices
* Tweaks based on upstream changes
* Tweaks
* remove unused CSS
* Update zwave_js.ts
* Tweaks after somet esting
* Bold device name instead of italic, catch abort errors and show the message
* Incorporate new commands tweak the UI and messaging
* Add a warning about firmware updates potentially bricking a device, and use Promise.all where possible
* Better typing so we can clean up code
* Additional tweaks
* Remove commented out code
* change style a bit
* prettier
* Be more precise with progress because it always helps the user if they can see progress
* nit
* Update src/translations/en.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Bram's review
* Only ask for firmware target if there is more than one available
* Only offer another firmware update if the original firmware update failed
* Only offer firmware upgrade if node is ready and pass firmware capabilities into dialog so we don't have to make call again
* Use ha-form
* Add comment
* Switch schema name
* Import icon
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-23 10:51:52 +02:00
Erik Montnemery
7d118a5715
Allow customizing weather units ( #12947 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: foreign-sub <51928805+foreign-sub@users.noreply.github.com>
2022-06-23 10:48:39 +02:00
James Baker
048ac3965e
Fix grammar in NFC settings tab description ( #12979 )
2022-06-20 17:24:07 +00:00
Paulus Schoutsen
e765d7749c
Update text around updating cloud entity exposed defaults ( #12954 )
2022-06-20 14:28:32 +02:00
Raman Gupta
54377225ec
Add zwave_js device statistics ( #12794 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-06-07 16:40:28 +02:00
Bram Kragten
6842c479d6
Add compare data to individual devices graph ( #12829 )
2022-05-31 08:36:04 -05:00
Zack Barett
e54802bd87
Actually add Cloud URL Translation.... ( #12813 )
2022-05-30 17:56:24 +02:00
Zack Barett
6ec2e32241
Hide Cloud information a bit more ( #12802 )
2022-05-26 11:33:37 -07:00
Zack Barett
00dcecabb7
Set Error if entity is unavailable ( #12791 )
2022-05-26 19:25:00 +02:00
Philip Allgaier
2c1550b10f
Fix typo in credentials removal dialog ( #12784 )
2022-05-25 18:09:15 +00:00
Zack Barett
c4624faa71
Hardware MVP ( #12773 )
2022-05-25 17:11:15 +02:00
Raman Gupta
d7971c69ad
Add controller statistics to zwave_js config dashboard ( #12668 )
2022-05-25 11:36:27 +02:00
Thomas Lovén
e3d394eb32
Change service_data to just data ( #12628 )
2022-05-24 10:49:07 -05:00
Bram Kragten
8e4e22b6f8
Add compare to energy sources table ( #12762 )
2022-05-24 17:20:16 +02:00
Philip Allgaier
49c018c000
Allow setting device_class
"outlet" again through entity settings ( #12669 )
...
* Allow setting `device_class` "outlet" again through UI
* Fixes
* Null check deviceClass and adjust used translation
2022-05-23 18:18:08 -05:00
David F. Mulcahey
b71b230bfd
Make entities and devices independent in the scene editor ( #11046 )
...
Co-authored-by: Zack Barett <zackbarett@hey.com>
Co-authored-by: Erik <erik@montnemery.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-05-23 23:08:44 +00:00
Allen Porter
e1fd7244a5
Open Application Credentials from integration configuration flow ( #12708 )
2022-05-23 15:46:34 -07:00
J. Nick Koston
a02b817d7f
Use new localized context state and source in logbook ( #12742 )
2022-05-23 14:32:11 -05:00
Bram Kragten
7db6e0b779
Move preload_stream
setting to entity settings ( #12730 )
...
Co-authored-by: Zack <zackbarett@hey.com>
2022-05-23 18:30:57 +00:00
Allen Porter
9a9eec40b2
Add an application credentials display name ( #12720 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-05-19 21:27:43 -07:00
Allen Porter
788f76ab9c
Add error handling for application credentials removal ( #12686 )
2022-05-19 16:51:33 +02:00
RoboMagus
8216b522c2
Fix 'loading_log' string ( #12712 )
2022-05-18 12:09:31 -07:00
Patrick ZAJDA
d32f84f28d
Add missing labels in energy dashboard settings ( #12722 )
...
Signed-off-by: Patrick ZAJDA <patrick@zajda.fr>
2022-05-18 18:17:31 +02:00
Zack Barett
6f67da09c0
Show manage cloud link to config ( #12673 )
2022-05-17 12:14:43 +02:00
J. Nick Koston
01a53439c4
Teach logbook about additional context data ( #12667 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-05-15 21:25:55 -07:00
Allen Porter
72a36fb1cd
Add calendar trigger offsets in automation editor ( #12486 )
...
* Add calendar trigger offsets in automation editor
* Use duration selector for offset
* Fix typing for offsets/duratons
2022-05-12 07:42:15 -05:00
Zack Barett
2e192d5021
Update Translations to create helper ( #12656 )
2022-05-10 21:25:03 +02:00
Allen Porter
00c5d3dbbb
Add configuration panel for Application Credentials ( #12344 )
...
Co-authored-by: Zack Barett <zackbarett@hey.com>
Co-authored-by: Zack <zackbarett@hey.com>
2022-05-09 17:03:59 +02:00
Bram Kragten
cc0c96b8b4
Make update notification better, add progress ( #12581 )
2022-05-04 11:09:54 +00:00
Philip Allgaier
445f0e23fe
System menu description tweaks ( #12578 )
2022-05-04 11:07:41 +00:00
Zack Barett
c5de8a4361
Add new system menu descriptions ( #12564 )
2022-05-03 16:44:43 +00:00
Joakim Sørensen
bd8e15bdd1
Add supervisor redirects to quickbar ( #12557 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2022-05-03 11:57:09 +00:00
Zack Barett
a35a380ec7
Update Quickbar Section Logic to include all ( #12553 )
2022-05-03 13:25:46 +02:00
Zack Barett
a5411f7ac4
Search in Overflow on Mobile ( #12552 )
2022-05-03 13:17:47 +02:00
Zack Barett
b2186592df
Change name to Settings ( #12548 )
2022-05-02 23:29:06 +02:00
Zack Barett
239e71b414
Fix some issues and feedback with About and system health ( #12537 )
2022-05-02 12:54:55 +02:00
Joakim Sørensen
f5864181af
Add optional repository_url to supervisor_addon my link ( #12524 )
2022-04-30 16:53:43 -05:00
Zack Barett
591b8cc503
Move integrations to System Health ( #12504 )
2022-04-29 20:53:24 +02:00
Zack Barett
f52e8c3392
Restart Home ASsistant button - Make less red and less big ( #12515 )
2022-04-29 19:15:43 +02:00
Zack Barett
1f3c23de29
Change Restart to be a button, update dialogs ( #12499 )
2022-04-28 13:43:00 -07:00
Zack Barett
bdfb17d957
Add Board Names, Move All Hardware ( #12484 )
...
Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-28 20:42:18 +00:00
Franck Nijhof
8c97aee1fe
Add parallel automation/script action ( #12491 )
2022-04-28 15:09:03 -05:00
Bram Kragten
38b4090daa
Add support for enabling/disabling trigger/condition/action ( #12493 )
...
* Add support for enabling/disabling trigger/condition/action
* Add more visual indication of disabled
* review
* margin
* Dont make overflow transparent
* Change color of bar
2022-04-28 18:37:58 +02:00
Bram Kragten
1617a9dfed
Address minor comments about config menu ( #12492 )
2022-04-28 08:44:01 -05:00
Zack Barett
e4f91195d8
Fix Restarting Home Assistant ( #12480 )
...
* Fix Restarting Home ASsistant
* Update src/panels/config/core/ha-config-system-navigation.ts
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update src/panels/developer-tools/yaml_configuration/developer-yaml-config.ts
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* reviews
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-27 15:55:04 -07:00
Philip Allgaier
57f2df3b3e
Visual tweaks to YAML validation results ( #12479 )
2022-04-27 19:57:41 +00:00