Skip to content

Releases: custom-components/grocy

v1.0.0 Upgrades to pygrocy

13 Aug 20:36
8071ed2
Compare
Choose a tag to compare
Pre-release

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

v0.4.0

08 Dec 14:56
Compare
Choose a tag to compare
  • config flow #22
  • json deprecation fix #29
  • intelligent polling #31

v0.3.0

14 Oct 12:14
Compare
Choose a tag to compare
remove old tracking stuff

v0.2.0

01 Oct 06:04
Compare
Choose a tag to compare
version bump

v0.1.3

13 Jul 10:27
Compare
Choose a tag to compare
  • Removed unnecessary critical log output on start

v0.1.2

29 Jun 12:48
Compare
Choose a tag to compare
bump pygrocy to v0.9.0

v0.1.1

28 Jun 11:55
Compare
Choose a tag to compare
  • update pygrocy to 0.8.0
  • fix typo
  • use get() instead of []

v0.1.0

18 Jun 19:26
Compare
Choose a tag to compare
  • add basic support for chores (show, execution)