So after having dealt with lots of range issues using conventional RF 433 receivers and esp32 I decided to switch to using a CC1101 as I understood it has more range.
I saw a post 6300 on GitHub about CC1101 being integrated as a component into esphome
I tried example sketch using the latest dev release of esp home but it still throws an error saying no CC1101 component detected in the config.
I found the radio lib also esphome-radiolib-cc1101/cc1101-controls.yaml at 1af29b642b0c7b1a0a905819a11bed3935bc2a45 · juanboro/esphome-radiolib-cc1101 · GitHub
And my question is
Has anybody had success trying to read button presses from conventional rf433 mhz remotes using CC1101 on esphome ?