This custom integration allows you to connect your Pawsync pet feeder devices to Home Assistant. You can monitor device status, view sensor data, and trigger feeding actions directly from your smart home dashboard.
- Sensor Entities: Exposes device properties (e.g., food level) as Home Assistant sensors.
- Feed Service: Trigger manual feeding via Home Assistant services.
- Copy the
pawsyncdirectory into your Home Assistantcustom_componentsfolder. - Restart Home Assistant.
- Go to Settings > Devices & Services.
- Click Add Integration and search for "Pawsync".
- Enter your Pawsync account credentials.
Add to your configuration.yaml:
pawsync:
username: your_email@example.com
password: your_passwordTrigger a manual feeding for a device:
service: pawsync.feed
data:
entity_id: sensor.pawsync_device_idMIT
This integration is not affiliated with or endorsed by Pawsync.