Releases: mikelawrence/ESPHome-Components
v0.3.0
Follow ESPHome conventions
In the previous release I stated a component that represents multiple types of component is a multi-multi-config component. The ESPHome name for a component like this is actually a hub component. Multi-config components can be used multiple times in one configuration.
Add the dfrobot_c4001 component
This 24 GHz radar is great for presence detection.
TFMini changes
This is a breaking change!
- Distance sensor is now required.
STUSB4500 changes
- Changes to follow ESPHome conventions.
v0.2.0
Follow ESPHome conventions
If your component represents multiple types of components like a sensor output and a number input your component should be a multi-config component. Multi-config components have a hub and however many types of other components all separated.
TFMini changes
This is a breaking change!
- Removed the version text_sensor. Now the TFMini component is a sensor all the way!
STUSB4500 changes
This is a breaking change!
- Converted to a multi-config component and now the PD State sensor and PD Status text_sensor are separate.
v0.1.0
Both the tfmini and stusb4500 external components are operational