Marjo Wenzel van Lier 1244bffcb4 fix(entity): Ensure entities from multiple devices register correctly
- Modify sensor and switch setup to use `extend` instead of list
  reassignment. This prevents overwriting entities from previously
  processed devices.
- Update `OwletBaseEntity` initialisation to correctly store the
  coordinator instance.
- Refine device information retrieval using `getattr` for enhanced
  robustness and provide more specific device details (e.g., serial
  number in name).

This change addresses a bug where, in setups with multiple Owlet devices,
only the entities belonging to the last device in the configuration
were registered. Using `extend` ensures all entities across all devices
are correctly added. Device information presentation is also improved.
2025-04-15 00:36:04 +02:00
2023-07-04 13:52:42 +01:00
2023-11-23 15:38:35 +00:00
2023-05-04 16:32:12 +01:00
2023-05-15 11:21:50 +01:00
2025-04-14 14:53:04 +01:00
2024-07-09 07:29:05 +01:00
2023-11-23 15:42:11 +00:00
2023-05-04 16:32:12 +01:00
2025-04-01 15:01:19 +11:00

Owlet Custom Integration

GitHub Release GitHub Activity

License

hacs Project Maintenance

A custom component for the Owlet smart sock

Installation

  1. Use HACS, in HACS > Integrations > Explore & Add Repositories search for "Owlet".
  2. Restart Home Assistant.
  3. Add Integration or in the HA UI go to "Settings" -> "Devices & Services" then click "+" and search for "Owlet Smart Sock".

Usage

The Owlet integration offers integration with the Owlet Smart Sock cloud service. This provides sensors such as heart rate, oxygen saturation, charge percentage.

This integration provides the following entities:

  • Binary sensors - charging status, high heart rate alert, low heart rate alert, high oxygen alert, low oxygen alert, low battery alert, lost power alert, sock diconnected alert, and sock status.
  • Sensors - battery level, oxygen saturation, oxygen saturation 10 minute average, heart rate, battery time remaining, signal strength, and skin temperature.

Options

  • Seconds between polling - Number of seconds between each call for data from the owlet cloud service, default is 5 seconds.

Languages
Python 100%