Scott Giminiani

Results 135 comments of Scott Giminiani

@Happyboy0980 Did you happen to make any progress on getting levels exposed? I'd also like to get the water level via the card. I'm able to set it via the...

I think the problem may be that generally any kind of overflow gets hidden. I've seen this problem as well with other things such as when adjusting `input_number` sliders. The...

Running into this via pip install on Ubuntu 20.04 on version 0.9.4.

I did a little digging and here's some info on what should be use as an alternative (from Paulus himself): https://community.home-assistant.io/t/2021-10-0-z-wave-s2-support-tuya-secure-esphome-and-400-new-icons/344457/59

Also getting this on Ubuntu 21.04 installing via `pip install homeassistant-cli` or `sudo pip install homeassistant-cli`. Found a workaround: `pip3 install click==8.0.4` Nevertheless this is still a valid issue.

Same as @unhandyman. I'm also getting that error from running that completion setup command.

@joshuaspence Thanks, this worked for me and I've put the following in my `~/.zshrc`: ```sh source

@Knio Have you had a chance to look at this? :)

Using a token that doesn't expire fixed this issue for me. Could someone explain if there is some underlying reason why these tokens are rejected though? If GitHub is going...

> Using the tensorflow version 1.12 you can replace the 'tf.sort' with 'tf.contrib.framework.sort', I can assure that it works. This works but it needs to be fixed in the code...