Hi Ben,
Yes, thats is pretty much it. I have 12 wireless nodes at present using the RF24Network, As the root node can only talk to a maximum of 5 other wireless modules, I have a few branches in the tree, the leaf nodes are battery powered, and the send data once a minute, and I have 3 mains powered nodes (that don't sleep) which use the higher powered NRF24L01+PA+LNA modules.
Currently the wireless network sensors are reporting humidity, temperature, battery level and light, but I do intend to add movement detection as separate sensors, as well as some relay based board to control certain items, such as the kids TV's etc.
I plan to look into having the root node use a raspberry pi, for doing the receiving and dispatching to an mqtt server (still in the planning stage at present), but with adding more sensors, I think the root arduino could get a little swamped.
It's a lot of fun playing with embedded hardware, the only frustration is waiting for the custom pcb designs to come back from china, 3 weeks turnaround, but they are so cheap $15 including shipping for 10 pcb's, it would be rude not to put them on pcb ;)
I've attached a picture of the latest pcb design for the latest sensor (based on the bits on a board design), it's 48x15 and can run on a single AA battery. The small size means I can fit it into a smart little case that is wife friendly when sticking on the walls :P
Some useful links

Cheers
Glen.