Open f1ren opened 12 months ago
It does appear to update the entity.
INFO:custom_components.irrigation_unlimited:CALL [2023-11-20 17:00:00] service: adjust_time, controller: 1, zone: 2, data: {"entity_id": ["binary_sensor.irrigation_unlimited_front_eastern_lawn"], "actual": "0:05:00"}
Print of entity attributes
{'zone_id': 'eastern_lawn', 'index': 1, 'enabled': True, 'suspended': None, 'status': 'off', 'schedule_count': 0, 'schedules': '', 'adjustment': '=0:05:00', 'current_schedule': None, 'percent_complete': 0, 'next_adjustment': '=0:05:00', 'next_schedule': 1, 'next_name': 'Before sunrise', 'next_start': datetime.datetime(2023, 11, 21, 5, 47, 50, tzinfo=zoneinfo.ZoneInfo(key='US/Pacific')), 'next_duration': '0:05:00', 'today_total': 0.0, 'volume': None, 'flow_rate': None, 'icon': 'mdi:valve-closed', 'friendly_name': 'Eastern lawn'}
Make sure there is no adjustment on the sequence as it will take priority over the zone.
Background
I love Irrigation Unlimited ❤️ It's great! Thank you so much!
Describe the bug
After calling
The Next adjustment of
binary_sensor.irrigation_unlimited_front_eastern_lawn
remains empty:In addition, when evaluating the following template, the result is empty:
Version of the custom_component
2023.11.0
Configuration
Tried with different
entity_id
andactual
values. Same problem.Debug log