We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug description
const houseCO2Sensors = hass.refBy.label('house_co2_sensors') const sensor = hass.refBy.id('some_house_sensor') if (houseCO2Sensors.includes(sensor)) {
Argument of type 'ByIdProxy<TRawEntityIds>' is not assignable to parameter of type 'ByIdProxy<"sensor...
This test should be valid, does but types aren't transferring around as expected
The text was updated successfully, but these errors were encountered:
@chrisdrackett
Sorry, something went wrong.
thanks, was just about to add this :D
No branches or pull requests
Bug description
This test should be valid, does but types aren't transferring around as expected
The text was updated successfully, but these errors were encountered: