Smart pool thermometer

Good day clever Home Assistant people!

This topic has been touched on before, but more in relation to home built solutions. I have come across a shop solution that looks robust (https://store.wirelesstag.net/products/outdoor-probe-basic). It links to an ethernet converter (https://store.wirelesstag.net/products/ethernet-tag-manager?variant=229336654).

As the company states that this setup will link to Google Home (https://store.wirelesstag.net/blogs/news/google-home-and-alexa-smart-home-skill) is it reasonable to assume it will be picked up by Home Assistant? If not, would I have to learn Python to create the interface?

Thanks for the advice!

WirelessTag is a supported integration in Home Assistant.
I use the platform myself with some of the other tags that they sell though I don’t have the particular sensor you are looking at.
In addition to the sensor you will need the Tag Manager.

RS

Thanks Robert, very reassuring, I’ll get it.

Very pleased with result - https://store.wirelesstag.net/products/outdoor-probe-basic and https://wirelesstags.myshopify.com/products/ethernet-tag-manager purchased. 5 metre DS18B20 temperature probe purchased on Amazon.
In configuration.yaml:

wirelesstag:
  username: !secret email_username
  password: !secret wirelesstag_password

And in sensors.yaml:

- platform: wirelesstag
  monitored_conditions:
    - temperature

And in binary_sensors.yaml:

- platform: wirelesstag
  monitored_conditions:
    - battery