github custom-components/grocy v1.0.2
v1.0.2 Upgrades to pygrocy

latest releases: v4.11.1, v4.11.0, v4.10.0...
3 years ago

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

Don't miss a new grocy release

NewReleases is sending notifications on new releases.