Releases: custom-components/grocy
Releases · custom-components/grocy
v3.0b
v2.2.2
Fix release action
Update pygrocy
v2.2.2b
Merge pull request #111 from custom-components/fix-release Fix release action
v2.0.2 Total rewrite and more stability
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 nowadd_product_to_stock
- Service
consume_product
is nowconsume_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
Complete rewrite of almost all code in the integration to make it more stable and maintainable.
Breaking changes
- Service
add_product
is nowadd_product_to_stock
- Service
consume_product
is nowconsume_product_from_stock
v1.2.0 Meal plan sensor
Merge pull request #74 from custom-components/develop Tasks and meal planning
v1.1.1 Upgrade pygrocy
upgrade pygrocy to v0.18.0
v1.1.0 Adding tasks
Exposes a new sensor for Grocy tasks along with a service to complete a task.
v1.0.2 Upgrades to pygrocy
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
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