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
Bug description
This test should be valid, does but types aren't transferring around as expected