Marvin Semmelroth

Results 15 comments of Marvin Semmelroth

My original problem is performance but not within cypress but within [@badeball/cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) which is using the `specPattern` config in combination with `excludeSpecPattern`. Its still confusing to me that `excldueSpecPattern` doesn't...

`component tests always adds the e2e spec pattern as the exclude pattern , so the full exclude pattern applied is:` Thats exactly the confusing part. I'd suggest that only tests...

You can add a displayName to your component to find them ````js const Foo = fowardRef((props, ref) => ) Foo.displayName = 'Foo' export { Foo } ```` ````js cy.react('Foo').should('exist') ````

Hello, can you provide your whole lovelace.yml settings? The card not showing up shouldn't be a problem with MQTT, its rather a problem within the config.

Thats a huge config for sure... But I think one piece is missing, the part where you have to configure my wled card.... As mentioned in the readme at the...

Alright. The card wont show up until it has loaded its state from the WLED via HTTP, so if the request is blocked by anything the card will show up...

Hi there, as mentioned in #5 the problem is that your hassio instance is running over HTTPS and WLED only supports HTTP. Requesting HTTP ressources from an HTTPS site is...

The communication between the card and hassio is made over MQTT but receiving the state on load is not possible or at least not that easy as over http since...

Do you get any error in devtools? Also how did you import the dependencies, just to be sure?

Does the Card Show up now? According to a quick Google search this shouldnt be an issue... If it still wont show I will give it a look later