acshef

Results 6 comments of acshef

+1, although if going the route of Google, all of Google's apps may as well be worked on: Maps, Gmail, Drive, Hangouts, Play Store, Blogger/Blogspot, Wallet, Photos, Shopping, Translate, etc

As a workaround, have you tried replacing the `%` with the [percent-encoded](https://en.wikipedia.org/wiki/Percent-encoding) equivalent, `%25` ? Additionally, if your setup is "throwing an error", it's helpful to include that error message...

Reduced test case: `8.7 - 1 = 7.699999999999999` Android v6.0.1 CPP v2.2.3

@micheleidesmith the fonts `fa-file-word-o`, `fa-file-excel-o`, and `fa-file-powerpoint-o` have existed since v4.1, see http://fontawesome.io/icons/#file-type

Do OneNote and Sway count? And if you're including enterprise apps like Access, I'd also point out Visio.

Looks like https://github.com/thomasloven/lovelace-card-mod/blob/b8c48b925643389fea5b1c0185ad7e0cbbd2bb76/src/helpers.ts#L166 is trying to split each script tag's innerText on newline, but that's not how they're formatted anymore: ``` > document.querySelectorAll("script")[3].innerText.trim() 'import("/hacsfiles/lovelace-card-mod/card-mod.js");import("/local/custom_icons/custom_icons.js");import("/hacsfiles/iconset.js");' ```