Closed PetterSjo closed 5 years ago
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍
A similar problem was solved for waze in #14714
I can confirm this is still the case in 0.75.3.
Please can we change the title to reflect all options, not just mode?
My use case: I look for the time to my next appointment (in a calendar), and I have a template sensor to pull mode and arrival time from the calendar description. I can set the arrival time using a sensor (which actually looks like it just posts the string), but not the mode.
I'm also wondering if it is possible to allow using template values for the options, too, as it would save me having to define the sensors.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
): 0.60.1Python release (
python3 --version
): Python 3.6.3Component/platform: sensor.google_travel_time
Description of problem: options -> mode can't take the state from an " input_select" or sensor as argument the same way as it's possible for options-->arrival_time
Expected: Expect to be able to chose mode using a sensor or input_select object
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info: Have also tried all to replace "input_select.way_of_travel" with all sorts of sensors but with the same fault. My guess is that is connected to have arguments are read in "google_travel_time.py" but don't have the programming skills to test my hypothesis.
https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/sensor/google_travel_time.py