You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial commit
Cleaning up some stuff.
* Removing old comments
* Removing shadow dom for the ha-card
* Removing console logs
* CSS variables
Making sure we are actually an climate component
Getting temperature unit from hass config
updating documentation
Fixing cooling color issue
Renamed to match standards
Included correct link in docs
Added temporary image for card
Fixed credits
Updated MIT license
Updated license again
More updates to test
still broken but making progress
A more working version, but still height bugs
The most incredible fix
Added title
Updated docs and stuff
Improved title a bit
Improved title
Added todo list
Added dual temperature 1st draft for inner text
New update to dual temperature
Middle of refactor (ciotlosm#126)
* Unusable
* Even more weird refactoring
* Even more refactoring
* More refactoring
trying to hide values when overlapping
Added more off exception
Added tap for controls
New refactor (ciotlosm#128)
* Refactoring with new ranges
* Corrected single target active ticks, added ring for editing
* Number fixes
Added thermo icon
Updates to thermostat
Updates to thermostat
* Preparing for up/down control arrows
* Fixesciotlosm#129
* Added some away fixes
* Updated TODO
* Added basic temperature control
* Make highlight tap configurable
* Updated todo, fixed readme and added version to library
* Fixed state changes
* Skip service update if no change
* Refactor thermo (ciotlosm#146)
* Middle of refactoring
* Added chevrons, still need pressed animation
* Improved chevrons
* Removed obsolete property
* Fixed min for normal target
* Added some padding for better visual
* Bust cache
* Added empty changelog and a few other fixes
* Moved TODO in Readme
* Added more FAQ
* Switched lib version to 0.0.1
Copy file name to clipboardexpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -87,5 +87,18 @@ Please make sure you have `javascript_version: latest` in your `configuration.ya
87
87
88
88
This is most likely because you downloaded the [html](https://github.com/ciotlosm/custom-lovelace/blob/master/gauge-card/gauge-card.js) from gitbut instead of [raw](https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/gauge-card/gauge-card.js). That is not valid javascript. Always make sure you download using `raw` button.
89
89
90
+
3. For the following errors:
91
+
- `Uncaught SyntaxError: Unexpected identifier`
92
+
93
+
You probably are using `thermostat-card` and didn't specify `module` for `type` in `resources`
0 commit comments