Raymond Julin

Results 30 comments of Raymond Julin

The media player support is crap and I'm more inclined to look into supporting embedding a mini-media-player for the entity than trying to redo all of the great work put...

Should be possible using [card-mod](https://github.com/thomasloven/lovelace-card-mod) and then setting `mwc-button { --mdc-theme-primary: #4ab52f; }`. I guess you'll just have to experiment with that is required using card-mod. Please post back the...

Not possible indee @sstefanowski . I guess what you are suggesting @niemyjski is to allow other lovelace cards to be used when rendering an entity? So that banner-card more or...

This is planned and I have a different idea for the solution @IIStevowII, which is why I've not done anything with your PR. Sorry for the lack of feedback on...

The basic examples would just be ` Users ` on a line. Magic string parsing for icons and the concat all the heading fragments. So just a real icon based...

Yes, that approach should work. A bit strange to reuse the HTTP transport, and it requires you to add another constructor param to it. Its probably better to just extend...

Yes, I have a thought @kcampion ``` php $client = Client::connection(array( ... 'secure' => true )); ``` Then each transport can infer what `secure` actually means in implementation.

Thanks. I'd appreciate a few small changes before merging: 1. Change the `public $onCall` to a `protected $onCall = array()`. I don't want this exposed 2. Preferably add typehinting in...

Just that I think a method named `onCall(callable $handler)` would be better than `addOnCallHandler($handler)`

Nice looking setup. Thanks for sharing it. Dynamic icons for the sensors sounds like a neat idea. Will surely look into it. When it comes to changing colors based on...