Marcin Szczepanski
Marcin Szczepanski
I am building my code using `@babel/preset-modules`, this plugin fails to parse on default exports without a class name when they're not being transformed by Babel. That is, components that...
# 🐛 bug report If you have: * a bad tsconfig file (e.g. the "extends" reference is to a missing file) * a `babel.config.json` Then the error you get will...
# ↪️ Pull Request This is a partially working draft implementation of an approach for a specific type of conditional bundling that is designed for feature flags more than any...
Sensors support a `state_class` attribute which can be set to `measurement` to tell HA that this sensor provides a point in time measurement that can be aggregated (https://developers.home-assistant.io/docs/core/entity/sensor#long-term-statistics). I have...