Commit Graph

4825 Commits (add-import-package-extensions)

Author SHA1 Message Date
Franck Nijhof c3832d56c3
Don't break Markdown from external sources (#5713) 2020-05-02 15:19:26 +02:00
Joakim Sørensen 79d1a2f458
Add reload buttons to store and snapshot (#5714) 2020-05-02 15:18:57 +02:00
Joakim Sørensen f16a674a39
Supervisor style changes (#5706) 2020-05-02 14:42:12 +02:00
matstrange 6e38a80efc
Optimized some common images with zopflipng (#5697) 2020-05-02 13:57:39 +02:00
Zack Arnett 6a3a1297ad
Update Weather images array to hold variants (#5692) 2020-05-01 22:50:49 +02:00
Joakim Sørensen 5ca63a8052
Convert the rest of the panel (#5689) 2020-05-01 16:52:03 +02:00
On Freund 8b04df093c
Handle unchanged suggested values (#5688) 2020-05-01 14:10:12 +02:00
Joakim Sørensen d2a5494335
Adds stage badge (#5685) 2020-05-01 13:24:10 +02:00
Joakim Sørensen de545e90e2
Adds documentation tab (#5684) 2020-05-01 13:19:24 +02:00
Bram Kragten 57ab7e829b
Don't disable controls when state is unknown (#5687) 2020-05-01 13:18:58 +02:00
Joakim Sørensen 6847830575
Use hass-tabs-subpage in add-on view (#5483) 2020-05-01 11:34:52 +02:00
Franck Nijhof 2084ecc4c6
Add NOT condition helper (#5616) 2020-05-01 11:06:35 +02:00
Aidan Timson b0c27e587e
Align discovered integrations to avavliable space (#5672) 2020-05-01 11:04:18 +02:00
On Freund 1687d90d02
Allow passing the current value to config flow input fields (#5603)
* Allow passing the current value to config flow input fields

* Fix lint errors

* Apply suggestions from code review

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Rename current_value to suggested_value to open up more use cases

* Update ha-form-integer.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-05-01 10:36:51 +02:00
Paulus Schoutsen dfd9bf3c64
Create advanced flow if user in advanced mode (#5612) 2020-05-01 10:23:02 +02:00
Bram Kragten 5a25b9c2f1
Update BUG_REPORT.md 2020-04-30 23:22:09 +02:00
Bram Kragten bf68101754
Add request for state to issue template 2020-04-30 23:21:43 +02:00
Bram Kragten 487bd8d3fc remove console 2020-04-30 21:41:48 +02:00
Bram Kragten 3ba9c931b9
Optimize scenes config (#5652) 2020-04-30 20:40:43 +02:00
Bram Kragten 8484f7595a
Optimize script editor (#5650) 2020-04-30 20:40:23 +02:00
Bram Kragten ee889d59d4
Don't add disabled entities to lovelace from device page (#5648) 2020-04-30 20:40:10 +02:00
Bram Kragten ae10330844
Hide scenes from device info page when no entities (#5647) 2020-04-30 20:39:58 +02:00
Bram Kragten f3e88f6f2e
Exclude esprima and drop js-yaml from lovelace chunk (#5649) 2020-04-30 20:39:36 +02:00
Bram Kragten 2abfd0392d
Group config entries by integration (#5646) 2020-04-30 20:38:02 +02:00
Bram Kragten 462c1f94d6
Update intl-messageformat (and remove @polymer/app-localize-behavior) (#5671) 2020-04-30 11:20:54 -07:00
Pedro Lamas f4710891d0
Improved spacing balance for weather forecast (#5673)
* Improved spacing balance for weather forecast

* Removes obsolete styling
2020-04-30 19:43:54 +02:00
Bram Kragten 1fdb6b8034
Prevent recreation of entities row on every update of hass (#5657) 2020-04-29 13:29:53 -07:00
Joakim Sørensen 8029c3d672
Adds more log types to the system tab (#5496)
* Add more log types to the system tab

* Fix lint issues

* Fix more lint issues

* Add loading screen while waiting for logs.

* Only show log selector if advenced user.

* Update hassio/src/system/hassio-supervisor-log.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Log adjustments

* Remove the need for exported ANSI_HTML_STYLE

* Add core as a log provider

* Removed unneeded hints

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-04-29 21:57:31 +02:00
Bram Kragten 61fdee14c6 Fix demo themes (#5643) 2020-04-28 23:13:37 +02:00
Zack Arnett 117e4e468f Weather Card: Switch Importance of Name and State (#5624)
* Improvements to the name and state importance

* Bram Suggestions
2020-04-28 23:12:15 +02:00
Sean Mooney 869ec113f4 Updated repo links on Dev Tools Info panel (#5644)
These were still using the old names of the repos.

home-assistant is now "core" and home-assistant-polymer is now "frontend".
2020-04-28 23:11:53 +02:00
Erik Montnemery 00e7b93011 Improve styling of MQTT debug info (#5626) 2020-04-28 23:11:34 +02:00
Bram Kragten 03e581870a Bumped version to 20200427.1 2020-04-28 23:11:01 +02:00
Erik Montnemery b04fe141ac
Improve styling of MQTT debug info (#5626) 2020-04-28 23:09:20 +02:00
Sean Mooney b0168fbb85
Updated repo links on Dev Tools Info panel (#5644)
These were still using the old names of the repos.

home-assistant is now "core" and home-assistant-polymer is now "frontend".
2020-04-28 10:03:54 +02:00
Zack Arnett 75ba343b5e
Weather Card: Switch Importance of Name and State (#5624)
* Improvements to the name and state importance

* Bram Suggestions
2020-04-27 14:43:23 -04:00
Aidan Timson 88217473f7
Add search to integrations 🔍 (#5593)
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
2020-04-27 20:42:37 +02:00
Bram Kragten 01e5dfc9b3
Fix demo themes (#5643) 2020-04-27 20:40:30 +02:00
Bram Kragten 58869677bd
Merge pull request #5641 from home-assistant/dev 2020-04-27 12:31:02 +02:00
Bram Kragten 032b01aec1 Bumped version to 20200427.0 2020-04-27 11:47:33 +02:00
Bram Kragten a47c3fa854
Fix entity card state display (#5631) 2020-04-26 23:48:02 -07:00
Paulus Schoutsen 7c6ba1a782
Translation fixes (#5634) 2020-04-26 21:09:05 +02:00
HomeAssistant Azure 0d08f5413b [ci skip] Translation update 2020-04-26 00:32:54 +00:00
Bram Kragten 949cc17a9e
Fix alarm panel translations (#5629) 2020-04-25 15:25:33 -07:00
HomeAssistant Azure 607c1a1ef0 [ci skip] Translation update 2020-04-25 00:32:51 +00:00
Zack Arnett db2dab8227
Slugify title for url (#5621) 2020-04-24 10:59:38 -04:00
Bram Kragten eb4ba4fc78
Merge pull request #5620 from home-assistant/dev 2020-04-24 16:14:09 +02:00
Bram Kragten bf888b1547 Bumped version to 20200424.0 2020-04-24 15:57:10 +02:00
Bram Kragten c468aab9b2
Fix some imports (#5619) 2020-04-24 15:49:25 +02:00
Bram Kragten a0dae802f2
Optimize automation editor (#5591) 2020-04-24 13:36:51 +02:00