Skip to content

v1.0.2 Upgrades to pygrocy

Compare
Choose a tag to compare
@isabellaalstrom isabellaalstrom released this 14 Aug 12:06
· 230 commits to master since this release
adc1bcd

Breaking changes

  • Attributes for items are no longer prefixed with _. You will need to fix this if you have automations where you use this information. Example for one chore:
- id: 3
  name: 'Test chore'
  description: ''
  period_type: dynamic-regular
  period_config: ''
  period_days: 90
  track_date_only: '1'
  rollover: '0'
  assignment_type: no-assignment
  assignment_config: ''
  next_execution_assigned_to_user_id: null
  userfields: null
  last_tracked_time: '2020-07-24T00:00:00+00:00'
  next_estimated_execution_time: '2020-10-22T00:00:00+00:00'
  last_done_by:
    id: 2
    username: Isa
    first_name: ''
    last_name: ''
    display_name: Isa
  track_count: null
  next_execution_assigned_user: null