Add support for Comfort Zone Tower Fan (CZTF423S) (#5227)
* Add support for Tallboy Tower Fan (CZTF423S)
Adds device configuration for the CZTF423S tower fan with:
- Primary fan entity with speed control (1-5) and oscillation
- Sleep timer select entity with 1-5 hour options
- Support for normal, nature, and sleep preset modes
* Fix Comfort Zone Tower Fan (CZTF423S) device configuration
- Updated device configuration to new YAML schema format
- Changed device name from my "Tallboy Tower Fan" to "Comfort Zone Tower Fan"
- Migrated from primary_entity/secondary_entities to flattened entities structure
- Updated DPS field naming (dp → id, dpsval → dps_val)
- Renamed select entity option field for consistency
Tests should pass now.
* Update configuration for Comfort Zone Tower Fan (CZTF423S)
Per feedback, made adjustments.
- Simplified device name to "Tower Fan"
- Added manufacturer and model details
- Updated select entity to use translation key and category
- Enhanced entity definitions for better clarity and consistency
---------
Co-authored-by: cmoates <cmoates@example.com>