Skip to content

Releases: custom-components/grocy

v3.0b

15 Feb 16:24
107f592
Compare
Choose a tag to compare
v3.0b Pre-release
Pre-release

Breaking changes

If you still use Grocy v 2.x DO NOT UPDATE this component. This version have a breaking change that makes it not work properly with versions below 3.0.
For the add-on Grocy 3 was introduced in add-on version 0.10.0.

Fixes

#114 #99

v2.2.2

27 Dec 22:20
e4971b0
Compare
Choose a tag to compare

Fix release action
Update pygrocy

v2.2.2b

18 Nov 12:38
e4971b0
Compare
Choose a tag to compare
v2.2.2b Pre-release
Pre-release
Merge pull request #111 from custom-components/fix-release

Fix release action

v2.0.2 Total rewrite and more stability

01 Oct 08:54
e1b38de
Compare
Choose a tag to compare

This release features almost a total rewrite of the integration, for maintainability and more stable functioning.

Breaking changes

  • You might need to remove the old sensors and go in to the integrations panel and enable the new sensors, according to what you have enabled in Grocy and/or what you want to have as sensors in Home Assistant.
  • Service add_product is now add_product_to_stock
  • Service consume_product is now consume_product_from_stock

New sensors

  • You can now have your Grocy tasks in Home assistant, as well as your Meal plan.
  • Both the tasks and chores now also have binary sensors to more easily see if any task or chore is overdue.

Stability

  • The integration should no longer fail entirely or make Home Assistant not to start by adding sensors you don't have enabled in Grocy.
  • Lot's more.

v2.0.0-beta Major rewrite

06 Sep 08:29
2e70d51
Compare
Choose a tag to compare
Pre-release

Complete rewrite of almost all code in the integration to make it more stable and maintainable.

Breaking changes

  • Service add_product is now add_product_to_stock
  • Service consume_product is now consume_product_from_stock

v1.2.0 Meal plan sensor

16 Aug 09:16
1fcfa67
Compare
Choose a tag to compare
Pre-release
Merge pull request #74 from custom-components/develop

Tasks and meal planning

v1.1.1 Upgrade pygrocy

14 Aug 17:55
Compare
Choose a tag to compare
Pre-release
upgrade pygrocy to v0.18.0

v1.1.0 Adding tasks

14 Aug 17:45
Compare
Choose a tag to compare
v1.1.0 Adding tasks Pre-release
Pre-release

Exposes a new sensor for Grocy tasks along with a service to complete a task.

v1.0.2 Upgrades to pygrocy

14 Aug 12:06
adc1bcd
Compare
Choose a tag to compare

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

v1.0.1 Upgrades to pygrocy

14 Aug 07:01
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